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

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Nov 3 17:09:43 EST 2003

On Nov  3, Jim Blandy wrote:
> 
> What the module inspection approach gets you that the ad-hoc
> approach will never be able to touch is the ability to recognize
> definitions introduced by macros.  I don't have enough experience
> with MzScheme to say how important that is in practice.

It's probably on the same mostly-not-too-important level...  Most
macros that generate definitions do begin with a "def"...

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


Posted on the users mailing list.