[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Doc-strings for user-defined macros



>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.