Fork me on GitHub
#cider
<
2017-02-02
>
adamfrey05:02:44

Does anyone else experience the issue where you leave a Clojure buffer open with a connected cider repl for a while, and then come back to your laptop and try to do anything which pins Emacs at 99.9% CPU for like, 30 seconds?

bhagany06:02:25

@adamfrey I used to experience something like that. I narrowed it down to some interaction between an active cider and aggressive-indent-mode. I just decided to do without aggressive-indent-mode rather than exploring further.

luxbock11:02:49

I'm trying to embed the CIDER nREPL in an applicatin that I distribute as a JAR so that I can do some debugging inside of it if need be

luxbock11:02:22

I can start the REPL server fine via command line

luxbock11:02:39

but I'm having trouble connecting to it from Emacs

luxbock11:02:56

when I call cider-connect I've tried both 0.0.0.0 and localhost as the address, and then after that I am not sure what I'm supposed to insert next, I've tried foo:7888, 7888, foo.repl:7888 but nothing seems to work

luxbock11:02:19

I'm able to connect to the running process with lein :connect 7888

pesterhazy14:02:53

7888 should work

pesterhazy14:02:08

does telnet localhost 7888 work?

luxbock14:02:38

@pesterhazy: like I said I was able to connect via lein :connect 7888, but I am not sure which parameters I have to use with cider-connect

pesterhazy14:02:11

try describe-function cider-connect