Skip to content

After add linedit to .sbclrc slime crash on initialization #3

@ryukinix

Description

@ryukinix

Behavior

(progn (load "/home/lerax/.emacs.d/elpa/slime-20190210.1101/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init") :from-emacs t) (funcall (read-from-string "swank:start-server") "/tmp/slime.2766"))

Linedit version 0.17.6, dumb mode, ESC-h for help.

debugger invoked on a SIMPLE-ERROR in thread #<THREAD "main thread" RUNNING {10005205B3}>: BUG: You seem to have found a bug in Linedit.
Please report this incident along with directions to reproduce to
    https://github.com/sharplispers/linedit

'Invariant (LINEDIT::BACKEND-READY-P LINEDIT::BACKEND) violated.'

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [ABORT] Exit debugger, returning to top level.

((:METHOD LINEDIT::BACKEND-CLOSE (LINEDIT::TERMINAL)) #<LINEDIT::DUMB-EDITOR {100269BB03}>) [fast-method]
   source: (INVARIANT (BACKEND-READY-P BACKEND))

Slime side ^
At .sbclrc: http://ix.io/1CgK/lisp

Expected

Works calling sbcl from terminal and from slime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions