James Bielman wrote:
On 25 Oct 2003, rtoy@earthlink.net wrote:
I'll leave it up to others on whether to add this binding to sldb proper but this elisp in .emacs seems to do the trick if I understand correctly:
(defun my-slime-hook () (define-key sldb-mode-map "\C-d" 'sldb-abort))
(add-hook 'slime-mode-hook 'my-slime-hook)
This command is normally bound to 'a' in the debugger.
Although the above doesn't really work for me, I can live with using 'a' in the debugger, which, embarassingly, I didn't know about. Also, there's enough hints here and in ilisp that if I really wanted to do this, I think I could implement it myself. If I do so, I'll send a patch here.
Thanks!
Ray