Sunday, November 29, 2009

using a file as quickfix

hello,

Given a file ERR with the following content, i would like to use this
file as quickfix error list. So i tried:

vim ERR
:cfile %
:setf python

well ... it doesn't work. can anyone help ?

regards.

marc

ERR file:
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 236, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 188, in main
base.doTransaction()
File "/usr/share/yum-cli/cli.py", line 364, in doTransaction
if self.gpgsigcheck(downloadpkgs) != 0:
File "/usr/share/yum-cli/cli.py", line 464, in gpgsigcheck
self.getKeyForPackage(po, lambda x, y, z: self.userconfirm())
File "/var/lib/python-support/python2.5/yum/__init__.py", line 2571, in getKeyForPackage
misc.import_key_to_pubring(rawkey, po.repo.cachedir)
File "/var/lib/python-support/python2.5/yum/misc.py", line 278, in import_key_to_pubring
ctx = gpgme.Context()
AttributeError: 'module' object has no attribute 'Context'

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: