[slime-cvs] CVS update: slime/ChangeLog
Luke Gorrie
lgorrie at common-lisp.net
Wed Nov 26 23:46:01 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv1099
Modified Files:
ChangeLog
Log Message:
Date: Wed Nov 26 18:46:00 2003
Author: lgorrie
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.113 slime/ChangeLog:1.114
--- slime/ChangeLog:1.113 Tue Nov 25 16:28:23 2003
+++ slime/ChangeLog Wed Nov 26 18:46:00 2003
@@ -1,3 +1,21 @@
+2003-11-27 Luke Gorrie <luke at bluetail.com>
+
+ * completer.el: Stolen^Wimported from ILISP version 1.4. This is
+ one revision prior to their latest, where they added a (require)
+ for some other ILISP code. I backed down a revision to make it
+ stand-alone, but this may mean that putting SLIME in the load-path
+ before ILISP will break ILISP. So, beware.
+
+2003-11-27 Zach <xach at xach.com>
+
+ * swank.lisp (completions): Complete compound symbols (see below).
+
+ * slime.el (slime-complete-symbol): Use `completer' package to
+ handle more sophisticated completions. This includes abbreviations
+ like "m-v-b" => "multiple-value-bind". It also (somewhat scarily)
+ redefines other standard Emacs completion functions with similar
+ capabilities. See commentary in completer.erl for details.
+
2003-11-25 Luke Gorrie <luke at bluetail.com>
* slime.el (slime-make-typeout-frame): New command to create a
More information about the slime-cvs
mailing list