M-x
like in emacs
(swank:create-server :dont-close t)
This is the error
This is the error i got after
(swank:create-server :dont-close t)
You should do like this:
ros run
(ql:quickload '(:lem-ncurses :swank))
in SBCL REPL(swank:create-server)
in SBCL REPL(lem:lem)
in SBCL REPL, then lem will be startedafter this, you can see lem's symbols via Emacs slime!
ros install lem
and then lem
caught 1 fatal ERROR conditionvince/bacasable/asdf-sphinx-test/asdf.asd" and have an older version of ASDF (and older than 2.27 at that)
but that asdf-sphinx-test
directory does NOT exist O_o
I tried a make clean
.
(BTW this error and the backtrace are displayed in the ncurses window, unusable then. I expected it to be on stdout)
(lem-lisp-mode:start-lisp-repl t)
SLIME is a client-server protocol, CL library (called SWANK) and Emacs extension to communicate with CL process.
Lem is Emacs reimplemented in Common Lisp. You can play with REPL connected to the Lem itself, or connect to a separate CL process, running SLIME server.
There is also SLIME's fork called SLY (https://github.com/joaotavora/sly) which has cool features. I prefer SLY, but Lem is unable to connect to the CL process running SLYNK server (analog of SLIME's SWANK).