Fork me on GitHub
#emacs
<
2016-01-15
>
nha09:01:07

If I have a two REPL open (one clojure; one clojurescript), how can I direct C-x C-e to the right buffer ? ex. depending on the mode/file type ? I use boot if it matters

nha20:01:57

Also, how can we do that with emacs ? (I already have multiple cursors) - https://youtu.be/DHpk_-1H7Qo?t=1m30s

malabarba20:01:25

You mean the part where he inserts a different number for each cursor?

nha20:01:10

@malabarba: Yes exactly simple_smile

malabarba20:01:15

That's a command in multiple cursors

malabarba20:01:29

I forget the name now

malabarba20:01:41

It's something with insert

nha20:01:49

Oh ok silly me I assumed it was something else. Thanks !

malabarba20:01:28

You can probably find it if you type M-x mc and then hit TAB

malabarba20:01:09

And then you can bind it to some key :-)

nha20:01:11

You are right is it : mc/insert-numbers`

malabarba20:01:43

As for your other question, it should happen automatically

nha20:01:00

Oh - then I am doing something wrong

malabarba20:01:03

At least on the latest stable

nha20:01:11

Ah let me update simple_smile

nha20:01:24

Things move fast these days in cider-land simple_smile

nha20:01:30

https://infinit.io/_/VLwkw78 Hmm it doesn't work for me

malabarba21:01:49

What version are you on? And Did you restart everything after updating?

malabarba21:01:28

Ah, never mind. I see the version on the screenshot

nha21:01:43

Right I really updated this time : version` ; CIDER 0.11.0snapshot (package: 20160113.2303) (Java 1.8.0_60, Clojure 1.7.0, nREPL 0.2.12)`, same result : https://infinit.io/_/ibrTT3c

nha21:01:18

I start them up with cider-jack-in-clojurescript