[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Sat Nov 22 05:38:41 UTC 2003


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

Modified Files:
	ChangeLog 
Log Message:

Date: Sat Nov 22 00:38:40 2003
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.100 slime/ChangeLog:1.101
--- slime/ChangeLog:1.100	Wed Nov 19 08:14:17 2003
+++ slime/ChangeLog	Sat Nov 22 00:38:40 2003
@@ -1,3 +1,16 @@
+2003-11-22  Luke Gorrie  <luke at bluetail.com>
+
+	* slime.el (slime-connect): Slightly reordered some window
+	operations to ensure that *slime-repl* is popped up after `M-x
+	slime-connect'.
+
+	* swank.lisp (listener-eval): Format results in *buffer-package*.
+	Exporting (CREATE-SWANK-SERVER <port>). This function can be
+	called directly to start a swank server, which you can then
+	connect to with `M-x slime-connect'. It takes a port number as
+	argument, but this can be zero to use a random available port.
+	The function always returns the actual port number being used.
+
 2003-11-19  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
 	* swank.lisp: Better printing off return values.  In the REPL





More information about the slime-cvs mailing list