Re: [NTG-context] ctags and ConTeXt

2007-02-27 Thread Hans Hagen
Aditya Mahajan wrote: Hi Here is my first attempt (see attachment). It works correctly in the little testing that I have done (on Windows). Just add \usemodule[ctags] somewhere in your environment file, and run context. I file called context.tags will be generated which contains the

Re: [NTG-context] ctags and ConTeXt

2007-02-27 Thread Aditya Mahajan
On Tue, 27 Feb 2007, Hans Hagen wrote: Aditya Mahajan wrote: Hi Here is my first attempt (see attachment). It works correctly in the little testing that I have done (on Windows). Just add \usemodule[ctags] somewhere in your environment file, and run context. I file called context.tags will

Re: [NTG-context] ctags and ConTeXt

2007-02-26 Thread Hans Hagen
Aditya Mahajan wrote: but this only writes a space. ctags expects \t to be present between tag and file name. try \rawcharacter{asciinumber} Secondly (this is not that important), can TeX write to a file without any extension? Traditionally the tags file is just named `tags' did you

Re: [NTG-context] ctags and ConTeXt

2007-02-26 Thread Taco Hoekwater
Aditya Mahajan wrote: Secondly (this is not that important), can TeX write to a file without any extension? Traditionally the tags file is just named `tags' No, it can't. Taco ___ ntg-context mailing list ntg-context@ntg.nl

Re: [NTG-context] ctags and ConTeXt

2007-02-26 Thread Hans Hagen
Taco Hoekwater wrote: Aditya Mahajan wrote: Secondly (this is not that important), can TeX write to a file without any extension? Traditionally the tags file is just named `tags' No, it can't. yet, in luatex we can overload the openers Taco

Re: [NTG-context] ctags and ConTeXt

2007-02-26 Thread Aditya Mahajan
Hi Here is my first attempt (see attachment). It works correctly in the little testing that I have done (on Windows). Just add \usemodule[ctags] somewhere in your environment file, and run context. I file called context.tags will be generated which contains the labels, filename, and

Re: [NTG-context] ctags and ConTeXt

2007-02-25 Thread Aditya Mahajan
On Sun, 11 Feb 2007, Aditya Mahajan wrote: Hi, I am wondering how others manage a large list of reference labels in ConTeXt. I use Vim as an editor and it supports ctags. ctags is a utility that is basically for supporting tags in programs (initially only for C, and hence the name), but can