* John J Foerch [2007-09-18 17:01+0200] writes:
Hello,
I would find it convient if slime included a function like the following:
(defun slime-repl-send (form) (slime-repl-send-string (slime-prin1-to-string form)))
As I work on emacs interfaces for various common lisp programs, I use this utility to send forms to the repl without having to write them as strings.
We could create a contrib for it if you have something more substantial than a single function.
Helmut.