Hello folks,

I've installed Exuberant ctags, that ships with slink.  My problem is
that it's not working properly.

The book "Learning the vi editor" by O'Reilly says that the file created
by ctags uses the following format:
        identifier      filename        search-command

However, when I run `ctags *.[ch]` I get a tags file with the following
content
        init_module     [EMAIL PROTECTED]@  /^int
init_module()$/                                   
                        ^^^^^^
                        filename?

And when I try to use a tag command in VIM, say `:tag init_module`, VIM
will say that the file "[EMAIL PROTECTED]@" does not exist, which is obviously 
true.

What am I doing wrong here?

TIA,
Viktor
-- 
Viktor Rosenfeld
E-Mail:         mailto:[EMAIL PROTECTED]
HertzSCHLAG:    http://www.informatik.hu-berlin.de/~rosenfel/hs/


Reply via email to