From: Mark Wooding Date: Sun, 3 Oct 2021 14:21:55 +0000 (+0100) Subject: dot/swank.lisp: Only force `:fd-handler' on Lisps which can do it. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/831670ab1326546120e55a6d863d8bdb3ba8f29d dot/swank.lisp: Only force `:fd-handler' on Lisps which can do it. --- diff --git a/dot/swank.lisp b/dot/swank.lisp index 904a984..cbac155 100644 --- a/dot/swank.lisp +++ b/dot/swank.lisp @@ -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