From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: encoding in *compilation-buffer* Date: Thu, 17 Feb 2011 15:23:36 +0100 Message-ID: <48F34137-6605-48BA-916C-84F7F1DDA16A@Web.DE> References: <30934972.post@talk.nabble.com> <30949803.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297952710 26925 80.91.229.12 (17 Feb 2011 14:25:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Feb 2011 14:25:10 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: tlanglois Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 17 15:25:06 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 1Pq4n0-0003In-KS for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Feb 2011 15:25:02 +0100 Original-Received: from localhost ([127.0.0.1]:46950 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq4n0-0003J8-0W for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Feb 2011 09:25:02 -0500 Original-Received: from [140.186.70.92] (port=33491 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pq4md-0003Ik-RK for Help-gnu-emacs@gnu.org; Thu, 17 Feb 2011 09:24:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pq4mc-0006H0-Kc for Help-gnu-emacs@gnu.org; Thu, 17 Feb 2011 09:24:39 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:40749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pq4mc-0006Go-Bn for Help-gnu-emacs@gnu.org; Thu, 17 Feb 2011 09:24:38 -0500 Original-Received: from smtp04.web.de ( [172.20.0.225]) by fmmailgate03.web.de (Postfix) with ESMTP id 4A631188A4387; Thu, 17 Feb 2011 15:23:38 +0100 (CET) Original-Received: from [91.35.202.89] (helo=[192.168.1.2]) by smtp04.web.de with asmtp (WEB.DE 4.110 #2) id 1Pq4le-000084-00; Thu, 17 Feb 2011 15:23:38 +0100 In-Reply-To: <30949803.post@talk.nabble.com> X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/XGI5D7ijYrYwhHOwUFrLQGFWPkK4hl+FvQAgH Af8frXMZ6YkGpTSj62pjPjkfKBsWtuJ2uDLMtLm0iY9dlaazS9 oj5D1cLetjqgDWS5SDDw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.234 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:79195 Archived-At: Am 17.02.2011 um 14:55 schrieb tlanglois: > javatolatex.lex:11: error: expected =91,=92 or =91;=92 before =91void=92= Here you see the "typographic" quotes I recognised, but Stefan did not =20= overlook your second problem! ANSI Esc sequences are sent to make the =20= output look colourful. I haven't seen this. There are two options, I =20 can think of: set TERM to a reasonable value, maybe xterm-256color, in =20= case it's true (or smaller no. of colours or just xterm-color), and =20 enable inside GNU Emacs handling of these codes with: (ansi-color-for-comint-mode-on) This works, starting from *some* GNU Emacs 22.x, in shells. I'm not =20 sure whether it works in a *compilation* buffer. And I'n not sure if =20 it works when GNU Emacs runs without windows, i.e., when it depends on =20= what this terminal emulation can perform. Which tool is actually emitting these codes? (I presume it's this =20 "javatolatex".) Does its documentation tell a bit about colours? -- Greetings Pete The mathematician who pursues his studies without clear views of this =20= matter, must often have the uncomfortable feeling that his paper and =20 pencil surpass him in intelligence. =96 Ernst Mach