Re: cider-nrepl not installed (emacs24)

2015-09-20 Thread Erik Assum
I had to bytecompile nrepl.el (?) in the elpa directory. Reinstalling cider did not help. Setting nrepl-log-messages to nil removes the symptoms, but doesn't solve the problem, but it is a nice workaround. Am away from my computers, so the names of things are taken from memory, and can

Re: cider-nrepl not installed (emacs24)

2015-09-19 Thread Artur Malabarba
Try deleting cider, restarting Emacs, and installing it again. If you had an old version of dash.el installed it may have caused a bad byte-compilation. 2015-09-20 0:20 GMT+01:00 Jeff Bauer : > Thanks, Richard. That got the process started, but it then aborted with: > >

Re: cider-nrepl not installed (emacs24)

2015-09-19 Thread Jeff Bauer
Thanks, Richard. That got the process started, but it then aborted with: error in process filter: nrepl-log-message: Wrong number of arguments: (1 . 1), 0 Since I'm starting with Clojure and there's a users meeting in a couple days, I'll bring my laptop out to the meeting. There's no

Re: cider-nrepl not installed (emacs24)

2015-09-19 Thread Bozhidar Batsov
It's usually a good idea to get familiar with the first few sections of any project's README. :-) On 19 September 2015 at 19:04, Mauricio Aldazosa < mauricio.aldaz...@gmail.com> wrote: > Hi, > > cider-nrepl is some middleware that sits outside emacs. You can use it via > leiningen or boot. Take

Re: cider-nrepl not installed (emacs24)

2015-09-19 Thread Richard Norton
I ran into a similar problem. Ended up following the advice here: - https://github.com/clojure-emacs/cider-nrepl Setting ~/.lein/profiles.clj to this helped: {:user {:plugins [[cider/cider-nrepl "0.10.0-SNAPSHOT"]]}} HTH, Richard On Sat, Sep 19, 2015 at 8:12 AM, Jeff Bauer

Re: cider-nrepl not installed (emacs24)

2015-09-19 Thread Mauricio Aldazosa
Hi, cider-nrepl is some middleware that sits outside emacs. You can use it via leiningen or boot. Take a look at the instructions here: https://github.com/clojure-emacs/cider#cider-nrepl-middleware Happy hacking, Mauricio ​ -- You received this message because you are subscribed to the Google