Re: gtags and ctags like --regex support

2009-06-21 Thread Aneesh Kumar
On Sun, Jun 21, 2009 at 6:44 AM, Shigio YAMAGUCHIshi...@gnu.org wrote: Hi, Is there a way i can make gtags makes tags based on the regex matching in addition to the tags made with the standard parsing based on language ? What i wanted to achive is to  use something like

Re: gtags and ctags like --regex support

2009-06-21 Thread Aneesh Kumar
On Sun, Jun 21, 2009 at 12:11 PM, Aneesh Kumaraneesh.ku...@gmail.com wrote: On Sun, Jun 21, 2009 at 6:44 AM, Shigio YAMAGUCHIshi...@gnu.org wrote: Hi, Is there a way i can make gtags makes tags based on the regex matching in addition to the tags made with the standard parsing based on

Re: gtags and ctags like --regex support

2009-06-20 Thread Shigio YAMAGUCHI
Hi, Is there a way i can make gtags makes tags based on the regex matching in addition to the tags made with the standard parsing based on language ? What i wanted to achive is to use something like --regex='/^SYSCALL_DEFINE[0-9]?(\([^,)]*\).*/sys_\1/' That would help me have tag data