You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using: macOS 10.15.4 with homebrew cask emacs.
I've recently begun using the xterm-color package which gives nice ANSI color support for compilation buffers/etc (beyond that of ansi-color.el). but I've found it breaks ag.el's output parsing.
I don't know what a fix would entail or if you are interested in addressing this incompatibility from the ag.el end but I wanted to mention it just in case. It sounds like the basic problem is ag.el relying on color codes which are filtered out by xterm-color.el.
The text was updated successfully, but these errors were encountered:
On my machine, the output of
ag --version
is:My Emacs version is: GNU Emacs 26.3
I'm using: macOS 10.15.4 with homebrew cask emacs.
I've recently begun using the xterm-color package which gives nice ANSI color support for compilation buffers/etc (beyond that of ansi-color.el). but I've found it breaks ag.el's output parsing.
Here is an issue I reported on their end: atomontage/xterm-color#37
I don't know what a fix would entail or if you are interested in addressing this incompatibility from the ag.el end but I wanted to mention it just in case. It sounds like the basic problem is ag.el relying on color codes which are filtered out by xterm-color.el.
The text was updated successfully, but these errors were encountered: