Fork me on GitHub
#cider
<
2021-03-10
>
niveauverleih16:03:03

Hi. I get "No applicable method: sesman-start-session, CIDER" since I updated emacs and cider yesterday. I use spacemacs dev. Any ideas?

dpsutton16:03:48

try (require 'cider)

chrisn18:03:28

IS there a recommended way to, from a repl session, terminate the repl server? I have finally got a clojure cider repl hosted by a python .exe working and at some point I might want to return control to the python executable.

chrisn19:03:39

-- nm above. The easiest way is to start a repl server and save the server and then later call stop-server on it.

dpsutton19:03:19

what does save the server mean?