From: "Colin S. Miller" <no-spam-thank-you@csmiller.demon.co.uk>
To: help-gnu-emacs@gnu.org
Subject: Re: compilation output has many nonprintable characters, what shall I do?
Date: Thu, 18 Dec 2008 22:30:49 +0000 [thread overview]
Message-ID: <494acf13$0$90267$14726298@news.sunsite.dk> (raw)
In-Reply-To: <mailman.3071.1229636933.26697.help-gnu-emacs@gnu.org>
patiobarbecue wrote:
> Dear there,
>
> I use M-x compile, followed by make -k, and the output always contains many
> nonprintable characters like this:
>
> decomp.cpp:460: error: âsetwâ was not declared in this scope
> decomp.cpp:460: error: âsetprecisionâ was not declared in this scope
>
> Any help would be appreciated, thanks!
>
>
Patio,
Try using "LOCALE=C make -k"
without the quotes as your build command.
GCC tries to use smartquotes if locale supports it.
However Emacs tends to get confused with them.
The above command tells GCC that the shell (emacs)
doesn't support smart quotes.
HTH,
Colin S. Miller
--
Replace the obvious in my email address with the first three letters of the hostname to reply.
next parent reply other threads:[~2008-12-18 22:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.3071.1229636933.26697.help-gnu-emacs@gnu.org>
2008-12-18 22:30 ` Colin S. Miller [this message]
2008-12-18 22:37 ` compilation output has many nonprintable characters, what shall I do? Colin S. Miller
2008-12-19 3:41 ` patiobarbecue
2008-12-19 7:29 ` Eli Zaretskii
2008-12-18 21:16 patiobarbecue
2008-12-18 23:00 ` Peter Dyballa
2008-12-19 3:44 ` patiobarbecue
2008-12-19 7:47 ` Eli Zaretskii
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='494acf13$0$90267$14726298@news.sunsite.dk' \
--to=no-spam-thank-you@csmiller.demon.co.uk \
--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.