Index: swank-ecl.lisp =================================================================== RCS file: /project/slime/cvsroot/slime/swank-ecl.lisp,v retrieving revision 1.44 diff -u -r1.44 swank-ecl.lisp --- swank-ecl.lisp 6 Jul 2009 12:32:12 -0000 1.44 +++ swank-ecl.lisp 17 Aug 2009 15:40:03 -0000 @@ -59,6 +59,7 @@ (defun make-socket-io-stream (socket) (sb-bsd-sockets:socket-make-stream socket + :buffering :none :output t :input t :element-type 'base-char))