[plt-scheme] Emacs tags for MzScheme modules

From: Bill Clementson (bill_clementson at yahoo.com)
Date: Sun Nov 2 13:24:12 EST 2003

--- Eli Barzilay <eli at barzilay.org> wrote:
> On Nov  1, Bill Clementson wrote:
> > 
> > find . -name '*.s*' -exec etags -a
> --language=scheme
> > --regex="/[ \t]*(def[a-z\-]+[ \t]+\(.*\)/\1/" {}
> \; 
> 
> This will probably find also internal definitions.

Yes, it will, but I don't know how to separate them
out using just a regexp. 

> > Or am I going about this the wrong way? Are there
> > other means that people use to locate scheme
> > definitions that don't require the use of tag
> files?
> 
> Uh, grep -r?

Yes, but this will probably find also internal
definitions ;-)

--
Bill Clementson

__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/


Posted on the users mailing list.