unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: gallows <g4ll0ws@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs charset in compilation (M-x compile)
Date: Sat, 03 Nov 2007 05:02:24 -0700	[thread overview]
Message-ID: <1194091344.413496.35320@50g2000hsm.googlegroups.com> (raw)
In-Reply-To: <mailman.2911.1194037271.18990.help-gnu-emacs@gnu.org>

On 2 Nov, 22:01, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
> 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!
>

I found an error in my ~/.emacs, there was a '(current-language-
environment "Latin-1")', which was obviously incorrect for my env
setup. Now it's okay and works smoothly.

Thanks,

s.

      parent reply	other threads:[~2007-11-03 12:02 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
     [not found] ` <mailman.2911.1194037271.18990.help-gnu-emacs@gnu.org>
2007-11-03 12:02   ` gallows [this message]

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=1194091344.413496.35320@50g2000hsm.googlegroups.com \
    --to=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).