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: Compilation mode output is badly displayed Date: Tue, 29 Jan 2008 18:06:41 +0100 Message-ID: <2253D888-A870-401A-B5CB-B4A2495D9226@Web.DE> References: <38b2ab8a0801290351s732210f5k8a2ec2d1b26f0a7b@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1201626659 2281 80.91.229.12 (29 Jan 2008 17:10:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jan 2008 17:10:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Francis Moreau Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 29 18:11:18 2008 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 1JJtzE-00068X-BK for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jan 2008 18:11:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJtyn-0003JM-90 for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jan 2008 12:10:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJtvB-00021x-2x for help-gnu-emacs@gnu.org; Tue, 29 Jan 2008 12:06:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJtv9-00020N-HE for help-gnu-emacs@gnu.org; Tue, 29 Jan 2008 12:06:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJtv9-000206-Bf for help-gnu-emacs@gnu.org; Tue, 29 Jan 2008 12:06:51 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JJtv8-0000dt-Vq for help-gnu-emacs@gnu.org; Tue, 29 Jan 2008 12:06:51 -0500 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id 73CEBD017227; Tue, 29 Jan 2008 18:06:44 +0100 (CET) Original-Received: from [195.4.204.134] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1JJtv2-000490-00; Tue, 29 Jan 2008 18:06:44 +0100 In-Reply-To: <38b2ab8a0801290351s732210f5k8a2ec2d1b26f0a7b@mail.gmail.com> X-Mailer: Apple Mail (2.753) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+LAuAtt27oAhnARsKjivNwHOZS27cdHJjBNq8H 7c0KCrCx0T3AUwV3Xto6G9FlxKXg28lsbmvt0K1imJUyqmcLFs XemY+7n3DpEzXNnyh0mQ== 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:51058 Archived-At: Am 29.01.2008 um 12:51 schrieb Francis Moreau: > drivers/scsi/sata_via.c:1237: error: =E2\200\230struct inode=E2\200\231 > has no member named =E2\200\230i_sem=E2\200\231 You just need to switch your *compilation* buffer to display the =20 contents as UTF-8 contents. ``=E2\200\230=B4=B4 and ``=E2\200\231=B4=B4 = are the =20 byte triplets that make the UTF representation of ``=91=B4=B4 and ``=92=B4= =B4, U=20 +2018 and U+2019. ``=E2\200\230=B4=B4 and ``=E2\200\231=B4=B4 are = equivalent to =20 0xE28098 and 0xE28099. -- Greetings Pete There is no worse tyranny than to force a man to pay for what he does =20= not want merely because you think it would be good for him. =96 Robert Heinlein