Iโve recently (a few cider versions back) lost syntax highlighting of eval results in the minibuffer. Itโs not the end of the world of course, but would be nice to get it back. Anyone else been running into the same and know how to restore it? I tried installing clojure-mode-extra-font-locking but that didnโt help. Any pointers are appreciated. ๐
This is most likely related to recent changes in minibuffer output trimming. To be honest, I wasn't aware of this feature at all. Is there some toggle to enable it?
@alexyakushev do you have a link for these changes?
Should be somewhere in the changelog.
in cider or clojure-mode?
Correct
Yeah, looking at the code - in the output we're using the wrong variable (`value` instead of font-value).
@bozhidar yes, thatโs it
Iโll make a tiny pr
Thanks! Just merged it.
๐ฃ CIDER 1.16 ("Kherson") is now out! (see https://github.com/clojure-emacs/cider/releases/tag/v1.16.0) The highlight of this release is the transition to nREPL 1.3 by default, which packs a lot of internal improvements. (see https://github.com/nrepl/nrepl/releases/tag/v1.3.0) ๐ฃ