dot/swank.lisp: Only force `:fd-handler' on Lisps which can do it.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:21:55 +0000 (15:21 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 3 Oct 2021 14:22:41 +0000 (15:22 +0100)
dot/swank.lisp

index 904a984..cbac155 100644 (file)
@@ -3,9 +3,9 @@
 #+mdw (cl:in-package #:mdw-hacks)
 
 ;; Miscellaneous configuration.
-(setf swank:*communication-style* :fd-handler
-      swank:*dont-close* t
+(setf swank:*dont-close* t
       *print-right-margin* 77)
+#+(or sbcl cmu) (setf swank:*communication-style* :fd-handler)
 
 ;; Maybe inhibit some Swank extensions.
 (let ((forbidden-contribs