mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
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"
|
||||
;; (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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue