[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Mon Jan 14 12:08:44 UTC 2008


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv9347

Modified Files:
	slime.el 
Log Message:

* slime.el (sldb-mode): Add `sldb-quit' to `kill-buffer-hook' to
  close the debugging machinery on swank side when the SLDB buffer
  is killed. (Notice that killing the SLDB buffer manually will not
  restore window configuration in contrast to typing `q'.)


--- /project/slime/cvsroot/slime/slime.el	2008/01/10 15:30:02	1.891
+++ /project/slime/cvsroot/slime/slime.el	2008/01/14 12:08:44	1.892
@@ -6527,7 +6527,8 @@
   (slime-set-truncate-lines)
   ;; Make original slime-connection "sticky" for SLDB commands in this buffer
   (setq slime-buffer-connection (slime-connection))
-  (add-local-hook 'kill-buffer-hook 'sldb-delete-overlays))
+  (add-local-hook 'kill-buffer-hook 'sldb-delete-overlays)
+  (add-local-hook 'kill-buffer-hook 'sldb-quit))
 
 (slime-define-keys sldb-mode-map
   ("h"    'describe-mode)




More information about the slime-cvs mailing list