help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs charset in compilation (M-x compile)


From: Peter Dyballa
Subject: Re: Emacs charset in compilation (M-x compile)
Date: Fri, 2 Nov 2007 22:01:00 +0100


Am 02.11.2007 um 12:49 schrieb gallows:

foo.c: In function â\200\230mainâ\200\231:
foo.c:5: error: â\200\230dummyâ\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 ``-u:%*- *compilation*´´?

What you see is the three bytes that make the UTF-8 representation of the typographical quotes ‘’, i.e. #xE2 #x80 #x98, #xE2 #x80 #x99. Could be a

        (prefer-coding-system    'utf-8)

is just missing in ~/.emacs ... or some customisation for compilation mode!

--
Greetings

  Pete

Some day we may discover how to make magnets that can point in any direction.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]