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...
108
r0cket96
Jan 10, 2005 9:58 pm
When i try to run the latest taglist against vim 6.3 and ctags 5.4, I cannot get any tags to be parsed by taglist.vim. If i manually run the ctags command...
109
srfi-45@...
Jan 10, 2005 9:58 pm
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...
110
Jack Coates
puerco_mal
Feb 9, 2005 11:52 pm
windows xp, vim 6.3. I've put ec/ctags554 into the vim directory and added c:\program files\vim92;ec\ctags554 to my %PATH%. Here's the modifications I've made to...
111
srfi-45@...
Feb 9, 2005 11:53 pm
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...
112
devnull5475
Feb 10, 2005 10:54 pm
does anybody know if taglist actually works with sql (or plsql)? tia....
113
srfi-45@...
Feb 10, 2005 10:54 pm
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...
114
Yegappan Lakshmanan
yegappan
Feb 11, 2005 1:22 am
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? ... ...
115
srfi-45@...
Feb 11, 2005 1:23 am
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...
116
Jack Coates
puerco_mal
Feb 11, 2005 1:53 am
... hi Yegappan, nocompatible is set, shell and shellslash are not. ... I've commented the let Tlist_Ctags_Command option out. thanks, -- Jack at Monkeynoodle...
117
Yegappan Lakshmanan
yegappan
Feb 11, 2005 1:54 am
Hi, ... Yes. The taglist plugin works for SQL files. - Yegappan __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! ...
118
Yegappan Lakshmanan
yegappan
Feb 11, 2005 3:03 am
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...
119
devnull5475
Feb 11, 2005 11:15 am
hi. this is repeat bcz of some kind of delay joining group. does anybody know if taglist actually works with sql (or plsql)? tia....
120
devnull5475
Feb 11, 2005 11:19 am
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...
121
christaincoder
Feb 11, 2005 7:08 pm
Is there anyway to get the taglist plugin to *not* create a new window (similar to the buffer explorer)?...
122
Yegappan Lakshmanan
yegappan
Feb 11, 2005 9:33 pm
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...
123
robertcharleswebb
robertcharle...
Feb 25, 2005 2:53 am
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 'mousefocus39; option,...
124
Vinod Ananth
vinod162
Mar 26, 2005 12:23 am
Hi, This plugin is great. Just wondering whether it is possible to add support for VHDL. Thanks...
125
Yegappan Lakshmanan
yegappan
Mar 27, 2005 6:22 pm
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 = ...
126
srikantaprasanna
srikantapras...
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...
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
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...
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...
Mar 30, 2005 3:46 pm
... OK! Gottcha! It works without the 'shell39; 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
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
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=--login92; -c set...
133
Sumanth Sharma
sumanth_shar...
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
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
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
Apr 7, 2005 12:21 am
Hello, ... The problem with the 'mousefocus39; 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...