Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!jarthur!bridge2!mips!dimacs.rutgers.edu!rutgers!cmcl2!lanl!beta!egdorf From: egdorf@zaphod.lanl.gov (Skip Egdorf) Newsgroups: comp.lang.lisp Subject: Re: Tags in Common Lisp Message-ID: Date: 10 Apr 91 21:10:08 GMT References: <1991Apr6.191906.25258@cec1.wustl.edu> Sender: news@lanl.gov Organization: Los Alamos National Laboratory Lines: 15 In-reply-to: flan@cics.wustl.edu's message of 6 Apr 91 19:19:06 GMT In article <1991Apr6.191906.25258@cec1.wustl.edu> flan@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. -. and -, 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 hwe@lanl.gov