cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
neilyio 2020-11-24T00:49:13.097900Z

Thanks for looking that up for me @bozhidar! I didn't know where to start looking, and that fixes the issue.

2020-11-24T05:39:10.099200Z

is it possible to have more than one cider-scratch buffer in an emacs process? if I'm connected to two nrepl servers I'd like to be able to have both, or at least switch between them

2020-11-24T05:39:41.099400Z

or am i doing this wrong?

bozhidar 2020-11-24T11:54:23.100200Z

I think you need to rename the buffers after creating them, if you need more than one. You can also manually set which REPL is connected to each scratch buffer.

🙂 1
2020-11-24T19:57:52.101200Z

what was the name of that thing that where cider stops and lets you edit the clj command before it starts it to run the nrepl?

2020-11-24T19:58:10.101600Z

it was one of the jack-in variations,

Derek Passen 2020-11-24T20:00:25.102Z

prefix the command with C-u?

👍 1
hoppy 2020-11-24T21:47:14.102500Z

Went back to trying to lounge in emacs for a while. Getting this with cider-20201124.804. Project works in calva. Ideas?

Derek Passen 2020-11-24T21:49:36.102900Z

Is there a .dir-locals.el file?

hoppy 2020-11-24T21:49:59.103100Z

no

hoppy 2020-11-24T21:52:37.103300Z

nm. I'm picking :node instead of :shadow

hoppy 2020-11-24T21:52:39.103500Z

my bad

hoppy 2020-11-24T21:53:10.104Z

I was picking node instead of shadow for repl type - getting rusty....