cider

mkvlr 2024-09-24T14:11:48.236449Z

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. ๐Ÿ™

oyakushev 2024-09-24T15:04:08.829229Z

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?

mkvlr 2024-09-24T17:00:17.169009Z

@alexyakushev do you have a link for these changes?

oyakushev 2024-09-24T17:43:03.487029Z

Should be somewhere in the changelog.

mkvlr 2024-09-24T17:45:28.462899Z

in cider or clojure-mode?

mkvlr 2024-09-24T17:47:13.165419Z

ah is it https://github.com/clojure-emacs/cider/pull/3661 ?

oyakushev 2024-09-24T19:10:57.743419Z

Correct

bozhidar 2024-09-24T19:32:26.995189Z

Yeah, looking at the code - in the output we're using the wrong variable (`value` instead of font-value).

mkvlr 2024-09-24T19:34:37.125059Z

@bozhidar yes, thatโ€™s it

mkvlr 2024-09-24T19:37:51.583299Z

Iโ€™ll make a tiny pr

mkvlr 2024-09-24T19:47:42.538119Z

https://github.com/clojure-emacs/cider/pull/3743

๐ŸŽ‰ 1
bozhidar 2024-09-24T20:21:53.188809Z

Thanks! Just merged it.

๐Ÿ™ 1
bozhidar 2024-09-24T06:36:13.595179Z

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