cider

richiardiandrea 2025-01-17T16:55:13.946949Z

do you guys know which package does the flycheck for clojure files? I am having a problem where only clojure files display a popup on error (while lisp files, for instance do not)

richiardiandrea 2025-01-17T16:58:34.565239Z

answering to myself - I probably am using flycheck-clj-kondo

richiardiandrea 2025-01-17T17:07:05.686239Z

just realized the popup only shows up when the REPL is going

richiardiandrea 2025-01-20T16:53:32.928739Z

yeah I was in a thread - probably some message slipped but thanks for the reminder

a13 2025-01-18T10:35:46.674689Z

Please use a single thread instead of multiple messages related to the same problem.

richiardiandrea 2025-01-17T17:13:16.302659Z

can anybody point me (and I can dig) where this is done? cider? clojure-mode?

2025-01-17T18:11:48.456129Z

Flycheck is probably connected to clojure-lsp if you have not set it up separately.

richiardiandrea 2025-01-17T18:13:16.436639Z

hmm no I am using only cider and clojure-mode in there

2025-01-17T18:17:06.132099Z

Interesting. I don't think Cider pulls in flycheck, but that might have passed me by unnoticed of course.

2025-01-17T18:17:37.769899Z

Maybe you could grep your elpa-folder and look for it that way.

richiardiandrea 2025-01-17T18:17:55.058799Z

maybe it is not related to cider actually

richiardiandrea 2025-01-17T20:49:10.248379Z

I realized I had (cider-use-tooltips nil "Do not use tooltips") so this must be something else

Gent Krasniqi 2025-01-20T08:58:14.694819Z

isn't that a variable? (i.e. should be`(setq cider-use-tooltips nil)`)

Gent Krasniqi 2025-01-20T08:58:20.307039Z

that's what I have at least

richiardiandrea 2025-01-20T16:52:47.353699Z

Sorry @gentkr that's the same variable but within use-package (I got lazy to change it 😄)