[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Mon Jun 21 03:16:07 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv1557

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***
Date: Sun Jun 20 20:16:07 2004
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.414 slime/ChangeLog:1.415
--- slime/ChangeLog:1.414	Sun Jun 20 14:39:32 2004
+++ slime/ChangeLog	Sun Jun 20 20:16:07 2004
@@ -1,3 +1,17 @@
+2004-06-21  Luke Gorrie  <luke at bluetail.com>
+
+	* slime.el (slime-complete-maybe-restore-window-configuration):
+	Only restore the window configuration if the completions buffer is
+	currently visible in the window that we popped it up in.
+	(slime-complete-maybe-save-window-configuration): Don't save the
+	window configuration if the completions buffer is already visible.
+	(slime-repl-return): Make sure the newline goes at the end of the
+	input, not at point.
+	(slime-complete-restore-window-configuration): Wrap the
+	`set-window-configuration' call in (run-at-time 0 ..). XEmacs does
+	not allow us to set the window configuration from inside
+	pre-command-hook.
+
 2004-06-20  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
 	* swank-sbcl.lisp (emacs-connected): Set *invoke-debugger-hook* to





More information about the slime-cvs mailing list