[slime-devel] function I would like

Helmut Eller heller at common-lisp.net
Thu Sep 20 15:13:06 UTC 2007


* 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.



More information about the slime-devel mailing list