[slime-cvs] CVS slime

mbaringer mbaringer at common-lisp.net
Fri Oct 20 11:07:57 UTC 2006


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

Modified Files:
	slime.el 
Log Message:
(slime-fuzzy-choices-buffer): Added kill-buffer-hook to the completion
buffer to slime-fuzzy-abort, so we get out from the completion mode
and key maps when the completion buffer is closed.


--- /project/slime/cvsroot/slime/slime.el	2006/10/20 10:09:05	1.672
+++ /project/slime/cvsroot/slime/slime.el	2006/10/20 11:07:57	1.673
@@ -6324,6 +6324,7 @@
     (slime-fuzzy-fill-completions-buffer completions)
     (when new-completion-buffer
       (pop-to-buffer (slime-get-fuzzy-buffer))
+      (add-hook 'kill-buffer-hook 'slime-fuzzy-abort nil t)
       (when slime-fuzzy-completion-in-place
         ;; switch back to the original buffer
         (switch-to-buffer-other-window slime-fuzzy-target-buffer)))))




More information about the slime-cvs mailing list