Closed
Description
No matter what I try, Sly keeps connecting ad infinitum.
I've reinstalled macOS Ventura on my MacBook Air M1, using this configuration in my emacs init:
(use-package sly
:config
(setq sly-net-coding-system 'utf-8-unix
;;sly-mrepl-pop-sylvester nil
sly-contribs '(sly-fancy)
inferior-lisp-program "clisp -q -ansi -modern -I -on-error abort"))
If I change the line:
inferior-lisp-program "clisp -q -ansi -modern -I -on-error abort"
to this:
inferior-lisp-program "sbcl"
Sly connects. However I also had to manually add a history file:
$ touch ~/.sly-mrepl-history
What am I missing?
Metadata
Metadata
Assignees
Labels
No labels