Re: multiple nrepl sessions in emacs

2013-02-12 Thread Sean Corfield
Nice! Any idea when the next release to marmalade will happen so those
of us who prefer to work off stable releases can get this multi-buffer
goodness? (I could've really used it yesterday!! :)

On Tue, Feb 12, 2013 at 4:23 PM, Hugo Duncan  wrote:
> Leonardo Borges  writes:
>
>> Is there an efficient way to work with multiple nrepl sessions in
>> emacs? I hope I'm just missing something obvious.
>
> nrepl.el master has support for this [1].  Should be available via
> MELPA.
>
>
> Hugo
>
> [1] https://github.com/kingtim/nrepl.el/pull/238
> [2] https://github.com/kingtim/nrepl.el#installation
>
> --
> --
> 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.
>
>



--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

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




Re: multiple nrepl sessions in emacs

2013-02-12 Thread Leonardo Borges
Excellent!

Thanks, will give it a shot soon!

Cheers,
Leonardo Borges
www.leonardoborges.com


On Wed, Feb 13, 2013 at 11:23 AM, Hugo Duncan  wrote:
> Leonardo Borges  writes:
>
>> Is there an efficient way to work with multiple nrepl sessions in
>> emacs? I hope I'm just missing something obvious.
>
> nrepl.el master has support for this [1].  Should be available via
> MELPA.
>
>
> Hugo
>
> [1] https://github.com/kingtim/nrepl.el/pull/238
> [2] https://github.com/kingtim/nrepl.el#installation
>
> --
> --
> 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.
>
>

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




Re: multiple nrepl sessions in emacs

2013-02-12 Thread Hugo Duncan
Leonardo Borges  writes:

> Is there an efficient way to work with multiple nrepl sessions in
> emacs? I hope I'm just missing something obvious.

nrepl.el master has support for this [1].  Should be available via
MELPA.


Hugo

[1] https://github.com/kingtim/nrepl.el/pull/238
[2] https://github.com/kingtim/nrepl.el#installation

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




multiple nrepl sessions in emacs

2013-02-12 Thread Leonardo Borges
Hi all,

I tried googling this info but came up with nothing.

I often find myself working in at least two different Clojure projects
daily so I have one repl for each constantly running on my terminal.

What doesn't seem optimal is that I have to disconnect one nrepl
session in emacs before connecting to the next repl - otherwise nrepl
creates a  buffer but sends my evaluation commands to the
original  buffer.

Is there an efficient way to work with multiple nrepl sessions in
emacs? I hope I'm just missing something obvious.

Thanks,
Leonardo Borges
www.leonardoborges.com

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