Fork me on GitHub
#cider
<
2016-09-09
>
mac13:09:52

I am using boot, cider, cider-nrepl [0.14.0-SNAPSHOT] - what could cause No such namespace for javascript libs included via foreign-libs in boot.build, when trying to cider-eval-ns-form - file compiles and runs fine.

nooga21:09:11

I just checked out 0.13.0 and things broke, I get "error in process filter: Symbol's function definition is void: cider-turn-on-eldoc-mode” when jacking in

nooga21:09:20

what’s process filter?

dpsutton21:09:41

were you running cider before?

dpsutton21:09:14

and had you restarted emacs? I'm wondering if you reloaded some of cider but not all of the associated files so you have a weird mismash of versions of cider

aaelony22:09:44

how do I prevent cider from hijacking my window and taking me somewhere new when I get an error?

tanzoniteblack23:09:58

if you don’t want the error buffer at all:

(setq cider-show-error-buffer nil)
if you want the error buffer, but don’t want it to be popped to the foreground:
(setq cider-auto-select-error-buffer nil)

aaelony23:09:24

the latter looks great! many thanks 🙂

nooga23:09:41

@dpsutton yeah it turned out my cider config was seriously outdated

dpsutton23:09:08

Does that mean you got it working for you again then?

nooga23:09:38

yeah, I just commented out the stuff it was complaining about

nooga23:09:43

and now it seems to work