[slime-cvs] CVS update: slime/swank-sbcl.lisp

Helmut Eller heller at common-lisp.net
Tue Jan 13 22:50:09 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv19029

Modified Files:
	swank-sbcl.lisp 
Log Message:
(*swank-in-background*): Set to :fd-handler.
Date: Tue Jan 13 17:50:09 2004
Author: heller

Index: slime/swank-sbcl.lisp
diff -u slime/swank-sbcl.lisp:1.48 slime/swank-sbcl.lisp:1.49
--- slime/swank-sbcl.lisp:1.48	Tue Jan 13 13:20:04 2004
+++ slime/swank-sbcl.lisp	Tue Jan 13 17:50:09 2004
@@ -61,6 +61,8 @@
 
 ;;; TCP Server
 
+(setq *swank-in-background* :fd-handler)
+
 (defmethod create-socket (port)
   (let ((socket (make-instance 'sb-bsd-sockets:inet-socket
 			       :type :stream





More information about the slime-cvs mailing list