Fork me on GitHub
#cider
<
2019-12-06
>
frozenlock04:12:31

I'm trying to see some specs, but when I call cider-browser-spec I get "user-error: No linked CIDER sessions". I tried on 2 completely different projects, both with which Cider works fine. Does it ring any bell?

dpsutton04:12:57

i'm assuming you've jacked in? can you evaluate other expressions just fine?

frozenlock04:12:06

Yes, everything works fine.

frozenlock04:12:25

Well, except for browsing specs.

FiVo17:12:19

When I do cider-jack-in and evaluate my first form my syntax highlighting changes. Expected behavior. So far so good. But sometimes this syntax highlighting changes back to way it was before during the session. I don't actually know what the key sequence is as it only happens sporadically. When inspecting cider-font-lock-dynamically it is still set to (macro core deprecated) . How do I go back to "normal" syntax highlighting without jacking in again? What are possible causes for this behavior?

yuhan18:12:54

looks like there's a M-x cider-refresh-dynamic-font-lock, does that help?

FiVo16:12:55

@UCPS050BV tried it but it didn't help