[slime-cvs] CVS update: slime/ChangeLog

Helmut Eller heller at common-lisp.net
Thu Nov 13 22:48:17 UTC 2003


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

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***
Date: Thu Nov 13 17:48:17 2003
Author: heller

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.93 slime/ChangeLog:1.94
--- slime/ChangeLog:1.93	Wed Nov 12 20:22:45 2003
+++ slime/ChangeLog	Thu Nov 13 17:48:16 2003
@@ -1,3 +1,25 @@
+2003-11-13  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* slime.el: Imititate an "output-mark".  Output from Lisp should
+	move point only if point is at the end of the buffer.
+	(slime-with-output-at-eob): New function.
+	(slime-repl-insert-prompt): Don't move point at the end of the
+	buffer.
+	(slime-output-string, slime-repl-maybe-prompt): Use it.
+	(slime-repl-show-result-continutation): Don't move point to eob.
+
+	slime-repl-mode-map: Override "\C-\M-x".
+
+	An experimental scratch buffer:
+	(slime-eval-print-last-expression): New function.
+	(slime-scratch-mode-map, slime-scratch-buffer,
+	 slime-switch-to-scratch-buffer, slime-scratch): New functions.
+
+	* swank-cmucl.lisp:
+	((resolve-location t pathname t t t)): Emacs buffer positions are 1
+	based.  Add 1 to the 0 based file-position.
+
+	
 2003-11-13  Luke Gorrie  <luke at bluetail.com>
 
 	* slime.el (slime-connect): pop-to-buffer into *slime-repl* when





More information about the slime-cvs mailing list