Skip to content

Connecting ad infinitum #594

Closed
Closed
@Ikuyu

Description

@Ikuyu

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions