On Tue, Dec 17, 2013 at 8:14 AM, Andrew Voron <volan...@gmail.com> wrote: > Well, Im not sure if I expressed myself correctly when asked for tips about > editor - I thought about how to get Emacs (or may be other editor which > support nrepl workflow) "work" with cljs-start. Now I see that it works good > when I'm testing it. I use emacs-live for clojure work with emacs, and it > seems like all things work not only from emacs clojurescript repl but from > file - when I type C-x C-e - it evaluates my s-expressions and puts result > to emacs's status buffer... Could you tell us maybe some other good shotcuts > and tips that you use in development... I cant for ex. eval the whole buffer > or reload the namescpace...
If you're in emacs, and using cider/nrepl.el, then a good place to look would be: `M-x help RET m` to see most of the widely useful key bindings for Clojure and nrepl.el. Also the project pages for those projects list a lot of the useful key bindings. To get the complete story, `M-x help RET b` will list every binding. Specifically, `C-c C-l` tends to load the file. Evaling the ns form in nrepl.el at least can be done with `M-x nrepl-eval-ns-form RET` (bound to `C-c C-n` by default). > What about other editors - I think they should work as far as them > support nrepl... Personally I tryed Sublime Text 3, but without success... Vim Fireplace has really good nrepl support. I believe all the IDEs out there now have really good nrepl support as well. -- In Christ, Timmy V. http://blog.twonegatives.com/ http://five.sentenc.es/ -- Spend less time on mail -- -- 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.