help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compilation-mode not processing color escape codes


From: A.Politz
Subject: Re: compilation-mode not processing color escape codes
Date: Tue, 04 May 2010 15:42:21 -0000
User-agent: G2/1.0

On Mar 10, 6:56 pm, Alex Reed <acre...@gmail.com> wrote:
> Using compilation-mode, I am calling a compile tool-flow.  One of the
> steps of the compilation outputs colored/bolded text to the terminal.
> This is done in python using '\033[1;30m'  to bold, and '\033[m' to un-
> bold.
>
> Emacs then displays the resulting output as "^[[1;30m<string>^[[m".
>
> How can I convince emacs to either (a) display the requested color, or
> (b) strip/ignore the escape sequences?

Maybe you could pipe the output from your tool through 'col -b' or use
`ansi-color-apply-on-region' in a `compilation-filter-hook'.

-ap


reply via email to

[Prev in Thread] Current Thread [Next in Thread]