cider

Colton Goates 2025-09-11T05:09:28.963209Z

When I use namespaced keywords, Cider gives some very verbose output on M-x cider-inspect-last-result. Is there anyway to reduce the verbosity so I can see more content on the screen? Here is a screenshot for reference:

oyakushev 2025-09-11T10:19:30.647749Z

Not at the time, unfortunately. This is a common problem with namespaced keywords. But you can submit a ticket, there may be something we can do about it.

Colton Goates 2025-09-11T14:20:28.343429Z

Thanks for the response, @alexyakushev

Colton Goates 2025-09-11T14:30:17.971399Z

Here is the GitHub issue: https://github.com/clojure-emacs/cider/issues/3841

👍 1
oyakushev 2025-09-11T18:23:23.694909Z

Possible solution: https://github.com/clojure-emacs/orchard/pull/354

Colton Goates 2025-09-11T23:04:12.749539Z

Great, I look forward to trying it out!