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 <[email protected]>: > 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 rush to get started > on a > project yet, I'm just in the process of getting a decent environment set up > for learning the language. > > Thanks for your help. > > -Jeff > > > On Saturday, September 19, 2015 at 11:56:33 AM UTC-5, Richard Norton wrote: >> >> 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 <[email protected]> wrote: >> >>> From emac24 I installed the cider package from melpa, but get the >>> following warning when running the repl: >>> >>> ; CIDER 0.10.0snapshot (package: 20150918.919) (Java 1.7.0_79, Clojure >>> 1.7.0, nREPL 0.2.10) >>> WARNING: The following required nREPL ops are not supported: >>> apropos classpath complete eldoc format-code format-edn info inspect-pop >>> inspect-push inspect-refresh macroexpand ns-list ns-vars ns-path refresh >>> resource stacktrace toggle-trace-var toggle-trace-ns undef >>> Please, install (or update) cider-nrepl 0.10.0-SNAPSHOT and restart CIDER >>> ERROR: CIDER's version (0.10.0-snapshot) does not match cider-nrepl's >>> version (not installed). Things will break! >>> >>> I do not see either a cider-nrepl or nrepl package available on melpa or >>> marmalade. >>> >>> -Jeff >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To post to this group, send email to [email protected] >>> Note that posts from new members are moderated - please be patient with >>> your first post. >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/clojure?hl=en >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Clojure" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
