[slime-cvs] CVS slime

mbaringer mbaringer at common-lisp.net
Thu Oct 26 12:47:32 UTC 2006


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv13644

Modified Files:
	ChangeLog 
Log Message:


--- /project/slime/cvsroot/slime/ChangeLog	2006/10/26 08:51:29	1.981
+++ /project/slime/cvsroot/slime/ChangeLog	2006/10/26 12:47:32	1.982
@@ -1,3 +1,41 @@
+2006-10-26  Attila Lendvai  <attila.lendvai at gmail.com>
+   
+    * slime.el (slime-setup-command-hooks): Use make-local-hook.
+    (slime-repl-mode): Ditto.
+    (slime-fuzzy-choices-buffer): Ditto.
+    (sldb-mode): Ditto.
+    (slime-fuzzy-completion-limit): New variable.
+    (slime-fuzzy-completion-time-limit-in-msec): New variable.
+    (slime-fuzzy-next): Fix when at the end of the buffer.
+    (completion-output-symbol-converter): New to handle escaped
+    symbols for those who need to mess around with symbols like
+    layered-function-definers::|CONTEXTL::SLOT-VALUE-USING-LAYER|.
+    When a symbol is escaped then completion is case sensitive.
+    (completion-output-package-converter): New.
+    (mimic-key-bindings): New to easily define bindings by first
+    trying to look up bindings for an operation and only use
+    the provided default bindings if nothing was found in the
+    source keymap. Use it to set up fuzzy bindings. (Hint:
+    if you have keys like previous-line customized,    then only
+    load slime after they have been set, and the fuzzy mode
+    will mimic them.)
+    (slime-temp-buffer-quit): Always close the opened window,
+    updated docstring.
+    Also made the fuzzy maps smarter, they now try to look up
+    keys with 'where-is-internal and map the functions on them.
+   
+    * swank-sbcl.lisp
+    (make-weak-value-hash-table): New for sbcl.
+    (make-weak-key-hash-table): New for sbcl.
+   
+    * swank.lisp (fuzzy-completions and friends): Added :limit
+    and :time-limit-in-msec keyword params. Used vectors instead
+    of lists that nearly doubled its speed (at least on sbcl).
+    Also added some declare optimize and type annotations.
+    (do-symbols*): New, uses a hash-table to visit only non-seen
+    symbols. Replaced various uses of do-symbols where it was
+    appropiate.
+
 2006-10-26  Marco Baringer  <mb at bese.it>
 
 	* slime.el (slime-global-variable-name-p): Use a custom 'parser'
@@ -47,7 +85,7 @@
 	slime-fuzzy-completions-map and
 	slime-target-buffer-fuzzy-completions-map for details.
 
-	* slime.el (slime-space-information-p): New variable.
+	* slime.el (slime-fuzzy-completion-in-place): New variable.
 	(slime-target-buffer-fuzzy-completions-mode): New keymap for
 	in-place fuzzy completions.
 	(slime-fuzzy-target-buffer-completions-mode): New minor mode for




More information about the slime-cvs mailing list