clojure-emacs / cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://cider.mx
GNU General Public License v3.0
3.55k stars 645 forks source link

eldoc doesnt work in CIDER 0.6.0alpha #492

Closed shlomiv closed 10 years ago

shlomiv commented 10 years ago

I reinstalled perlude from scratch and enabled clojure in modules file. I made a new lein project, and when I cider-jack-in a file in the project, i get an eldoc error message eldoc error: (wrong-number-of-arguments (1 . 1) 0)

version info: GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.6.0) of 2013-10-03 on radon, modified by Debian CIDER 0.6.0alpha (package: 20140303.351) (Clojure 1.5.1, nREPL 0.2.3)

bbatsov commented 10 years ago

Seems to work just fine for me. I'll need a complete stacktrace to investigate the issue. Do M-x toggle-debug-on-error reproduce the problem.

shlomiv commented 10 years ago

I toggled it on, and the problem happens but i dont get any stacktrace (i looked in Messages). could you give me some more instructions?

bbatsov commented 10 years ago

I found the problem (it was occurring only when cider-nrepl is not installed, so I hadn't noticed it). Wait for the melpa package to be rebuilt and update cider.

shlomiv commented 10 years ago

great, thanks