I have (except for some additions such as company-mode
my emacs 24.5 configured as recommended in the chapter of clojure for the brave and true.
Unfortunately I ran into a problem where I tried to work through some alice in wonderland clojure katas and the REPL would not fire up in the correct namespace. I could switch to the namespace with C-c M-n
and the REPL showed the namespace, however any evaluation after that gave me an error „namespace does not exist“.
I tried to update cider-nrepl (simply by changing it in ~/.lein/profiles.clj
, but then it gave me an error that Cider and Cider-nREPL version numbers were incompatible. I tried to update with a simple package-install cinder
which also did not work but gave me this warnings along the lines of the function cider-find-var is not known
and functions being called with the wrong number of arguments.
How do I keep the packages up to date? Is my namespace issue even related to this?