From ... From: Erik Naggum Subject: Re: nested macros Date: 1997/10/30 Message-ID: <3087158598170707@naggum.no>#1/1 X-Deja-AN: 285857486 References: mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * sshteingold@cctrading.com | Note that the inner macro is not expanded [by macroexpand]. macroexpand only expands the one form it receives. any recursive expansion would have to be performed by the caller as the form is descended, or by the macro function explicitly (which is a very bad idea). #\Erik -- if you think this year is "97", _you_ are not "year 2000 compliant". see http://www.naggum.no/emacs/ for Emacs-20-related material.