emacs-circe / circe

Circe, a Client for IRC in Emacs
GNU General Public License v3.0
391 stars 51 forks source link

color nicks on logs ? #351

Closed pseudomyne closed 1 year ago

pseudomyne commented 5 years ago

Hi ! Is there any known way to get nicks colored when browsing through circe logs ? Any minor-mode ? Thank you

wasamasa commented 5 years ago

There is no such thing, no, you'd need to extend the lui-logging module for that. That aside, how exactly do you want colors to get there? Currently it's just plain text, there's at least the following options:

pseudomyne commented 5 years ago

Thanks for the answer, wasamasa. I need a bit of research to fully understand what you say :) I think I just want nicks to be coloured everywhere, just like in circe.

wasamasa commented 3 years ago

Another solution I've discovered recently: https://stevelosh.com/blog/2021/03/small-common-lisp-cli-programs/#s8-case-study-a-batch-coloring-utility

I've ported the batchcolor project to Scheme in an evening. Porting it to Emacs Lisp should take even less time.