cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
bozhidar 2020-09-30T06:54:40.068500Z

No, it's not. Each REPL is backed by a single connection. It shouldn't very hard to hack around this - e.g. start two connections in the same project and change the evaluation dispatch code to send the forms to all connections of the same type in the same project. But it's probably going to be a big ugly. 🙂

bozhidar 2020-09-30T07:02:38.069800Z

Probably something messed up clojure-mode's syntax table. You can file a ticket with some repro steps and I'll take a look when I can.

Jim Newton 2020-10-01T07:58:02.073400Z

Hi bozhidar, I've created an issue as you requested. Here it is https://github.com/clojure-emacs/cider/issues/2903

yuhan 2020-10-01T07:59:31.073700Z

it's probably some unrelated package's minor mode causing this

yuhan 2020-10-01T07:59:45.073900Z

happened to me using Outshine

bozhidar 2020-09-30T07:03:16.070100Z

Btw, after taking a couple of weeks off Slack I'm back. 🙂