[slime-cvs] CVS slime/doc

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


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

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



--- /project/slime/cvsroot/slime/doc/slime.texi	2006/04/19 16:00:25	1.46
+++ /project/slime/cvsroot/slime/doc/slime.texi	2006/04/20 05:46:50	1.47
@@ -34,7 +34,7 @@
 @end macro
 
 @set EDITION 2.0
- at set UPDATED @code{$Date: 2006/04/19 16:00:25 $}
+ at set UPDATED @code{$Date: 2006/04/20 05:46:50 $}
 
 @titlepage
 @title SLIME User Manual
@@ -1487,11 +1487,11 @@
 
 @item SWANK:*USE-DEDICATED-OUTPUT-STREAM*
 This variable controls an optimization for sending printed output from
-Lisp to Emacs. When @code{t} (the default) a separate socket is
-established solely for Lisp to send printed output to Emacs
-through. Without the optimization it is necessary to send output in
-protocol-messages to Emacs which must then be decoded, and this
-doesn't always keep up if Lisp starts ``spewing'' copious output.
+Lisp to Emacs. When @code{t} a separate socket is established solely for
+Lisp to send printed output to Emacs through. Without the optimization
+it is necessary to send output in protocol-messages to Emacs which must
+then be decoded, and this doesn't always keep up if Lisp starts
+``spewing'' copious output.
 
 @item SWANK:*DEDICATED-OUTPUT-STREAM-PORT*
 When @code{*USE-DEDICATED-OUTPUT-STREAM*} is @code{t} the stream will




More information about the slime-cvs mailing list