[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Fri Dec 29 05:35:01 UTC 2006


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1029 slime/ChangeLog:1.1030
--- slime/ChangeLog:1.1029	Sun Dec 24 08:51:52 2006
+++ slime/ChangeLog	Thu Dec 28 09:15:55 2006
@@ -1,3 +1,17 @@
+2006-12-28  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
+
+	Performance improvement for slime-autodoc-mode, in particular when
+	there are REPL results that are long lists.
+	
+	* slime.el (slime-repl-mode-beginning-of-defun)
+	(slime-repl-mode-end-of-defun): New.
+	(slime-repl-mode): Use them as beginning-of-defun-function and
+	end-of-defun-function.
+	(slime-enclosing-operator-names): Bind
+	parse-sexp-lookup-properties to nil, don't parse more than 20000
+	characters before point, don't determine exact argument positions
+	larger than 64.  Byte-compile this function.
+
 2006-12-24  Attila Lendvai  <attila.lendvai at gmail.com>
 
 	* slime.el, swank.lisp: Added customizable dwim lookup hook



More information about the slime-devel mailing list