[slime-cvs] CVS slime/contrib
CVS User sboukarev
sboukarev at common-lisp.net
Fri Dec 11 06:35:20 UTC 2009
Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv20347/contrib
Modified Files:
ChangeLog slime-fuzzy.el
Log Message:
contrib/slime-fuzzy.el(slime-fuzzy-choices-buffer): Don't
show cursor in *Fuzzy Completions*.
Patch by Tobias C. Rittweiler.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2009/12/11 05:52:20 1.299
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2009/12/11 06:35:20 1.300
@@ -1,5 +1,11 @@
2009-12-11 Stas Boukarev <stassats at gmail.com>
+ * slime-fuzzy.el (slime-fuzzy-choices-buffer): Don't
+ show cursor in *Fuzzy Completions*.
+ Patch by Tobias C. Rittweiler.
+
+2009-12-11 Stas Boukarev <stassats at gmail.com>
+
* slime-presentations.el (slime-reify-old-output): Quote
the CL expession behind presentations, so _(1 2 3)_ (representing a
presentation) is not tried to be evaluated.
--- /project/slime/cvsroot/slime/contrib/slime-fuzzy.el 2009/11/19 13:37:45 1.13
+++ /project/slime/cvsroot/slime/contrib/slime-fuzzy.el 2009/12/11 06:35:20 1.14
@@ -366,6 +366,7 @@
(add-hook 'window-configuration-change-hook
'slime-fuzzy-window-configuration-change))
(slime-add-local-hook 'kill-buffer-hook 'slime-fuzzy-abort)
+ (set (make-local-variable 'cursor-type) nil)
(setq buffer-quit-function 'slime-fuzzy-abort)) ; M-Esc Esc
(when slime-fuzzy-completion-in-place
;; switch back to the original buffer
More information about the slime-cvs
mailing list