All Manuals > LispWorks Editor User Guide > 4 Editing Lisp Programs > 4.4 Forms

NextPrevUpTopContentsIndex

4.4.3 Macro-expansion of forms

Macroexpand Form

Editor Command

Argument: None
Key sequence: Ctrl+Shift+M

Macro-expands the form after the current point. The output is sent to the Output window. A prefix argument causes the output to be displayed in the current buffer.

Walk Form

Editor Command

Argument: None
Key sequence: Meta+Shift+M

Produces a macroexpansion of the form after the current point. The output is sent to the Output window. A prefix argument causes the output to be displayed in the current buffer.

Note: Walk Form does not expand the Common Lisp macros cond , prog , prog* and multiple-value-bind , though it does expand their subforms.


LispWorks Editor User Guide (Macintosh version) - 3 May 2011

NextPrevUpTopContentsIndex