Folks, I'm trying to configure taglist on my office PC, but am facing some problems. The taglist does not show any tags of the current file My PC configuration...
After going thru the mail archives here, I tried this: echo system(Tlist_Ctags_Cmd . ' --version') ..and the output is: /usr/bin/bash: line 1: C:usrbinctags:...
... You're mixing environments... cygwin bash environment is not the same thing as win32 environment. I think you can get cygwin ctags to work, it it will run...
... same ... work, it ... Ok. Installed win32 ctags. ... Ok commented it out. I also have \usr\bin to my PATH. I've added the path where win32-ctags is...
... OK! Gottcha! It works without the 'shell' manipulation stuff. By not making cygwin as default shell and with win32 ctags, Tlist is working fine. But isn't...
... I'm not sure... correct me if I'm wrong, as I quit working with cygwin some time ago, but my understanding is that the cygwin shell is sort of a virtual...
Hello, ... You should be able to use the taglist plugin in the above setup. ... Can you try using the below settings? set shellcmdflag=--login\ -c set...
Hello, ... Can you list out the version of the following tools? - exuberant ctags (cygwin or win32) - Vim (cygwin or win32, GUI or console) - shell What is the...
Hello, ... The problem with the 'mousefocus' option and the taglist plugin is due to a bug in Vim. This is fixed by patch 6.3.063 and also in Vim7. ... Can you...
exuberant ctags (cygwin or win32) -- Cygwin Vim (cygwin or win32, GUI or console) -- Tried all options, basicallly GVim 6.3 for Windows ... -- Cygwin bash ... ...
Hi, I've recently downloaded the taglist.m script. However, to my dismay, this does not generate tags for Matlab (which I use for most of my programming) Is...
Hi, ... The taglist plugin supports all the languages supported by exuberant ctags. You can extend exuberant ctags to support any new programming language by...
Im using taglist plugin using in gvim for windows. i have set the environment variable to point do the executable of ctags but i get the message when i try do...
... your %TEMP% directory has spaces in it, like C:\Documents and Settings\username\Local Settings\Temporary Files. Change it to c:\tmp and everything will...
Hi, Thanks for the response. I went through the help pages. I am not able to find out the option to display the context info in status line (NOT IN seperate...
Hi, ... You can use the Tlist_Get_Tagname_By_Line() function to get the current tag name. You can set the Vim 'statusline' option to use this function to...
I propose the following small feature for taglist: Display the buffer number in front of the file name in the taglist window, by e.g. using bufnum(). E.g....
One thing that i find annoying about taglist is that when seleting a tag in the taglist window you jump to that tag, but using '' or `` you don't necessarily...
Hi, ... <snip> ... Thanks for the patch. The user will expect to be able to jump back to the previous cursor locations after selecting a tag from the taglist...
I just compiled vim from source, and have installed taglist.vim, but I get the followint error when I call :Tlist on a python file: Taglist: Failed to generate...
Hello, ... The taglist plugin will work only with the exuberant ctags tool. This error message indicates that you are trying to use either GNU ctags or the...
Hello, I'm new to Taglist, and having some trouble with it. The documentation says: "When the taglist window is opened for the first time, all the files in...
Hello, ... I will fix this in the next version of the taglist plugin. As you have observed, the taglist plugin currently displays tags only for loaded buffers....