JvJ <kfjwhee...@gmail.com> writes: > I'd like to be able to define some custom emacs commands that send > clojure code strings to a running repl, and to which I could attach > key bindings. Does anyone know an easy way to do this?
Well, I guess that should be fairly straightforward using nrepl.el. ,----[ C-h f nrepl-eval RET ] | nrepl-eval is an alias for `nrepl-send-string-sync' in `nrepl.el'. | | (nrepl-eval INPUT &optional NS SESSION) | | Send the INPUT the the backed synchronously. | See command `nrepl-eval-request' for details about how NS and SESSION | are processed. `---- Bye, Tassilo -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.