Fork me on GitHub
#emacs
<
2016-01-19
>
eag01:01:00

I’ve been trying to get flycheck-clojure working with no luck. I have kibit-helper working fine. But thought it would be nice to be fully integrated. Flycheck-buffer seems to do nothing. I’m pretty sure the emacs side of things is correct. Not much there really. I’ve changed my profiles.clj around and had vastly different results anywhere from wrong number of args in elisp to finding the first error but not displaying or doing nothing at all. Both eastwood and kibit work fine from the CL. As well as kibit works fine through kibit-helper. It’s just flycheck/squiggly that I can’t get to work.

eag01:01:03

I do see in the nrepl-messages that squiggly-clojure.core is being invoked, and I don’t see any errors. Anyone have this working well? I am at a loss at what to try next. At the moment I’m on cider-nrepl 10.0, tools.nrepl2.12 and the latest of the squiggly dependencies.

eag01:01:57

Hello Hugo simple_smile

jethroksy01:01:02

@eag: I had that wrong number of args error

jethroksy01:01:22

squiggly requires clojure version > 1.7.0

eag01:01:52

yea. I saw your thread in cider github. I have 1.7.0.

jethroksy01:01:38

lein i assume?

jethroksy01:01:08

what does lein deps :tree say

eag02:01:34

it’s a bit long.

eag06:01:01

The nrepl-messages buffer shows no errors.

eag06:01:31

I have specifically added errors that eastwood and kibit find and have verified that on the CL, and through kibit-helper in emacs.