Setting slime-enable-evaluate-in-emacs
Posted
by Tyler
on Stack Overflow
See other posts from Stack Overflow
or by Tyler
Published on 2010-04-22T08:57:21Z
Indexed on
2010/04/22
11:03 UTC
Read the original article
Hit count: 376
Hi, I am using SBCL with slime, and have the following code:
(swank::eval-in-emacs '(with-current-buffer (slime-repl-buffer) (insert (propertize "foo" 'font-lock-face '(:foreground "red")))))
(print "here is some text")
In general if I try to execute anything with swank:: prefixed to it emacs will give a security error, and this particular one tells me I need to set slime-enable-evaluate-in-emacs to true. Where is this value? I haven't been able to find a slime or swank config. & settings file. Thanks much.
© Stack Overflow or respective owner