|
From: | Patrick Poitras |
Subject: | bug#68724: eshell/make doesn't properly handle color term characters |
Date: | Thu, 25 Jan 2024 17:31:07 -0800 |
On 1/25/2024 4:54 PM, Patrick Poitras wrote:
> In eshell, if I am in a directory and call `make`, the call that is
> executed is (eshell/make) from em-unix.el.
>
> The *compilation* window then pops up, which reads: ...
Thanks for the bug report. I'm guessing you're using Emacs 30.0.50. This
is a bug, in that eshell/make should print its output to the Eshell
buffer by default (not a new compilation buffer). That's now fixed in
4834be0949e on master, so closing this issue.
However, for fixing the colors in the compilation buffer, you can also
add 'ansi-color-compilation-filter' to 'compilation-filter-hook'.
[Prev in Thread] | Current Thread | [Next in Thread] |