(defslimefn eval-and-grab-output [string] (with-emacs-package (with-local-vars [retval nil] (list (with-out-str (var-set retval (pr-str (first (eval-region string))))) (var-get retval)))))
Comments top
No comments for eval-and-grab-output. Log in to add a comment.