nrepl

Clojure - connection issue re-running cider-jack-in

瘦欲@ 提交于 2019-12-06 12:58:44
问题 I recently started using CIDER under Emacs 24. My workflow involves going to a remote server via Tramp and then executing cider-jack-in to run the nREPL server connected to Clojure on that server. It all works fine if I run it in a fresh instance of Emacs. But if for some reason the connection is broken or I hibernate the system, I am unable to relaunch the REPL. I get the following message: Connecting to nREPL on localhost:58062... error in process filter: open-network-stream: make client

How can I clear and reload my nrepl session in emacs?

南笙酒味 提交于 2019-12-06 05:25:07
问题 I am working with emacs and nrepl. How can I do the following: Exit nrepl (currently I just kill the buffer) Reload everything I was working with in nrepl . The problem I'm trying to solve by doing this is that when I have loaded an ns form and it has an error, I am unable to load the correct code because it keeps giving me the previous error. 回答1: 1) Exit the nrepl (currently I just kill the buffer) M-x nrepl-quit 2) Reload everything in the nrepl. (I have this problem when I haave loaded

How can I clear and reload my nrepl session in emacs?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-04 12:35:01
I am working with emacs and nrepl. How can I do the following: Exit nrepl (currently I just kill the buffer) Reload everything I was working with in nrepl . The problem I'm trying to solve by doing this is that when I have loaded an ns form and it has an error, I am unable to load the correct code because it keeps giving me the previous error. 1) Exit the nrepl (currently I just kill the buffer) M-x nrepl-quit 2) Reload everything in the nrepl. (I have this problem when I haave loaded the ns, and it has an error. Then I am unable to load the correct code, it still keeps giving me the previous