[slime-cvs] CVS slime/contrib
trittweiler
trittweiler at common-lisp.net
Mon Oct 1 13:37:10 UTC 2007
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv19938/contrib
Modified Files:
slime-autodoc.el
Log Message:
* slime-autdoc.el (slime-autodoc-message-ok-p): Don't display an
arglist when the minibuffer is active.
--- /project/slime/cvsroot/slime/contrib/slime-autodoc.el 2007/09/20 14:55:53 1.4
+++ /project/slime/cvsroot/slime/contrib/slime-autodoc.el 2007/10/01 13:37:10 1.5
@@ -244,6 +244,7 @@
(not executing-kbd-macro)
(not (and (boundp 'edebug-active) (symbol-value 'edebug-active)))
(not cursor-in-echo-area)
+ (not (active-minibuffer-window))
(not (eq (selected-window) (minibuffer-window)))
(slime-background-activities-enabled-p)))
More information about the slime-cvs
mailing list