IMPORTANT FIX: change Swank connection style to :SPAWN (old solution is not stable)
This commit is contained in:
parent
6618f9044a
commit
61ee317705
1 changed files with 3 additions and 6 deletions
|
|
@ -17,9 +17,6 @@
|
||||||
;; uncomment for Slime mode "REPL Hook"
|
;; uncomment for Slime mode "REPL Hook"
|
||||||
;; (setf eql:*slime-mode* :repl-hook)
|
;; (setf eql:*slime-mode* :repl-hook)
|
||||||
|
|
||||||
(mp:process-run-function :swank (lambda ()
|
(swank:create-server :port 4005
|
||||||
(swank:create-server
|
:style :spawn
|
||||||
:port 4005
|
:dont-close t) ; allow to quit/restart Emacs without affecting running EQL programs
|
||||||
:style nil
|
|
||||||
:dont-close t))) ; allow to quit/restart Emacs without affecting running EQL programs
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue