On Dec 12, 2007, at 14:06 , Matthias Koeppe wrote:
Unless there are objections, I will make the change below in SLIME CVS.
2007-12-12 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de
- slime.el (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.
I agree that consistency is a good thing, after all it happened to me many times that I wanted to trace a definition, and accidentally cleared the repl buffer. But then please provide an alternative binding for slime-repl-clear-buffer. I use that quite often, in particular when the repl buffer becomes large, or to ensure that presentations are not holding on to some data.
I have no good suggestions for a key, obvious candidates C-c C-c and C-c C-b are both taken. Maybe C-c M-o? However, I find that harder to type.
Cheers, Michael