Fork me on GitHub
#cider
<
2018-04-13
>
bozhidar04:04:16

Indeed! :thumbsup:

bozhidar08:04:14

Btw, I’ve added a couple of small things to address running custom cljs repls: * there’s now a custom type that will just prompt you for the form to invoke to start the repl * there’s now a function (`cider-register-cljs-repl-type`) that you can use in your init.el (or whatever) to add new repl types permanently.

mccraigmccraig15:04:46

so i'm finding that when i attach CIDER to a repl running in a terminal with cider-connectthat my timbre logging stops being printed on the terminal and starts being appended to the emacs repl buffer

mccraigmccraig15:04:16

has anyone figured out how to stop this happening - i'd like it to carry on being printed to the terminal but not the emacs repl buffer

bozhidar15:04:29

Yeah, that’s a known problem that’s easy to fix, but for some reason we haven’t fixed yet.

bozhidar15:04:07

Basically this patch has to be finished. In its current form it will solve your problem, but I want to make this behaviour something that can be dynamically controlled from CIDER, as opposed to hardcoded.

bozhidar16:04:01

The changes are really easy, unfortunately I’m crazy busy.

mccraigmccraig16:04:09

np - it's been bugging me for ages and i only just got to querying what's going on after i killed emacs... waiting a while longer for a solution won't do me any harm 🙂