[plt-scheme] Where is macroexpand in PLT Scheme?

From: Bill Clementson (bill_clementson at yahoo.com)
Date: Tue Nov 11 20:21:20 EST 2003

--- Robby Findler <robby at cs.uchicago.edu> wrote:
> > value in "Source"? What is "Source" meant to
> represent
> > anyhow? I thought it would be the source file
> where
> > the macro is defined.  
> 
> It is defined to be the thing that got passed to
> read-syntax when the
> syntax object was constructed. Often the filename of
> the file where the
> definitions (or the editor object in the case of
> DrScheme).

It seems odd that it always shows up as colorer.ss or
#f. Maybe it is getting confused somewhere and is
using the filename of the last editor object that was
used (in this case, the syntax colorer?)?

--
Bill Clementson

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


Posted on the users mailing list.