On Sun, Nov 30, 2008 at 09:12:21PM +0200, Török Edwin wrote:
> On 2008-11-30 20:57, James Vega wrote:
> > On Fri, Nov 28, 2008 at 4:32 AM, Török Edwin <[EMAIL PROTECTED]> wrote:
> >   
> >> I am attaching the compressed TAGS file.
> >>     
> >
> > How did you generate this tags file?
> >   
> 
> Using 'make ctags' (which invokes an automake rule):
> 
> $ svn co http://svn.clamav.net/svn/clamav-devel/trunk clamav
> $ cd clamav; ./configure --disable-clamav
> $ make ctags

"make ctags" only generates the tags files which work fine with Vim.
Running "make tags" generates the TAGS files, which are designed to work
with Emacs.

The Vim packages do have emacs_tags support compiled in, so it should
work.  I'll take a look at why it isn't, but a workaround for now would
be to make sure you're using the tags files (make ctags) instead of the
TAGS files (make tags).  You can also remove the TAGS entries from your
'ctags' option to ensure Vim doesn't try to use them.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature

Reply via email to