cider 2024-09-24

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?

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.

๐Ÿ™ 1

๐Ÿ“ฃ 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) ๐Ÿ“ฃ

๐Ÿ‘ 13
๐Ÿ‘๐Ÿป 1
โค๏ธ 20