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 22 - 51 of 444   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
31
i've tried to install taglist addin in vim but when I envoke it all i get is the file name (and a help list). if i try :u to update (with a tcl file) I get a...
george johnson
gkj_iii
Offline Send Email
Nov 4, 2003
7:39 pm
32
Hi, ... How did you open the taglist window? Did you use the ":Tlist" command to open the taglist window? Do you have exuberant ctags installed in the system?...
Yegappan Lakshmanan
yegappan
Offline Send Email
Nov 5, 2003
5:35 am
33 Alexander G.von Below
below
Offline Send Email
Nov 14, 2003
12:46 pm
34
Hello, I am new to the taglist mailling list. Is there any way to get access to the archives? -Jeff...
jeffwalker_2000
Offline Send Email
Dec 2, 2003
6:01 pm
35
... it seems not, which is odd. i joined the group a couple of days ago, and have been looking on and off ever since. i am a member at several other yahoo...
feline_dracoform
feline_draco...
Offline Send Email
Dec 2, 2003
11:01 pm
36
using this plugin in C code under Unix (vim 6.1 on UnixWare 7.x) and C++ code under windows (gvim 6.1 under winXP) i have run into a problem with long function...
feline_dracoform
feline_draco...
Offline Send Email
Dec 2, 2003
11:16 pm
37
Hi, I just downloaded taglist and joined the mailing list. It seems that previous postings are not accessible except by the moderator. So I hope I'm not...
fma2000ca
Offline Send Email
Jan 16, 2004
11:14 am
38
Hello, ... I have fixed this problem. Now you should be able to read the messages from the archive. ... This problem is fixed by the 6.0.204 Vim patch. You can...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jan 18, 2004
5:34 pm
39
... Thanks Yegappan. I upgraded to gvim 6.2, and it works much better. Even the repeated occurances of structures and classes went away (they are only define...
fma2000ca
Offline Send Email
Jan 19, 2004
2:20 am
40
Hello, ... In the next version of taglist, I will modify the plugin to make it work with Vim 6.0 also. ... You may see the repeated occurances of tags, if...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jan 19, 2004
2:38 am
41
Sorry for the repost, but this message doesn't seem to be making it onto the list. ... Subject: Taglist.vim: Disable Sync'ing? Date: 19 Jan 2004 03:45:35 GMT ...
fma2000ca
Offline Send Email
Jan 19, 2004
5:49 am
42
Hello, ... Currently, it is not possible to prevent the taglist from moving the cursor to the location of the current tag and highlighting it. In the next...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jan 19, 2004
7:05 am
43
[ As the archives just got public, I could check whether this mail went through or not and it seems it didn't, thus resent. BTW. I'm a list member now. ] Hi...
Tobias C. Rittweiler
trittweiler
Offline Send Email
Jan 19, 2004
8:34 am
44
Hello, ... Anyone can read the message from the archive. To post a message you need to be a member of the list. ... The line number of the tag from the ctags...
Yegappan Lakshmanan
yegappan
Offline Send Email
Jan 20, 2004
4:15 am
45
... That would be really cool. ... If it comes down to a lack of time, I think the disable sync'ing option is preferable (just my opinion). The issue of...
fma2000ca
Offline Send Email
Jan 20, 2004
8:31 am
46
On Tuesday, January 20, 2004 at 5:15:28 AM, ... So why not reverse the logic for some special cases? `ctags' gives the type of a tag (`t'[ypedef] for...
Tobias C. Rittweiler
trittweiler
Offline Send Email
Jan 24, 2004
11:05 pm
47
I'm trying to run this on Mac OS X Panter, and am getting the following error when trying to load the plugin: ctags: --excmd=pattern: No such file or...
gyllstromk
Offline Send Email
Jan 25, 2004
7:52 pm
48
Hello, ... From the above error message, it looks like you have another ctags installed in your PATH. Instead of exuberant ctags, the other ctags is invoked....
Yegappan Lakshmanan
yegappan
Offline Send Email
Jan 26, 2004
1:04 am
49
Hi, I'm getting following erros when I open a file in vim (v6.2. Taglist. vim is the latest one): Error detected while processing...
udaymoogala
Online Now Send Email
Mar 1, 2004
7:15 pm
50
Hello, ... It looks like you have included the 'C' flag in the 'cpoptions' flag. Try removing the 'C' flag from the 'cpoptions' flag. ... For more information,...
Yegappan Lakshmanan
yegappan
Offline Send Email
Mar 1, 2004
10:54 pm
51
hi... I need some guidence with repect to building the tags file.I have gone through "adding support for a new language in the exuberant ctags website".But i...
m_dasika
Offline Send Email
Mar 5, 2004
12:42 pm
Messages 22 - 51 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