From: Ian Flanigan
Subject: Tags in Common Lisp
Date: 
Message-ID: <1991Apr6.191906.25258@cec1.wustl.edu>
Does anyone know of a program like ctags for CL programs?

Thanks.

-- 
Ian Flanigan

····@cics.wustl.edu              "You can never have too many napkins."
·························@uucp

From: Skip Egdorf
Subject: Re: Tags in Common Lisp
Date: 
Message-ID: <EGDORF.91Apr10151008@zaphod.lanl.gov>
In article <·····················@cec1.wustl.edu> ····@cics.wustl.edu (Ian Flanigan) writes:

>
>   Does anyone know of a program like ctags for CL programs?
>
>   Ian Flanigan

Gnu emacs has a similar program "etags" that works for lisp. <meta>-.
and <meta>-, work to step through the definitions.

I have extended its syntax to understand :accessor and friends from CLOS.
The mods are trivial, but if someone wants it, I can make it available.

					Skip Egdorf
					···@lanl.gov
From: Skip Egdorf
Subject: Re: Tags in Common Lisp
Date: 
Message-ID: <EGDORF.91Apr11122405@zaphod.lanl.gov>
>In article <····················@zaphod.lanl.gov> ······@zaphod.lanl.gov (Skip Egdorf) writes:
>   In article <·····················@cec1.wustl.edu> ····@cics.wustl.edu (Ian Flanigan) writes:
>   >   Does anyone know of a program like ctags for CL programs?
>
>   Gnu emacs has a similar program "etags" that works for lisp. <meta>-.
>   and <meta>-, work to step through the definitions.

Due to demand, an etags.c changed from emacs 18.55 is available via
anonymous ftp from zaphod.lanl.gov (128.165.44.202) in pub/gnu/etags.c

A diff relative to 18.55's etags.c is in pub/gnu/etags.c.diff

Feel free to grab and modify. I would appreciate any changes you might make
in return.

					Skip Egdorf
					···@lanl.gov