[slime-cvs] CVS slime

heller heller at common-lisp.net
Fri Sep 19 09:48:17 UTC 2008


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

Modified Files:
	ChangeLog slime.el 
Log Message:
* slime.el (slime-repl-emit-result): Update window-point.

--- /project/slime/cvsroot/slime/ChangeLog	2008/09/18 22:35:46	1.1522
+++ /project/slime/cvsroot/slime/ChangeLog	2008/09/19 09:48:16	1.1523
@@ -5,6 +5,8 @@
 	(slime-check-buffer-contents): Use {} resp. [] to describe the
 	position of output resp. input markers.
 
+	(slime-repl-emit-result): Update window-point.
+
 2008-09-18  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* swank-ecl.lisp: Forgot to update ECL's backend when introducing
--- /project/slime/cvsroot/slime/slime.el	2008/09/18 22:35:46	1.1030
+++ /project/slime/cvsroot/slime/slime.el	2008/09/19 09:48:16	1.1031
@@ -2680,7 +2680,8 @@
           (when (and bol (not (bolp))) (insert-before-markers "\n"))
           (slime-propertize-region `(face slime-repl-result-face
                                           rear-nonsticky (face))
-            (insert-before-markers string)))))))
+            (insert-before-markers string)))))
+    (slime-repl-show-maximum-output)))
 
 (defvar slime-last-output-target-id 0
   "The last integer we used as a TARGET id.")




More information about the slime-cvs mailing list