Fork me on GitHub
#emacs
<
2015-08-20
>
rory09:08:48

@bozhidar: thanks very much, that solved it instantly. I'll remember to keep clojure-mode in sync from now on. Thanks again!

jonpither11:08:06

Quite like the idea of moving nrepl-client outside of CIDER https://github.com/clojure-emacs/cider/issues/1225#issuecomment-132964461, seems like a good move

jonpither11:08:50

oops, should've posted that in the cider chan

bozhidar12:08:59

@jonpither: yeah, we’ll get there eventually

bozhidar12:08:12

lately I’ve been working slowly in this direction

bozhidar12:08:39

as it’s the first step towards supporting Clojure 1.8 socket REPL

bozhidar12:08:27

most likely in the end, the nrepl-client will be a pretty compact package and all the connection management logic will go into CIDER

bozhidar12:08:44

as it will be more or less the same for nREPL and 1.8

bozhidar12:08:59

(with different adapters, of course)