David Landell

Results 26 comments of David Landell

Oh, yeah, those are probably added to the color is specified on command the line. I think I would have to use the `--no-config` flag to fix that. I will...

Thanks for the input. In theory you are probably correct. This works well enough in practice though. I think the main practical problem here is that xterm-color.el instructs its users...

@diamond-lizard Not much I can do as a downstream package. The problem here is that the the minimal expectation a downstream package can make on its upstream counter part is...

Well, the thing is of course that escape codes are used for semantic data. This is the case for this package and also for built-in grep.el despite the statements above....

Thanks for the suggestion. Yeah looks nice with a quick try.

Thanks for the kind words and the suggestion. This change is too new to get from emacs internally since this package supports emacs-25.1. It's possible to have it as a...

This should be a compilation-mode feature since that is what is used in *rg*. I have not seen any way of customizing that in compilation-mode itself unfortunately but I think...

I guess I can add an `rg-finish-functions` variable that can be used instead of `compilation-finish-functions`. In that way the last example should work without finding the rg buffer. Something like...

Implemented the `rg-finish-functions` solution for now.