Description
I just updated my cider from 0.8.1 (because it did not match nrepl's version, which was the 0.12.0-SNAPSHOT
) and it is not starting anymore.
I am not very familiar with emacs, but I'll try to provide all of the material I got to reproduce my issue.
Also, this is popping out every time I launch cider-jack-in instead of the old "lein repl :headless"
Expected behavior
cider starting and connecting to nrepl server
Actual behavior
this is what emacs prompts in the Warnings buffer:
https://paste.debian.net/plain/432332
and this one is the error message emacs prompts in the backtrace buffer (the one showing up when emacs is started with '--debug-init' option:
https://paste.debian.net/plain/432330
Steps to reproduce the problem
download the emacs configuration from braveclojure.com:
https://github.com/flyingmachine/emacs-for-clojure
update the nrepl and cider to the current version
try to start cider with M-x cider-jack-in
Environment & Version information
GNU Emacs 24.5.1
CIDER version information
cider 20160411.1934
.lein/profiles.clj
{:user {:plugins [[cider/cider-nrepl "0.12.0-SNAPSHOT"]]
:dependencies [[org.clojure/tools.nrepl "0.2.12"] [org.clojure/clojure "1.8.0"]]}}
OS
uname -a
Linux 4.5.0-gentoo #1 SMP Wed Mar 16 11:34:11 CET 2016 x86_64 Intel(R) Core(TM) i7-4600M CPU @ 2.90GHz GenuineIntel GNU/Linux