... it seems not, which is odd. i joined the group a couple of days ago, and have been looking on and off ever since. i am a member at several other yahoo...
using this plugin in C code under Unix (vim 6.1 on UnixWare 7.x) and C++ code under windows (gvim 6.1 under winXP) i have run into a problem with long function...
Hi, I just downloaded taglist and joined the mailing list. It seems that previous postings are not accessible except by the moderator. So I hope I'm not...
Hello, ... I have fixed this problem. Now you should be able to read the messages from the archive. ... This problem is fixed by the 6.0.204 Vim patch. You can...
... Thanks Yegappan. I upgraded to gvim 6.2, and it works much better. Even the repeated occurances of structures and classes went away (they are only define...
Hello, ... In the next version of taglist, I will modify the plugin to make it work with Vim 6.0 also. ... You may see the repeated occurances of tags, if...
Sorry for the repost, but this message doesn't seem to be making it onto the list. ... Subject: Taglist.vim: Disable Sync'ing? Date: 19 Jan 2004 03:45:35 GMT ...
Hello, ... Currently, it is not possible to prevent the taglist from moving the cursor to the location of the current tag and highlighting it. In the next...
[ As the archives just got public, I could check whether this mail went through or not and it seems it didn't, thus resent. BTW. I'm a list member now. ] Hi...
Hello, ... Anyone can read the message from the archive. To post a message you need to be a member of the list. ... The line number of the tag from the ctags...
... That would be really cool. ... If it comes down to a lack of time, I think the disable sync'ing option is preferable (just my opinion). The issue of...
On Tuesday, January 20, 2004 at 5:15:28 AM, ... So why not reverse the logic for some special cases? `ctags' gives the type of a tag (`t'[ypedef] for...
I'm trying to run this on Mac OS X Panter, and am getting the following error when trying to load the plugin: ctags: --excmd=pattern: No such file or...
Hello, ... From the above error message, it looks like you have another ctags installed in your PATH. Instead of exuberant ctags, the other ctags is invoked....
Hello, ... It looks like you have included the 'C' flag in the 'cpoptions' flag. Try removing the 'C' flag from the 'cpoptions' flag. ... For more information,...
hi... I need some guidence with repect to building the tags file.I have gone through "adding support for a new language in the exuberant ctags website".But i...
Hello, I've installed vim, the taglist plugin, and exuberent ctags. I want to browse our source code tree. Will this browse facility list definitions of data...
Hello, ... The taglist plugin lists the tags defined in the current file and previously opened files. To get the list of tags defined in a file with the...
Thanks for the reply. I've got ctags and vim running so I can browse through most of my source code tree. I ran ctags -R in each of the directories that are...
I am trying to install the taglib plugin using VIM 6.2.225 on Win2K using CTags 5.3.3. I followed the install instructions. When I attempt to use the plugin...
Hello, ... This problem is caused by the space characters in the temporary directory name. Bram recently sent out a patch to Vim to fix this problem. But this...
Hi, I have added support for IDL language files in my $HOME/.ctags file. I would like to see these tags in the taglist window. I tried adding a line in my...
Hello, ... Did you make sure that the Vim 'filetype' option is set to 'IDL'. ... - Yegappan __________________________________ Do you Yahoo!? Yahoo! Small...
hi... Is it possible to create the taglist window for all files(with a certain filetype) in a given directory rather than only for all open files?? Can the...
Hello, ... The taglist plugin will only process tags for the file which was recently opened. Currently, it is not possible to process tags for multiple files. ...
hi... When I am trying to extend the taglist plugin for a new language (actually with new regexp patterns) it says ctags.exe:Unknown option specified in the...
Hello, ... What is the Vim filetype for this file? ... What is the exuberant ctags filetype for this file? What is the line you have added to your .vimrc file...
Hi all, I have uploaded a new version (3.2) of the taglist (source code browser) plugin to the Vim online website. You can download the plugin from ...