[plt-scheme] Re: Emacs tags for MzScheme modules
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!