unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: gallows <g4ll0ws@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs charset in compilation (M-x compile)
Date: Fri, 2 Nov 2007 22:01:00 +0100	[thread overview]
Message-ID: <6C4C3D28-A3AA-4009-B834-4E82D59F54B8@Web.DE> (raw)
In-Reply-To: <1194004175.129555.218680@d55g2000hsg.googlegroups.com>


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.

  parent reply	other threads:[~2007-11-02 21:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-02 11:49 Emacs charset in compilation (M-x compile) gallows
2007-11-02 19:40 ` Xah
2007-11-02 21:01 ` Peter Dyballa [this message]
     [not found] ` <mailman.2911.1194037271.18990.help-gnu-emacs@gnu.org>
2007-11-03 12:02   ` gallows

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6C4C3D28-A3AA-4009-B834-4E82D59F54B8@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=g4ll0ws@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).