On 4/19/06, Tim Johnson <[EMAIL PROTECTED]> wrote: > Hi: > I use both vim and emacs. > I just installed a new emacs, and now get the following error now from vim: > Incorrect Version of Ctags > (emacs installation also installs a different `ctags') > > And have now downloaded ctags-5.5.4.tar.gz to re-install. > Question: > Can I install Exuberant Ctags in a different location so as not to > conflict with the "emacs ctags" that has just been installed. > If so, what .vimrc setting would I need?
Exuberant Ctags will also work just fine with Emacs, so installing to the default location should be fine. Scrapping a perfectly good ctags is just another of Emacs' fine features ;) If you really want to put it in your own location then you'll need to set the appropriate taglist plugin variable, which should be in the documentation for taglist. HTH, Chris Allen
