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).
Well done for the new release, Lem developers!
I will party with you, even though I'll remark that there is no release notes in the Github release and that the Changelog was last changed 9 months ago ;)
(you added a shell mode? Nice. What does it do?)
A point on documentation I wanted to raise earlier: what about saying in the README that Lem supports other programming languages? I'd send a PR but I don't know enough their support status, and I'd send a big PR which may not be of the taste of Lem developers :p
While I'm at it. I'd love to see more self-documenting features in Lem, à la Emacs. If there are some, they are not documented, so it slows Lem adoption down. Would it help to sponsor this specific issue on OpenCollective?
Best regards