Птн, 10 Сен 2010, Nathan Neff писал(а): > 2010/9/10 bill lam <[email protected]>: > > Птн, 10 Сен 2010, Erik Falor писал(а): > >> On Thu, Sep 09, 2010 at 07:44:34PM -0500, Nathan Neff wrote: > >> > I was able to solve the problem by using exuberant ctags, but I find it > >> > odd that ctags man page states that it works for the Java language. > >> > > >> > Does anyone use ctags on Java/other programming languages, or is it > >> > generally > >> > understood to use exuberant-ctags when using other languages? > >> > >> I wouldn't have expected vanilla ctags to work on anything besides C! > >> Further, I didn't know that anybody used anything besides > >> exuberant-ctags in this, the 21st century. Which version of ctags did > >> you initially use, and on which platform? > >> > >> -- > >> Erik Falor > >> Registered Linux User #445632 http://counter.li.org > > > > In debian ctags is provided by exuberant ctags. It will be strange if > > ubuntu choose an older version than debian. I guess he should re-read the > > man page for confirmation. > > When I run ctags --version, I get: > > ctags (GNU Emacs 23.2) > Copyright (C) 2010 Free Software Foundation, Inc. > This program is distributed under the terms in ETAGS.README > > When I run "man ctags" I get: > etags(1) GNU Tools etags(1) > > At the bottom of the man page I get: > GNU Tools 23nov2001 <<<<<<<<-??? etags(1) > > ---------------- note the "2001" ------------------------------ > > --Nate > [---=| TOFU protection by t-prot: 12 lines snipped |=---]
I guess the first line inside man said you are using etags which might symlinked to ctags. As far as I know, format of etags is slightly different from ctags. Perhaps you want to check which ctags are actually being used. $ sudo update-alternatives --config ctags -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
