Re: Slime installation instructions via elpa package-install no longer working!
Luís Oliveira <[email protected]> Tue, 14 Sep 2021 11:43:56 +0100
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CAB-HnLRsktES3Gzzj6jah7vYgUYHc4SCV8_AjV3o79HXiJHNBg@mail.gmail.com> |
Hello Hrvoje, On Tue, 14 Sept 2021 at 09:17, Hrvoje Blazevic <[email protected]> wr= ote: > I don't know if anybody is aware of this situation. > I have been using slime for working with CL for years (on and off - I mea= n Lisp). Last time i set up SBCL and Slime on Fedora in March this year (I = think) > That time M-x package-install was still working. > But a few days ago I tried to set up SBCL and Slime on raspberry pi 4B (j= ust for fun) and this does not work any more! > Somebody (or something) has overwritten slime package, and replaced it wi= th slime-voleyball package, apparently some BS game. > > How to fix this??? $ cat minimal-config.el (setq user-emacs-directory "/tmp/temp-emacs-home") (ignore-errors (delete-directory user-emacs-directory t)) (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t= ) (package-initialize) (package-refresh-contents) (package-install 'slime) (setq inferior-lisp-program "sbcl") (slime) $ emacs -Q -l minimal-config.el This works for me. Can you try that? HTH, Lu=C3=ADs