作者:手机用户2502882291 | 来源:互联网 | 2023-05-18 13:00
I am learning common lisp now. I want to use slime in emacs, but when I press M-x slime it says [No match]
我现在学习common lisp。我想在emacs中使用的粘液,但当我按m x黏液它说(不匹配)
Initially I download the CVS snapshot and put this in my .emacs file
最初,我下载了CVS快照并将其放在.emacs文件中。
(setq inferior-lisp-program "/opt/local/bin/sbcl") ; your Lisp system
(add-to-list ’load-path "~/.slime") ; your SLIME directory
(require ’slime)
(slime-setup)
Then I set up again followed this tread Setting the SLIME in emacs
然后我又设置了这个步骤,在emacs中设置黏液。
But the problem did not disappear.
但问题并没有消失。
Also, M-x run-lisp does not work. When I tried to do so, buffer displayed "Searching for program: No such file or directory, lisp"
另外,M-x运行lisp也不起作用。当我尝试这样做时,缓冲区显示“搜索程序:没有这样的文件或目录,lisp”
3 个解决方案