[Ecls-list] make_stream_from_fd - buffering modes?

Juan Jose Garcia Ripoll lisp at arrakis.es
Tue Apr 25 06:02:07 UTC 2006


Sorry, there was a typo in the previous patch. I have tested it against
the CVS version of slime and it seems to work. I am not sure, however,
whether :line-buffered is better or worse than :fully-buffered.

Juanjo


Index: swank-ecl.lisp
===================================================================
RCS file: /project/slime/cvsroot/slime/swank-ecl.lisp,v
retrieving revision 1.5
diff -u -u -r1.5 swank-ecl.lisp
--- swank-ecl.lisp      22 Mar 2006 16:40:01 -0000      1.5
+++ swank-ecl.lisp      25 Apr 2006 12:55:05 -0000
@@ -55,7 +55,8 @@
   (sb-bsd-sockets:socket-make-stream socket
                                      :output t
                                      :input t
-                                     :element-type 'base-char))
+                                     :element-type 'base-char
+                                     :buffering-mode :line-buffered))


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20060425/7deb75c3/attachment.sig>


More information about the ecl-devel mailing list