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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1 - 30 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Hello, ... Your analysis is correct. If the pathname is quoted with a double quotes ("), then the Win2000/XP command (cmd) processes the path correctly. But, ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Sep 18, 2003
2:16 pm
2
Hi Tony, ... Based on the above messages, it looks like your copy of the taglist plugin is corrupted. Can you try re-downloading the plugin from the Vim online...
Yegappan Lakshmanan
yegappan
Offline Send Email
Sep 19, 2003
4:28 am
3
Hi Mark, ... The taglist plugin doesn't work properly with the Vim session support. This is because of a bug in Vim in restoring folds created in special ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Sep 23, 2003
3:55 pm
4
Hi all, I have uploaded a new version (3.0) of the taglist plugin to the Vim online website. You can get it from: ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Sep 25, 2003
9:21 pm
5
Hello: Rebol is not included as part of the ctags definition. Therefore taglist is not useful for that language at this time. And <sigh> since I program also...
Tim Johnson
timjohnson12...
Offline Send Email
Sep 26, 2003
3:29 am
6
Hello, ... You can try adding the following lines to the .ctags file ... --langdef=rebol --langmap=rebol:.r --regex-rebol=/[ ]*([^ ]+)[ ]*: func/\1/f,function/...
Yegappan Lakshmanan
yegappan
Offline Send Email
Sep 26, 2003
5:59 am
7
... Rebol has several types of subroutines: "def","sub" and "has" are of the same construction as "func". So my .ctags now looks thus: --langdef=rebol ...
Tim Johnson
timjohnson12...
Offline Send Email
Sep 26, 2003
4:51 pm
8
The latest versions of ctags support the vera language. Please add the vera configuation to taglist.vim: " vera language let tlist_vera_settings =...
yogidog_98
Offline Send Email
Oct 1, 2003
9:40 pm
9
Hello, ... I will add the support for the vera language in the next version of the taglist plugin (along with some other interesting extensions). - Yegappan ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 2, 2003
6:12 pm
10
... is rebol. I've 'hacked' taglist and tagmenu for rebol and the effect is just wonderful. It's nice to move from python to C to rebol and have the same...
Tim Johnson
timjohnson12...
Offline Send Email
Oct 2, 2003
7:23 pm
11
Hi, I installed taglist.vim and tried running it on Solaris, but I get the following errors when I do :Tlist in vim -f: No such file or directory^@-o: No such...
icq8883178
Offline Send Email
Oct 6, 2003
7:17 pm
12
Hello, ... It looks like you are not using the exuberant ctags utility in Solaris 5.8. You are either using the GNU ctags or the Unix ctags utility. The...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 6, 2003
8:59 pm
13
Hi, Thanks for the info. I downloaded exuberant ctags from sourceforge, but don't have sufficient privilidges to install it :( Jayesh ... ...
Jayesh Dalal
icq8883178
Offline Send Email
Oct 7, 2003
12:02 am
14
... You don't need to install the complete exuberant package. You just need to build the exuberant ctags binary and use it with the taglist plugin. - Yegappan ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 7, 2003
12:05 am
15
Hello, ... The exuberant ctags tool will generate tags for the C++ class data members, if the 'm' command-line flag is supplied. By default, the taglist plugin...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 7, 2003
1:24 am
16
Hi, The gz file that I got from sourceforge... well when I unzip/untar it and point Tlist_Ctags_Cmd to it, it gives me the following message ...
Jayesh Dalal
icq8883178
Offline Send Email
Oct 7, 2003
1:59 am
17
... The Tlist_Ctags_Cmd should point to the ctags executable (not the directory). Try seeting Tlist_Ctags_Cmd to /home/jdalal/ctags-5.5.2/ctags. Did you build...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 7, 2003
4:24 am
18
Hello, ... Are you using Vim in a xterm or in a Linux console? If you are using Vim in a terminal which doesn't support increasing the window width (like in a...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 8, 2003
2:51 pm
19
Hi, I have put Taglist.vim in the plugin directory under .vim.. I am using 6.2 version of vim. when I am giving the command :Tlist all I am getting is "TList...
Mondal Atanu (IFIN DC...
atanumondal2000
Offline Send Email
Oct 9, 2003
4:55 am
20
Hello, ... Are you opening the taglist window using the ":TList" or ":Tlist" command? From the error message, it looks like you are trying to open the taglist ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Oct 9, 2003
4:14 pm
21
Just installed a new box with redhat 9 and went to vim a file and get lots of escape codes. Any and all help is appreciated. example of my .bashrc file in vim:...
egalthan
Offline Send Email
Oct 27, 2003
3:09 pm
22
Hi all, I have uploaded a new version (3.1) of the taglist plugin to the Vim online website. You can download it from ...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 3, 2003
2:15 am
23
Hello, ... Vim supports only sequential processing. So it is not possible to edit a file and at the same time execute a plugin in the background. You can do...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 3, 2003
5:22 pm
24
The taglist plugin is fantastic. I love it, and have used it for quite a while now. I don't really like the new feature to display multiple files in the ...
Kevin McCarthy
kjm@...
Send Email
Nov 3, 2003
5:48 pm
25
Hello, ... Currently you cannot configure the taglist plugin to display only one file in the taglist window. I will try to make this a configurable option in...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 3, 2003
6:20 pm
26
I bet this will be a tricky one :-( I've been using taglist with rebol for some time now. I recently recompiled vim 6.2 with patches 1 thru 144. Huge version...
Tim Johnson
timjohnson12...
Offline Send Email
Nov 4, 2003
12:33 am
27
... Hi Yegappan: Turned out to not be tricky at all. I had forgotten that, since rebol is not a supported filetype, I had hand-patched taglist. Here is the...
Tim Johnson
timjohnson12...
Offline Send Email
Nov 4, 2003
1:43 am
28
Hi, ... By default (out of the box), exuberant ctags doesn't support the rebol language source files. I think, you have extended exuberant ctags (through the...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 4, 2003
1:49 am
29
Hi Tim, ... I can add it to the taglist plugin only after rebol is supported by exuberant ctags. Otherwise, for those users who do not have the rebol...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 4, 2003
2:18 am
30
... I have so many plugins :-), and you now see from my last email, that I did find the problem. Without modifying taglist at all, I can put the rebol...
Tim Johnson
timjohnson12...
Offline Send Email
Nov 4, 2003
2:27 am
Messages 1 - 30 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