Next: , Previous: Cross-reference, Up: SLIME mode


3.8 Macro-expansion commands

C-c C-m
M-x slime-macroexpand-1
Macroexpand the expression at point once. If invoked with a prefix argument, use macroexpand instead of macroexpand-1.
C-c M-m
M-x slime-macroexpand-all
Fully macroexpand the expression at point.
M-x slime-compiler-macroexpand-1
Display the compiler-macro expansion of sexp at point.
M-x slime-compiler-macroexpand
Repeatedy expand compiler macros of sexp at point.

For additional minor-mode commands and discussion, see slime-macroexpansion-minor-mode.