From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alain Ketterlin Newsgroups: gmane.emacs.help Subject: Re: encoding in *compilation-buffer* Date: Sat, 19 Feb 2011 16:03:43 +0100 Organization: Universites Paris VI/Paris VII - France Message-ID: <87k4gw12y8.fsf@dpt-info.u-strasbg.fr> References: <30934972.post@talk.nabble.com> <30949803.post@talk.nabble.com> <48F34137-6605-48BA-916C-84F7F1DDA16A@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1298130054 4961 80.91.229.12 (19 Feb 2011 15:40:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Feb 2011 15:40:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 19 16:40:50 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PqovM-0003ov-Lx for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Feb 2011 16:40:44 +0100 Original-Received: from localhost ([127.0.0.1]:50525 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqovM-0002v9-3d for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Feb 2011 10:40:44 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!news2.euro.net!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!news.ecp.fr!jussieu.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: mob3.u-strasbg.fr Original-X-Trace: vishnu.jussieu.fr 1298128091 17045 130.79.6.132 (19 Feb 2011 15:08:11 GMT) Original-X-Complaints-To: usenet@vishnu.jussieu.fr Original-NNTP-Posting-Date: Sat, 19 Feb 2011 15:08:11 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:JpoJ0umilqi/JySXfwtg5XOOqvw= Original-Xref: usenet.stanford.edu gnu.emacs.help:185065 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79226 Archived-At: tlanglois writes: > Peter Dyballa wrote: >> Which tool is actually emitting these codes? (I presume it's this >> "javatolatex".) Does its documentation tell a bit about colours? > no gcc is emiting those codes. Afaik, gcc doesn't do this. There must be some kind of "smart" wrapper (usually named colorgcc) involved. > After a little googling I found a solution: > If I set export LC_ALL=C in a *shell* buffer, gcc emits normal ascii > characters. > But I don't know how to set that variable in *compilation* buffers > automatically. I've missed the start of the thread, but isn't ansi-color-for-comint-mode supposed to solve this? -- Alain.