[slime-devel] Daily ChangeLog diff
Luke Gorrie
lgorrie at common-lisp.net
Sat Nov 22 08:00:06 UTC 2003
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.100 slime/ChangeLog:1.102
--- slime/ChangeLog:1.100 Wed Nov 19 08:14:17 2003
+++ slime/ChangeLog Sat Nov 22 02:45:24 2003
@@ -1,3 +1,24 @@
+2003-11-22 Brian Mastenbrook <bmastenb at cs.indiana.edu>
+
+ * swank.asd: ASDF definition to load "swank-loader.lisp". This is
+ useful for starting the Swank server in a separate Lisp and later
+ connecting with Emacs. The file includes commentary.
+
+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'.
+ (slime-show-last-output): If the *slime-repl* buffer is already
+ visible in any frame, don't change anything.
+
+ * 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-devel
mailing list