[slime-cvs] CVS slime/contrib
trittweiler
trittweiler at common-lisp.net
Sun Sep 7 12:44:11 UTC 2008
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv10774/contrib
Modified Files:
slime-autodoc.el ChangeLog
Log Message:
* slime-autodoc.el (slime-make-autodoc-swank-form): Do not
highlight operator in local arglist display.
--- /project/slime/cvsroot/slime/contrib/slime-autodoc.el 2008/09/07 12:34:22 1.9
+++ /project/slime/cvsroot/slime/contrib/slime-autodoc.el 2008/09/07 12:44:11 1.10
@@ -185,7 +185,7 @@
(if local-arglist
`(swank:format-arglist-for-echo-area ,local-arglist
:operator ,(first (first ops))
- :highlight ,(first indices)
+ :highlight ,(if (zerop (first indices)) nil (first indices))
:print-right-margin ,width
:print-lines ,height)
`(swank:arglist-for-echo-area ',ops
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2008/09/07 12:34:22 1.127
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2008/09/07 12:44:11 1.128
@@ -1,5 +1,10 @@
2008-09-07 Tobias C. Rittweiler <tcr at freebits.de>
+ * slime-autodoc.el (slime-make-autodoc-swank-form): Do not
+ highlight operator in local arglist display.
+
+2008-09-07 Tobias C. Rittweiler <tcr at freebits.de>
+
Slime-autodoc now also displays arglists of local functions.
* swank-arglists.lisp (defslimefun format-arglist-for-echo-area):
More information about the slime-cvs
mailing list