[plt-scheme] Emacs tags for MzScheme modules
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.
> 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?
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!