is there a list-administrator ?

2007-05-09 Thread Toon Knapen

Is there a list-administrator also listening in ?

I have tried to unsubscribe a zillion times now and  I'm still on 
this list. I would appreciate if the ml-admin could help me out here.


thanks

toon


Re: error in help on tag-highlight ?

2006-12-28 Thread Toon Knapen

Theerasak Photha wrote:


(I hope you don't mind that I am putting this on the mailing list---I
like to share my thoughts with everyone.)


sure



The material in the manual is evidently based on outdated information,
as the ctags invocation given doesn't work


Is there some process to make sure this documentation will be corrected 
for the next release? Soth. I can do?



---however, I will point you
to the excellent Vim taglist plugin, which is very current and can
also highlight tags:

http://www.vim.org/scripts/script.php?script_id=273



But this will highlight the tags in the taglist window. What I would 
like is that in my source files, the keywords that make me jump to a 
tag, will be highlighted so that I know which words serve as keyword 
(keywords being the words on which I place my cursor and subsequently 
push ctrl-] to jump to the tag).


This is e.g. available in the help text of vim. But I think this is 
accomplised through syntax highlighting. In the help, all words in 
between pipes ('|') are coloured and also serve as keywords. But now I 
want these keywords to be highlighted in _addition_ to the syntax 
highlighting that I am using for my (C,C++,...) source files.


Thanks in advance for any valuable pointer,

toon



error in help on tag-highlight ?

2006-12-27 Thread Toon Knapen

Hi all,

I'm looking into using ctags in combination with vim and was looking for 
highlighting the tags in vim. The :help tag-highlight explains how the 
necessary tags.vim file can be generated. I do have two questions 
regarding this info however:


1) It mentions a (make-) rule to generate a types.vim file from a types 
file. Am I correct in supposing this 'types' file is actually the tags 
file ?


2) The ctags command seems not be correct. Whenever I launch Exuberant 
ctags 5.5.4 with the option '-i=gstuS' I get the error 'Unknown option: 
-i'. And indeed, the ctags man page does not mention a -i option.


Thanks for any help in advance,

toon


Re: error in help on tag-highlight ?

2006-12-27 Thread Toon Knapen

1) It mentions a (make-) rule to generate a types.vim file from a types
file. Am I correct in supposing this 'types' file is actually the tags
file ?


Well, the name of the tags file is customarily 'tags' or 'TAGS'.



That is the reason why I am not sure the 'types' file is actually the 
tags file because the tags file is generally named 'tags'. So is this 
'types' file the actual tags file?


t