Fork me on GitHub
#cider
<
2022-01-01
>
Drew Verlee18:01:16

i have no idea... i'll google around a minute or two.

Drew Verlee18:01:29

Is there some problem your seeing? It could just be system just being overly chaty.

ericdallo18:01:42

no, it's a error indeed, not a warning

ericdallo18:01:05

it makes doom-emacs doesn't start, my guess is that it's a elisp issue indeed on cider

Drew Verlee18:01:16

That's an issue for sure.

ericdallo18:01:19

not sure, maybe @U051BLM8F will know better

Drew Verlee18:01:21

yep, i'm guessing the line you linked is the top stack. maybe the cider-scale-background color shouldn't be set to nil there? Hard for me to say.

Drew Verlee18:01:42

(setq cider-docview-code-background nil)

bozhidar10:01:53

> it makes doom-emacs doesn't start, my guess is that it's a elisp issue indeed on cider Perhaps there's something in Doom's code related this advice? The change made to CIDER's code should be more or less equivalent to what was done before. (the code was just updated to follow the modern Emacs advice conventions)

bozhidar10:01:10

At any rate - please file a ticket about this, so we won't forget to explore it more more details.

bozhidar10:01:47

Out of the box CIDER still works fine, so I'm inclined to believe that the problem is some combination of the code in Doom + CIDER.

bozhidar10:01:14

Generally I don't even remember why we had advised this in the first place, but I'm 100% this code is causing your breakage.

bozhidar10:01:37

Btw, I've noticed that the Doom configuration for CIDER is huge and they are doing some questionable things here and there (e.g. redirecting everything from the nrepl-server buffer to the REPL, given there's a middleware that redirects everything that you'd really want redirected)

bozhidar10:01:10

Anyways, I guess Emacs distros are called opinionated for a reason. 😄

ericdallo14:01:25

@U051BLM8F thanks for the help, I'm almost sure that code is outdated and people maybe don't know about this middleware or is not the default or easy to setup for some reason(?)

bozhidar14:01:33

Not a big deal. I guess the main concern they had were any potential errors during server startup, as those go to the server buffer (although something should be displayed in the minibuffer as well). Not a big deal, I was just a bit concerned they might end up patching something just because they don't quite understand it.

👍 1
Drew Verlee23:01:15

i get this error File mode specification error: (file-missing Cannot open load file No such file or directory cider-compat) when i run cider-jack-in-cljs in a .cljc file. I tried looking for this cider-compat and it appears here https://github.com/clojure-emacs/helm-cider/blob/master/helm-cider-spec.el