设置粘液
我用粘液使用SBCL,并具有以下代码:
(swank::eval-in-emacs
'(with-current-buffer (slime-repl-buffer)
(insert (propertize "foo" 'font-lock-face '(:foreground "red")))))
(print "here is some text")
一般来说,如果我尝试用swank::
前缀来执行任何事情,emacs会给出一个安全错误,而这个特殊的告诉我需要将slime-enable-evaluate-in-emacs
为true。 这个值在哪里? 我一直无法找到一个粘液或swank配置。 &设置文件。 非常感谢。
您可以简单地将此添加到您的.emacs中:
(setq slime-enable-evaluate-in-emacs t)
如果不是零,那么劣势Lisp可以评估Emacs中的任意形式。 缺省值为零,因为此功能可能存在安全风险。
链接地址: http://www.djcxy.com/p/45567.html上一篇: Setting slime