Hi. I get "No applicable method: sesman-start-session, CIDER" since I updated emacs and cider yesterday. I use spacemacs dev. Any ideas?
try (require 'cider)
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.
-- nm above. The easiest way is to start a repl server and save the server and then later call stop-server on it.
what does save the server mean?