Mailing List Archive

quagge code and etags
Hi,

I tried tagging the code using etags. But the DEFUN macros seem to be
freaking out etags.

etags seems to have an option to specify custom regexp to tag. Has
anybody figured out how to use etags with the quagga code? My regex
knowledge is very basic, hence I am unable to think of how to do it
right away.

Thanks.

Regards,
Amit

--
.| Amit Kucheria |.
...| Wireless Systems Engineer |...
.....| Metric Systems Corp., San Diego, CA |.....
......| www.metricsystems.com |......
Re: quagge code and etags [ In reply to ]
My bad!

etags doesn't freak out. XEmacs does.

Looking for any tag in xemacs brings up the following
'DEFUN doesn't fit pattern' message.

Using xemacs-21.4.12

Thanks.

Regards,
Amit

On Tue, 2003-09-16 at 11:17, Chris Andrews wrote:
> On Tue, Sep 16, 2003 at 09:56:20AM -0700, Amit Kucheria wrote:
> > Hi,
> >
> > I tried tagging the code using etags. But the DEFUN macros seem to be
> > freaking out etags.
> >
> > etags seems to have an option to specify custom regexp to tag. Has
> > anybody figured out how to use etags with the quagga code? My regex
> > knowledge is very basic, hence I am unable to think of how to do it
> > right away.
>
> What kind of freaking out do you get? I'm using the following command
> line to generate a tags table, and it works fine.
>
> find . -name "*.[chCH]" -print | etags -
>
> (that comes straight from the emacs info page). I'm using emacs 21.1.1.
>
>
> Chris.
--
.| Amit Kucheria |.
...| Wireless Systems Engineer |...
.....| Metric Systems Corp., San Diego, CA |.....
......| www.metricsystems.com |......