I am pleased to announce the release of nrepl.el v0.1.5, an Emacs client for nREPL.
nrepl.el v0.1.5 is now available on Marmalade. Preview versions of the next release are available on Melpa. See the Readme on github (https://github.com/kingtim/nrepl.el) for installation and usage instructions. Notable additions since our last release: - Support for describe op to determine which server ops are available at startup - Support for the following server ops (if available): load-file, complete, and javadoc (available in ritz) - Added nrepl-host and nrepl-port custom variables M-x nrepl default hostname/port - Ported over the following repl buffer functions from slime (see the Readme on github for full documentation on these): - History regexp filtering - M-s nrepl-next-matching-input, M-r nrepl-previous-matching-input - C-c C-u nrepl-kill-input - C-c C-n nrepl-next-prompt/C-c C-p nrepl-previous-prompt - Added nrepl-quit and nrepl-restart commands - Added menus for nrepl-mode and nrepl-interaction-mode - Add nrepl-eval-print-last-expression - Ensure nrepl-eval-sync waits for :done when response is chunked A special thanks to all the contributors who have donated their time and energy by reporting issues, submitting pull requests and testing out bug fixes/features. Enjoy! Cheers, Tim -- 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