Search the web
Sign In
New User? Sign Up
taglist · Vim taglist (source browser) plugin
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 124 - 153 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
124
Hi, This plugin is great. Just wondering whether it is possible to add support for VHDL. Thanks...
Vinod Ananth
vinod162
Offline Send Email
Mar 26, 2005
12:23 am
125
Hi, ... Yes. One of the taglist users sent me the following: Add the following line to the .vimrc file: let s:tlist_def_vhdl_settings = ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Mar 27, 2005
6:22 pm
126
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...
srikantaprasanna
srikantapras...
Offline Send Email
Mar 30, 2005
2:23 pm
127
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:...
srikantaprasanna
srikantapras...
Offline Send Email
Mar 30, 2005
3:09 pm
128
... 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...
Jack Coates
puerco_mal
Online Now Send Email
Mar 30, 2005
3:22 pm
129
... 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...
srikantaprasanna
srikantapras...
Offline Send Email
Mar 30, 2005
3:38 pm
130
... 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...
srikantaprasanna
srikantapras...
Offline Send Email
Mar 30, 2005
3:46 pm
131
... 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...
Jack Coates
puerco_mal
Online Now Send Email
Mar 30, 2005
4:00 pm
132
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Mar 30, 2005
7:59 pm
133
I have a similar configuration as srikantprasanna. But my Gvim 6.3 throws the following error <Error> error detected while processing function ...
Sumanth Sharma
sumanth_shar...
Offline Send Email
Apr 5, 2005
1:52 pm
134
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 5, 2005
6:42 pm
135
Hi all, I have uploaded a beta version (4.0) of the taglist plugin to the Vim online website. You can access it from: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 6, 2005
5:18 am
136
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 7, 2005
12:21 am
137
exuberant ctags (cygwin or win32) -- Cygwin Vim (cygwin or win32, GUI or console) -- Tried all options, basicallly GVim 6.3 for Windows ... -- Cygwin bash ... ...
Sumanth
sumanth_shar...
Offline Send Email
Apr 9, 2005
1:57 pm
138
Hi, ... Can you try using the Win32 version of exuberant ctags? ... What is the output of the following Vim commands? ... - Yegappan ... ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 11, 2005
5:30 pm
139
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...
themanonmoon
Offline Send Email
Apr 15, 2005
12:15 pm
140
Hi, ... The taglist plugin supports all the languages supported by exuberant ctags. You can extend exuberant ctags to support any new programming language by...
Yegappan Lakshmanan
yegappan
Offline Send Email
Apr 16, 2005
4:56 am
141
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...
maruen_ufscar
Offline Send Email
Apr 26, 2005
2:29 pm
142
... 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...
Jack Coates
puerco_mal
Online Now Send Email
Apr 26, 2005
3:27 pm
143
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...
Suresh Ramasamy
suresh_r343
Offline Send Email
May 18, 2005
7:02 pm
144
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
May 24, 2005
7:22 pm
145
thanks a lot for the help. I am sure this will be of immense help to me. regards Suresh ... statusline=%<%f%=%([%{Tlist_Get_Tagname_By_Line()}]%)...
Suresh Ramasamy
suresh_r343
Offline Send Email
May 26, 2005
10:29 pm
146
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....
Pawel Konieczny
pawel_nl
Offline Send Email
Jun 19, 2005
9:54 am
147
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...
ervandew
Offline Send Email
Jul 20, 2005
6:32 pm
148
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jul 21, 2005
5:41 pm
149
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...
Chris Fonnesbeck
fonnesbeck_c...
Offline Send Email
Jul 27, 2005
8:27 pm
150
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...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jul 28, 2005
7:43 am
151
Hi all, I have uploaded the second beta version (4.0) of the taglist plugin to the Vim online website. You can download it from: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 3, 2005
3:45 am
152
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...
unicyclescrub
Offline Send Email
Aug 6, 2005
4:14 am
153
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....
Yegappan Lakshmanan
yegappan
Offline Send Email
Aug 8, 2005
7:28 pm
Messages 124 - 153 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help