[slime-cvs] CVS slime
mkoeppe
mkoeppe at common-lisp.net
Sun Jun 18 18:22:30 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv4198
Modified Files:
ChangeLog
Log Message:
--- /project/slime/cvsroot/slime/ChangeLog 2006/06/18 17:53:32 1.912
+++ /project/slime/cvsroot/slime/ChangeLog 2006/06/18 18:22:30 1.913
@@ -1,11 +1,16 @@
2006-06-18 Matthias Koeppe <mkoeppe at mail.math.uni-magdeburg.de>
+ * slime.el (slime-echo-arglist): Simplify, just use slime-autodoc.
+
* swank.lisp (arglist): Distinguish between provided actual args
and required formal args using the new slot provided-args.
(form-completion): Likewise.
(decoded-arglist-to-string): Use it here to display the argument
list (make-instance 'CLASS-NAME ...) rather
than (make-instance (quote CLASS-NAME) ...).
+
+ * swank.lisp (extra-keywords change-class): Don't drop the first
+ argument.
* slime.el (slime-parse-extended-operator-name): Don't move
point; fixes infinite loop.
More information about the slime-cvs
mailing list