[slime-cvs] CVS slime
trittweiler
trittweiler at common-lisp.net
Thu May 17 14:31:43 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv27109
Modified Files:
ChangeLog
Log Message:
* swank.lisp: Fixed bug in completion as previously "swank:[tab]"
would correctly list all the symbols in SWANK, but would
simultaneously append a spooky dash to the original
string ("swank:-").
(completions): Strip off the package identifier part, and only
compute the longest compound prefix for the actual symbol
identifiers.
(untokenize-symbol): New function. Inverse of TOKENIZE-SYMBOL.
(format-completion-result): Use UNTOKENIZE-SYMBOL.
--- /project/slime/cvsroot/slime/ChangeLog 2007/05/17 11:49:59 1.1130
+++ /project/slime/cvsroot/slime/ChangeLog 2007/05/17 14:31:43 1.1131
@@ -1,3 +1,16 @@
+2007-05-17 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * swank.lisp: Fixed bug in completion as previously "swank:[tab]"
+ would correctly list all the symbols in SWANK, but would
+ simultaneously append a spooky dash to the original
+ string ("swank:-").
+
+ (completions): Strip off the package identifier part, and only
+ compute the longest compound prefix for the actual symbol
+ identifiers.
+ (untokenize-symbol): New function. Inverse of TOKENIZE-SYMBOL.
+ (format-completion-result): Use UNTOKENIZE-SYMBOL.
+
2007-05-17 Dustin Long <dlong at stevens.edu>
* swank-ecl.lisp (compile-from-stream): Fixed typo that prevented
More information about the slime-cvs
mailing list