all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: towi <towitowi@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: linux/gcc, apostrophs display problem
Date: Mon, 23 Feb 2009 05:45:39 -0800 (PST)	[thread overview]
Message-ID: <b4da7ce2-8b52-4111-8dd8-4f54905ae8b9@j35g2000yqh.googlegroups.com> (raw)

Hi,

when gcc prints warnings or errors it puts identifiers in two strange
single-quotes.

When I do "M-x compile" with "gcc textm.c" the apostrophs are printed
fine.

But, when I have a more complex project with automake and libtool and
everything, when I compile "M-x compile" and "make" the apostrophs get
converted somehow so that emacs displays them as octal codes.
For example:

../../../../trunk/src/mediator/Utils/PortingDBMap.cpp:18: warning:
\342\200\230utils::PortingDBMap::entries\342\200\231 should be
initialized in the member initialization list

I realize that the above codes are UTF-8 apostrophs, and when I copy-
pasted them here they even appeared as apostrophs. Therefor, I gather,
the output is still ok in some sense.

But why is it displayed fine this way and quoted the other way? Do I
have to switch the encoding on the "*compilation*" buffer? And how
would I do that? Or can I pass the output through a filter, just
replacing the nasty UTF-8 chars with a simple '-tick? Can I configure
emacs to do this?

Thanks in advance.

tschau, towi.

PS: I am quite versed in Linux and programming in general, but not as
secure in emacs-lisp -- more a copy-and-paste guy in that area... ;-)


             reply	other threads:[~2009-02-23 13:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-23 13:45 towi [this message]
2009-02-28  8:53 ` linux/gcc, apostrophs display problem Vagn Johansen
2009-03-04 15:20   ` towi
2009-03-04 15:37     ` towi

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

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

  git send-email \
    --in-reply-to=b4da7ce2-8b52-4111-8dd8-4f54905ae8b9@j35g2000yqh.googlegroups.com \
    --to=towitowi@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.