Comma doesn't work
I have emacs 24.5.1 on windows with slime installed. I am using sbcl for lisp. When I open up slime, it works, but whenever I try to use comma to invoke a command, it just enters a comma. I can't get to the slime command menu. Is there any other way to get to the command menu besides comma?
Found the solution. When going to the slime git website, they said you should include this in your initialization file
(setq slime-contribs '(slime-fancy))
It works after adding that to init.el (equivalent of .emacs)
链接地址: http://www.djcxy.com/p/67620.html上一篇: Android 2.1 View的getDrawingCache()方法总是返回null
下一篇: 逗号不起作用