cider

2024-10-27T09:12:25.467899Z

Hey all, I am having trouble with cider-log-show - I am using timbre 6.5.0 and all log messages go to my cider-repl, cider-log-show just shows an empty buffer - I am not prompted to make any choices. CIDER and Clojure info: CIDER 1.15.1 (Cogne), nREPL 1.3.0 ;; Clojure 1.12.0, Java 23

bozhidar 2024-10-27T09:17:34.242189Z

Is there anything related appearing in the Emacs *Messages* buffer?

2024-10-27T09:19:21.484669Z

The only thing I see is: You can run the command 'cider-log-show' with C-c M-l s [CIDER Log Mode] Please install the Logview package for best results. => Please install the Logview package for best results.

vemv 2024-10-27T12:25:51.435349Z

Installing logview would be an excellent start :) it's much better like that

2024-10-27T15:26:26.208919Z

Oh I did that too after seeing the message, makes no difference.

vemv 2024-10-27T15:27:27.865609Z

ok I haven't used cider-log-mode for a while, I can give it a try this evening (I use Timbre regularly)

2024-10-27T15:34:50.934309Z

@vemv Much appreciated.

vemv 2024-10-27T16:11:28.070259Z

I checked it out, it may be that we have a bug deep in the guts of cider-nrepl. I see if I can do something, would certainly be nice to use cider-log again :)

bozhidar 2024-10-27T16:12:22.254589Z

@mac Please, file a ticket about this, so it's on our radar to investigate.

2024-10-27T16:18:20.671009Z

Will do.

vemv 2024-10-27T16:31:22.815439Z

Thanks! Left my analysis there. Not sure if I can go and fix it as my time is pretty limited, but it looks like an easy one.

👍 1