Fork me on GitHub
#cider
<
2016-04-13
>
anmonteiro15:04:51

FWIW, I'm getting Symbol's function definition is void: cider-turn-on-eldoc-mode with the latest clojure-mode

akiva15:04:41

Yeah, I noticed that too but I’ve not experienced any adverse effects yet.

akiva15:04:01

Except that now that I think about it, it’s not showing things in the status line when in the REPL.

anmonteiro15:04:14

and paredit-mode doesn't get enabled for me

anmonteiro15:04:27

which might also depend on the way my config is set up

akiva15:04:37

I use smartparens so I dunno.

bozhidar16:04:33

@anmonteiro: this function was deprecated a while back and was recently deleted

bozhidar16:04:54

people use simply use eldoc-mode in hooks instead

anmonteiro16:04:19

ah might it be my configuration that’s wrong?

bozhidar16:04:22

e.g. (add-hook ‘cider-mode-hook #‘eldoc-mode)

bozhidar16:04:44

(add-hook ‘clojure-mode-hook #’paredit-mode)

anmonteiro16:04:54

@bozhidar: yes, paredit is getting triggered OK now that there’s no error evaluating that missing function

anmonteiro16:04:18

I’ve changed cider-turn-on-eldoc-mode to eldoc-mode, thanks!

bja19:04:46

is there a way to configure the company-mode integration to fallback to its non-nrepl searching of the buffer?

bja19:04:14

I've not been getting autocomplete for symbols that aren't eval'd in nrepl yet if I have nrepl connected

pre22:04:02

On cider 0.11.0, how do you resolve "fipp.edn/pprint is not resolvable as a var” ?

rmuslimov22:04:31

@pri: seems like fipp is not installed, just check and install or drop fipp as dependency in your cider

rmuslimov22:04:00

Here is where you dependent on fipp in cider configuration http://cider.readthedocs.org/en/latest/configuration/#pretty-printing

pre22:04:08

fipp is listed in my global profiles.clj as dep.

pre22:04:44

(setq cider-pprint-fn "fipp.edn/pprint”) is also set.

rmuslimov22:04:00

so, is it resolvable in repl?

pre23:04:36

resolvable in lein repl