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

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

compilation-mode not processing color escape codes


From: Alex Reed
Subject: compilation-mode not processing color escape codes
Date: Tue, 04 May 2010 15:42:06 -0000
User-agent: G2/1.0

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?



reply via email to

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