[slime-cvs] CVS slime
mkoeppe
mkoeppe at common-lisp.net
Wed Jan 9 17:08:33 UTC 2008
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv32011
Modified Files:
slime.el
Log Message:
(slime-repl-mode-map): Bind C-c C-t to slime-toggle-trace-fdefinition
(as in Lisp buffers) instead of slime-repl-clear-buffer. This binding
is useful for untracing functions directly from the trace output.
Move slime-repl-clear-buffer to the keybinding C-c M-o.
--- /project/slime/cvsroot/slime/slime.el 2008/01/02 16:02:13 1.889
+++ /project/slime/cvsroot/slime/slime.el 2008/01/09 17:08:32 1.890
@@ -2874,7 +2874,8 @@
("\C-c\C-w" slime-who-map)
("\C-\M-x" 'slime-eval-defun)
("\C-c\C-o" 'slime-repl-clear-output)
- ("\C-c\C-t" 'slime-repl-clear-buffer)
+ ("\C-c\M-o" 'slime-repl-clear-buffer)
+ ("\C-c\C-t" 'slime-toggle-trace-fdefinition)
("\C-c\C-u" 'slime-repl-kill-input)
("\C-c\C-n" 'slime-repl-next-prompt)
("\C-c\C-p" 'slime-repl-previous-prompt)
More information about the slime-cvs
mailing list