Replies: 1 comment
-
I found a solution by using "sly-interactive-eval". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
any answer really appreciated!
It is really important for me to be able to evaluate expressions in emacs from a lisp file. Here is an example using slime:
(swank:eval-in-emacs
(load ,(namestring (asdf:system-relative-pathname :cm-all "elisp/incudine-hush.el")))) (swank:eval-in-emacs
(slime-repl-eval-string "(cm)"))slynk:eval-in-emacs seems to exist but I can't find an equivalent to slime-repl-eval-string.
Can someone help?
Beta Was this translation helpful? Give feedback.
All reactions