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: Emacs charset in compilation (M-x compile) Date: Fri, 2 Nov 2007 22:01:00 +0100 Message-ID: <6C4C3D28-A3AA-4009-B834-4E82D59F54B8@Web.DE> References: <1194004175.129555.218680@d55g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1194037329 26483 80.91.229.12 (2 Nov 2007 21:02:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Nov 2007 21:02:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: gallows Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 02 22:02:12 2007 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.50) id 1Io3ed-0001TG-OU for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Nov 2007 22:02:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io3eS-0000Ql-VB for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Nov 2007 17:02:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Io3dd-0008Ff-CD for help-gnu-emacs@gnu.org; Fri, 02 Nov 2007 17:01:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Io3da-0008Cf-Fz for help-gnu-emacs@gnu.org; Fri, 02 Nov 2007 17:01:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io3da-0008CH-9j for help-gnu-emacs@gnu.org; Fri, 02 Nov 2007 17:01:06 -0400 Original-Received: from fmmailgate03.web.de ([217.72.192.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Io3dY-0005QJ-G6 for help-gnu-emacs@gnu.org; Fri, 02 Nov 2007 17:01:04 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate03.web.de (Postfix) with ESMTP id E0F5CA97E36E; Fri, 2 Nov 2007 22:01:02 +0100 (CET) Original-Received: from [195.4.208.215] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #208) id 1Io3dW-0006jV-00; Fri, 02 Nov 2007 22:01:02 +0100 In-Reply-To: <1194004175.129555.218680@d55g2000hsg.googlegroups.com> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+BdNPYe9gACKMX8IVn/C6ic2lddoxskz+XQXzb EhfyErZQhF+g4e3oeQFhh9pHhy5TnLJVBvp958E6xcIJBzYX0t twr0MuDDyYdAQusVyaDg== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:48994 Archived-At: Am 02.11.2007 um 12:49 schrieb gallows: > foo.c: In function =E2\200\230main=E2\200\231: > foo.c:5: error: =E2\200\230dummy=E2\200\231 undeclared (first use in = this > function) > > My locale use UTF-8 charset. How could I resolve that? Is the *compilation* buffer in UTF-8, too? Starting at the left with =20 ``-u:%*- *compilation*=B4=B4? What you see is the three bytes that make the UTF-8 representation of =20= the typographical quotes =91=92, i.e. #xE2 #x80 #x98, #xE2 #x80 #x99. =20= Could be a (prefer-coding-system 'utf-8) is just missing in ~/.emacs ... or some customisation for compilation =20= mode! -- Greetings Pete Some day we may discover how to make magnets that can point in any =20 direction.