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