[slime-cvs] CVS slime

heller heller at common-lisp.net
Thu Apr 20 05:46:50 UTC 2006


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

Modified Files:
	swank.lisp ChangeLog 
Log Message:
(*use-dedicated-output-stream*): Disable it by default to avoid race
conditions.



--- /project/slime/cvsroot/slime/swank.lisp	2006/04/19 15:13:05	1.376
+++ /project/slime/cvsroot/slime/swank.lisp	2006/04/20 05:46:49	1.377
@@ -373,7 +373,7 @@
 
 ;;;; TCP Server
 
-(defvar *use-dedicated-output-stream* t
+(defvar *use-dedicated-output-stream* nil
   "When T swank will attempt to create a second connection to
   Emacs which is used just to send output.")
 
--- /project/slime/cvsroot/slime/ChangeLog	2006/04/19 16:00:23	1.889
+++ /project/slime/cvsroot/slime/ChangeLog	2006/04/20 05:46:49	1.890
@@ -1,3 +1,8 @@
+2006-04-20  Helmut Eller  <heller at common-lisp.net>
+
+	* swank.lisp (*use-dedicated-output-stream*): Make it nil by
+	default to avoid race conditions.
+
 2006-04-19  Christophe Rhodes <csr21 at cam.ac.uk>
 
 	* doc/Makefile (contributors.texi): use texinfo macros for




More information about the slime-cvs mailing list