On Thu, Jul 11, 2013 at 5:53 PM, Sean Corfield <seancorfi...@gmail.com>wrote:

> On Wed, Jul 10, 2013 at 10:53 AM, Jay Fields <j...@jayfields.com> wrote:
> > I work in emacs with 2 repls running - 1 for running my app and 1 for
> > running my tests.
>
> What is the magic to get this working and how does Emacs / nrepl.el
> know which REPL to send commands to?
>
>
I don't remember how I ended up with my current config, but I'm pretty sure
I started here:
https://github.com/kingtim/nrepl.el#managing-multiple-sessions

After that, it was as easy as configuring my emacs to push compiles to both
repls, and defaulting to 1 repl for running the app.

https://github.com/jaycfields/unplugged-pack/blob/master/init.el#L15-L16 &
https://github.com/jaycfields/unplugged-pack/blob/master/init.el#L29-L43

If you want multi repls for different projects, you'll probably want
slightly different behavior.

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


Reply via email to