Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

taglist · Vim taglist (source browser) plugin

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 126 - 155 of 487   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
126 srikantaprasanna
srikantapras... Send Email
Mar 30, 2005
2:23 pm
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...
127 srikantaprasanna
srikantapras... Send Email
Mar 30, 2005
3:09 pm
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:...
128 Jack Coates
puerco_mal Send Email
Mar 30, 2005
3:22 pm
... 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...
129 srikantaprasanna
srikantapras... Send Email
Mar 30, 2005
3:38 pm
... 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...
130 srikantaprasanna
srikantapras... Send Email
Mar 30, 2005
3:46 pm
... OK! Gottcha! It works without the 'shell&#39; manipulation stuff. By not making cygwin as default shell and with win32 ctags, Tlist is working fine. But isn't...
131 Jack Coates
puerco_mal Send Email
Mar 30, 2005
4:00 pm
... 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...
132 Yegappan Lakshmanan
yegappan Send Email
Mar 30, 2005
7:59 pm
Hello, ... You should be able to use the taglist plugin in the above setup. ... Can you try using the below settings? set shellcmdflag=--login&#92; -c set...
133 Sumanth Sharma
sumanth_shar... Send Email
Apr 5, 2005
1:52 pm
I have a similar configuration as srikantprasanna. But my Gvim 6.3 throws the following error <Error> error detected while processing function ...
134 Yegappan Lakshmanan
yegappan Send Email
Apr 5, 2005
6:42 pm
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...
135 Yegappan Lakshmanan
yegappan Send Email
Apr 6, 2005
5:18 am
Hi all, I have uploaded a beta version (4.0) of the taglist plugin to the Vim online website. You can access it from: ...
136 Yegappan Lakshmanan
yegappan Send Email
Apr 7, 2005
12:21 am
Hello, ... The problem with the 'mousefocus&#39; 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...
137 Sumanth
sumanth_shar... Send Email
Apr 9, 2005
1:57 pm
exuberant ctags (cygwin or win32) -- Cygwin Vim (cygwin or win32, GUI or console) -- Tried all options, basicallly GVim 6.3 for Windows ... -- Cygwin bash ... ...
138 Yegappan Lakshmanan
yegappan Send Email
Apr 11, 2005
5:30 pm
Hi, ... Can you try using the Win32 version of exuberant ctags? ... What is the output of the following Vim commands? ... - Yegappan ... ...
139 themanonmoon Send Email Apr 15, 2005
12:15 pm
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...
140 Yegappan Lakshmanan
yegappan Send Email
Apr 16, 2005
4:56 am
Hi, ... The taglist plugin supports all the languages supported by exuberant ctags. You can extend exuberant ctags to support any new programming language by...
141 maruen_ufscar Send Email Apr 26, 2005
2:29 pm
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...
142 Jack Coates
puerco_mal Send Email
Apr 26, 2005
3:27 pm
... your %TEMP% directory has spaces in it, like C:\Documents and Settings\username&#92;Local Settings\Temporary Files. Change it to c:\tmp and everything will...
143 Suresh Ramasamy
suresh_r343 Send Email
May 18, 2005
7:02 pm
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...
144 Yegappan Lakshmanan
yegappan Send Email
May 24, 2005
7:22 pm
Hi, ... You can use the Tlist_Get_Tagname_By_Line() function to get the current tag name. You can set the Vim 'statusline&#39; option to use this function to...
145 Suresh Ramasamy
suresh_r343 Send Email
May 26, 2005
10:29 pm
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()}]%)...
146 Pawel Konieczny
pawel_nl Send Email
Jun 19, 2005
9:54 am
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....
147 ervandew Send Email Jul 20, 2005
6:32 pm
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...
148 Yegappan Lakshmanan
yegappan Send Email
Jul 21, 2005
5:41 pm
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...
149 Chris Fonnesbeck
fonnesbeck_c... Send Email
Jul 27, 2005
8:27 pm
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...
150 Yegappan Lakshmanan
yegappan Send Email
Jul 28, 2005
7:43 am
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...
151 Yegappan Lakshmanan
yegappan Send Email
Aug 3, 2005
3:45 am
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: ...
152 unicyclescrub Send Email Aug 6, 2005
4:14 am
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...
153 Yegappan Lakshmanan
yegappan Send Email
Aug 8, 2005
7:28 pm
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....
154 suresh_r343 Send Email Aug 10, 2005
6:03 pm
Hi, In emacs there is a tag-search command. Using this we can search across our project for a reference to a variable and replace it seamlessly. We need not...
155 Hiren Madhavani
mhiren77 Send Email
Aug 16, 2005
6:44 pm
Looks like verilog 2001 support still needs to be put in the taglist.vim. I have all my port definitions like input, output within the module declaration and...
Messages 126 - 155 of 487   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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