How to get SLIME up and running based on documentation?

南楼画角 提交于 2019-12-25 08:49:36

问题


I'm trying to get started with SBCL (for macOS). I've installed SBCL, but now I'm trying to get Emacs (for macOS) and SLIME working. However, I must be missing something in the docs because when I try this:

M-x package-install RET slime RET

I get "[No match]".

I'm following the instructions for SLIME and MELPA. I installed Emacs for macOS 24.5-1 because I'm not sure Emacs 25 has package.el built in.

So what else am I missing?


回答1:


You may have to make Emacs download the package list first by running M-x list-packages. After that, M-x package-install should work.

(Also, Emacs 25 does have package.el built in.)



来源:https://stackoverflow.com/questions/42165169/how-to-get-slime-up-and-running-based-on-documentation

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!