[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
C-c s calls the slime-selector
function:
Select Methods: 4: Select in other window ?: Selector help buffer. c: SLIME connections buffer. d: *sldb* buffer for the current connection. e: most recently visited emacs-lisp-mode buffer. i: *inferior-lisp* buffer. l: most recently visited lisp-mode buffer. n: Cycle to the next Lisp connection. q: Abort. r: SLIME Read-Eval-Print-Loop. t: SLIME threads buffer. v: *slime-events* buffer.
(BTW, my favorite SLIME short-cut is C-c s r- which jumps me back to the SLIME repl.
Edit the definition of the function called at point.
Pop the definition stack to go back from a definition.
Complete the Lisp symbol at point. (Also M-TAB.)
Macroexpand once.
Macroexpand all.
WHO-CALLS a function.
WHO-REFERENCES a global variable.
WHO-SETS a global variable.
WHO-BINDS a global variable.
WHO-MACROEXPANDS a macro.
Goto the next reference source location. (Also C-c C-SPC)
Describe symbol.
Apropos search.
Disassemble a function.
C-M-x Evaluate top-level from containing point.
Evaluate sexp before point.
Evaluate sexp before point, pretty-print result.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on March 1, 2011 using texi2html 5.0.