atomontage
atomontage
I would if it was straightforward (just an html change) but it seems I need to get clixdoc (which isn't quicklisp installable) figure out how to use that and change...
Commands that move the cursor are not implemented and they're somewhat common these days (e.g. Ubuntu apt-get). I need to provide a "terminal capabilities" file that will describe exactly what...
Hi Philipp, I have an update in the works that I will release in a few months that binds more libpcap functions to the point of total coverage and offers...
Hi Aleksandr, Feel free to work on it and open a PR, but no promises on my end that I'll merge it. If it doesn't have a performance impact and...
I have a lot of updated code for this already written, I just need to find some time to review it again (and compare it with yours) and push it....
I'm the author of [xterm-color.el](https://github.com/atomontage/xterm-color). I don't use rg.el or ag.el but someone filed an ag.el ANSI escape matching [issue](https://github.com/Wilfred/ag.el/issues/168#issue-622843840) recently and I was curious to see if other packages...
I don't agree that raw terminal ANSI sequences being part of the compilation-filter output is a reasonable expectation. Main issue: rg.el (and ag.el) match on raw hardcoded terminal-specific ANSI sequences....
How hard can it be to have rg.el match on text output? I don't use it so I can't really say, but it doesn't sound hard. Could it be a...
> The setup even breaks emacs built in functionality in grep.el for instance. Let me expand on this since you didn't provide details. grep.el has an optional "highlight matches" mode,...
I did some experiments with ripgrep's json output and parsing it is super fast in an Emacs built with jansson.