cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
Chris K 2021-06-10T02:56:26.140300Z

Hello I'm using doom emacs and cider for clojure and for some reason, if I run cider on certain directories, emacs will go crazy and use 100% of my cpu, the cider repl will also not open

jumar 2021-06-10T03:09:29.141Z

Why not just evaluate the whole buffer?

bozhidar 2021-06-10T05:33:42.141700Z

@sunchaesk It's best to start here https://docs.cider.mx/cider/troubleshooting.html and try to get more information about the nature of the problem.

bozhidar 2021-06-10T05:34:24.142200Z

Likely you've encountered some bug in the jack-in logic, but we need more info to identify it.

2021-06-10T12:31:53.144800Z

i make heavy use of cider-switch-to-repl-buffer with the universal argument to change the CIDER REPL namespace to the namespace of my current CLJ buffer, then move cursor to the REPL. the other day i did something in emacs without meaning to that did the inverse -- my REPL namespace was foo and i was displaying CLJ buffer bar but i hit some mystery keystroke by accident that moved the cursor to the CLJ buffer representing the bar namespace. i can't find any CIDER fn that purports to do this. did i just imagine it? is there such a facility built-in?

jcsims 2021-06-10T20:01:29.147600Z

maybe cider-switch-to-last-clojure-buffer? In the repl, that's bound to the same C-c C-z keybinding that cider-switch-to-repl-buffer is bound to in a clojure buffer