Next: , Previous: Compilation, Up: Commands



3.2.2 Finding definitions (“Meta-Point”).

The familiar M-. command is provided. For generic functions this command finds all methods, and with some systems it does other fancy things (like tracing structure accessors to their DEFSTRUCT definition).

M-.
slime-edit-definition
Go to the definition of the symbol at point.
M-,
slime-pop-find-definition-stack Go back from a definition found with M-.. This gives multi-level backtracking when M-. has been used several times.