Fork me on GitHub
#cider
<
2018-02-24
>
gganley18:02:55

So clojure-mode has a convert collection binding C-c C-r but that doesn’t work in CIDER since that is bound to something else in CIDER

gganley18:02:31

Right now it’s cider-eval-region, anyway to get it back to conver collection?

gganley20:02:17

Is there any reason cider-repl-mode derives from fundamental-mode and not prog-mode?

xiongtx21:02:04

I'm a bit mystified by the cider.nrepl.middleware.test/report function: https://github.com/clojure-emacs/cider-nrepl/blob/v0.16.0/src/cider/nrepl/middleware/test.clj#L94-L120 It seems that it's supposed to override clojure.test/report, but I don't see how--the two are in different namespaces.

xiongtx22:02:00

Oh, I see there's a (binding [test/report report] ...) in test-ns