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 110 - 139 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
110
windows xp, vim 6.3. I've put ec/ctags554 into the vim directory and added c:\program files\vim\ec\ctags554 to my %PATH%. Here's the modifications I've made to...
Jack Coates
puerco_mal
Online Now Send Email
Feb 9, 2005
11:52 pm
111
Your email has been sent from an account not on the subscriber list; srfi.schemers.org requires explicit approval by one of the editors for such emails. If...
srfi-45@...
Send Email
Feb 9, 2005
11:53 pm
112
does anybody know if taglist actually works with sql (or plsql)? tia....
devnull5475
Offline Send Email
Feb 10, 2005
10:54 pm
113
Your email has been sent from an account not on the subscriber list; srfi.schemers.org requires explicit approval by one of the editors for such emails. If...
srfi-45@...
Send Email
Feb 10, 2005
10:54 pm
114
Hi, ... As you already have ctags.exe in the %PATH%, you don't need to set the Tlist_Ctags_Cmd variable. ... What is the output of the following command? ... ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 11, 2005
1:22 am
115
Your email has been sent from an account not on the subscriber list; srfi.schemers.org requires explicit approval by one of the editors for such emails. If...
srfi-45@...
Send Email
Feb 11, 2005
1:23 am
116
... hi Yegappan, nocompatible is set, shell and shellslash are not. ... I've commented the let Tlist_Ctags_Command option out. thanks, -- Jack at Monkeynoodle...
Jack Coates
puerco_mal
Online Now Send Email
Feb 11, 2005
1:53 am
117
Hi, ... Yes. The taglist plugin works for SQL files. - Yegappan __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 11, 2005
1:54 am
118
Hi, ... Do you have Vim filetype detection turned on? What is the output of the following command? ... Are you using the cygwin version of Vim? Do you get any...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 11, 2005
3:03 am
119
hi. this is repeat bcz of some kind of delay joining group. does anybody know if taglist actually works with sql (or plsql)? tia....
devnull5475
Offline Send Email
Feb 11, 2005
11:15 am
120
thanks for your reply. i certainly want to believe you. however, altho taglist works fine for me with .c, .php. .java, &c, it never displays any functions &c...
devnull5475
Offline Send Email
Feb 11, 2005
11:19 am
121
Is there anyway to get the taglist plugin to *not* create a new window (similar to the buffer explorer)?...
christaincoder
Offline Send Email
Feb 11, 2005
7:08 pm
122
Hello, ... Are you trying to use the taglist window with the winmanager plugin? Can you elaborate on why you don't want the taglist plugin to open a Vim window...
Yegappan Lakshmanan
yegappan
Offline Send Email
Feb 11, 2005
9:33 pm
123
Hi, I just discovered the taglist plugin, and it's great! I found a few problems though, and even made a patch (see below). I use the 'mousefocus' option,...
robertcharleswebb
robertcharle...
Offline Send Email
Feb 25, 2005
2:53 am
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
Messages 110 - 139 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