[plt-scheme] Re: Emacs tags for MzScheme modules

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Nov 3 16:22:58 EST 2003

On Nov  3, Jim Blandy wrote:
> If one wanted to preserve this property, one might consider writing
> a patch to 'etags' that adds a '--mzscheme' language, which
> recognizes the module declaration, and looks at things indented
> within that form instead of just looking for open parens in the
> leftmost column.  I'll bet the Emacs maintainers would be willing to
> include such a patch in the Emacs distribution (but I can't speak
> for them, of course).

Still, you have the problem of a regexp facility that is not enough to
know what a real definition is vs what an internal one is...  So if
you're willing to put up with the inexact nature of that, then you can
just as well use the hacked up solution of providing a manual
regexp...

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.