Fork me on GitHub
#emacs
<
2018-05-14
>
vemv17:05:43

^ Achieved it with: (advice-add 'cider-new-error-buffer :after (lambda (&rest _) (cider-interactive-eval "(prn *e)")))

vemv17:05:56

Funnily, this printed *e is clickable, i.e. I can click a line and I'll jump to it. Awesome I don't get the same behavior when evaluating *e manually

bozhidar21:05:10

Hmm, can’t imagine how this is happening. File a ticket, so we’d look into this. Likely some extra processing happens with interactive eval.

vemv21:05:38

the issue being that entering *e into the repl isn't clickable right?

blance21:05:56

is there anything in emacs that can do arity check for clojure code? i heard cursive can do it, but couldn't find anything for emacs:disappointed:

tanzoniteblack21:05:03

I've had...hit or miss luck with eastwood / squiggly-clojure though, as a warning

tanzoniteblack21:05:12

might work for you depending on your project

blance21:05:29

Thanks! eastwood looks like very powerful. i'll give it a try to see if it can work nicely with emacs