[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Doc-strings for user-defined macros
- To: hall@allegra.att.com (Bob Hall)
- Subject: Re: Doc-strings for user-defined macros
- From: bill@cambridge.apple.com (Bill St. Clair)
- Date: Fri, 26 Jun 1992 12:05:34 -0500
- Cc: info-mcl
>I must have ARGLIST-ON-SPACE and all SAVE-<whatever> variables set right,
>because it works great for functions, just not macros. (Unless there are
>different SAVE-<whatever> variables for macros than for functions?)
>
>Note that it DOES work for built-in macros, such as WHEN, just not macros
>I define. Is this a known bug?
To make MCL save the arglists of macros, you need to:
(setq ccl::*save-arglist-info* t)
This will still be true in 2.0 final. It is not documented anywhere.