Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!wuarchive!udel!princeton!phoenix!eliot From: eliot@phoenix.Princeton.EDU (Eliot Handelman) Newsgroups: comp.lang.lisp Subject: macroexpanding macrolets Message-ID: <4049@idunno.Princeton.EDU> Date: 13 Nov 90 22:05:51 GMT Sender: news@idunno.Princeton.EDU Organization: Shitson University, New Crapsey Lines: 9 I need a function that macroexpands locally-defined macros (via MACROLET) -- is there some way to do this in plain CL? If not, has anyone hacked such a tool in KCL? Am I right in thinking that the optional environment to MACROEXPAND is the way to go? Can the PCL portable code-walker be used to do this? If so, how? Thank you, and have a nice day. --eliot