[slime-cvs] CVS slime/contrib
trittweiler
trittweiler at common-lisp.net
Sat Sep 15 22:43:59 UTC 2007
Update of /project/slime/cvsroot/slime/contrib
In directory clnet:/tmp/cvs-serv3793/contrib
Modified Files:
ChangeLog
Log Message:
* swank-fuzzy.lisp: Fix regression that would not allow to fuzzy
complete on inputs without package qualifier like "app".
Reported by David J. Neu.
(%make-duplicate-symbols-filter): Return complement.
(fuzzy-find-matching-symbols): Treat passed filter as an acceptor
predicate, not as a rejector.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2007/09/15 22:21:30 1.52
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2007/09/15 22:43:59 1.53
@@ -25,7 +25,7 @@
list lead to inspecting package names, rather than the packages
themselves. Fix that.
-
+2007-09-15 Tobias C. Rittweiler <tcr at freebits.de>
* slime-parse.el: Fix extended arglist display on misbalanced
expressions like `(defun foo | ... (defun bar () 'bar)'
More information about the slime-cvs
mailing list