IMPORTANT FIX: change Swank connection style to :SPAWN (old solution is not stable)

This commit is contained in:
polos 2020-04-21 12:48:09 +02:00
parent 6618f9044a
commit 61ee317705

View file

@ -17,9 +17,6 @@
;; uncomment for Slime mode "REPL Hook"
;; (setf eql:*slime-mode* :repl-hook)
(mp:process-run-function :swank (lambda ()
(swank:create-server
:port 4005
:style nil
:dont-close t))) ; allow to quit/restart Emacs without affecting running EQL programs
(swank:create-server :port 4005
:style :spawn
:dont-close t) ; allow to quit/restart Emacs without affecting running EQL programs