[plt-scheme] Emacs tags for MzScheme modules

From: Eli Barzilay (eli at barzilay.org)
Date: Sun Nov 2 03:16:19 EST 2003

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!


Posted on the users mailing list.