Does sesman-info
show you the information you need? It will show me what buffers/directories each cider session is linked to.
Default key looks like it's C-c C-s i
sesman-browser
at C-c C-s w
has the same information but it's not in the mini buffer.
Thanks
Is it possible to send forms to multiple nREPLs at the same time from CIDER?
sesman-link-with-buffer works quite well
I wonder if sesman could maybe solve this problem: link with multiple sessions ;)
Hmm, the readme explicitly states buffers are only attached to 1 sessions. Ah well
I’d love this.
The use case is I have an app spun up twice but I'd like to keep the backend code in sync
No comment syntax is defined. Use: Does anyone get this error occasionally in emacs when using cider?
Possibly related? https://github.com/clojure-emacs/cider/issues/2724
sorry, I don't see the connection. Are you sure you referenced the correct issue?
They both involve a macroexpand error. That's all
ahhh. I see.
I suspect it is somehow related to the fact that I pressed 'm' in the cider-macroexpansion buffer, and my macro intentionally threw an exception.