Next: Documentation, Previous: Completion, Up: SLIME mode [Contents][Index]
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).
Go to the definition of the symbol at point.
Go back to the point where M-. was invoked. This gives multi-level backtracking when M-. has been used several times.
Like slime-edit-definition
but switches to the other window to
edit the definition in.
Like slime-edit-definition
but opens another frame to edit the
definition in.
Use an ETAGS table to find definition at point.