help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SLIME and SBCL (Common Lisp)


From: Emanuel Berg
Subject: Re: SLIME and SBCL (Common Lisp)
Date: Sun, 27 Jun 2021 20:14:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>> I installed slime and sbcl from the Debian repos [...]
>>
>> I had an old installation from MELPA as well, so that was
>> what got used... dammit.
>
> Yes, now it evals and byte-compile is fine but now the error
> message is instead
>
> (progn (load
> "/usr/share/common-lisp/source/slime/swank-loader.lisp"
> :verbose t) (funcall (read-from-string "swank-loader:init")
> :from-emacs t) (funcall (read-from-string
> "swank:start-server") "/tmp/slime.111300"))

OK, it finally works, I had this setting

  (setq slime-lisp-implementations
    '((sbcl ("sbcl" "--core" "/home/incal/sbcl.core-for-slime"))) )

for some reason, I set that to nil and now it works...

So what's the next step ... hit me!

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]