I frequently use emacs and xemacs for development. Recently, I found that on xemacs, when receiving diagnostics, the display window displays the raw VT200 escape sequences. GNU Emacs does not display the raw sequences. Obviously this makes xemacs somewhat unusable for development. There is probably a setting somewhere, but I have not found it yet. ----------- here is what it looks like: [1;31mfoo.cc:[0m[1;31m73:[0m[1;31m error: (Each undeclared identifier is reported only once for [0m -- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
On Saturday 04 June 2005 17:24, Jerry Feldman wrote:
I frequently use emacs and xemacs for development. Recently, I found that on xemacs, when receiving diagnostics, the display window displays the raw VT200 escape sequences. GNU Emacs does not display the raw sequences. Obviously this makes xemacs somewhat unusable for development. There is probably a setting somewhere, but I have not found it yet.
Just a wild guess: You may be using "colorgcc", a tool that colorizes gcc's output. This is in use as soon as the "colorgcc" RPM is installed. Simple solution: Uninstall it: rpm -e colorgcc CU -- Stefan Hundhammer <sh@suse.de> Penguin by conviction. YaST2 Development SUSE Linux Products GmbH Nuernberg, Germany
On Monday 06 June 2005 5:39 am, Stefan Hundhammer wrote:
Just a wild guess: You may be using "colorgcc", a tool that colorizes gcc's output. This is in use as soon as the "colorgcc" RPM is installed. Good call. It did not dawn on me that I had installed colorgcc. In any case, it was the culprit.
-- Jerry Feldman <gaf@blu.org> Boston Linux and Unix user group http://www.blu.org PGP key id:C5061EA9 PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
participants (2)
-
Jerry Feldman
-
Stefan Hundhammer