From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: encoding problem in temp-buffer Date: Sat, 13 May 2006 22:03:36 +0300 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1147547032 9438 80.91.229.2 (13 May 2006 19:03:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 May 2006 19:03:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 13 21:03:51 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FezP3-00022C-7r for geh-help-gnu-emacs@m.gmane.org; Sat, 13 May 2006 21:03:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FezP2-0000kd-LR for geh-help-gnu-emacs@m.gmane.org; Sat, 13 May 2006 15:03:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FezOt-0000kV-KD for help-gnu-emacs@gnu.org; Sat, 13 May 2006 15:03:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FezOs-0000kD-A0 for help-gnu-emacs@gnu.org; Sat, 13 May 2006 15:03:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FezOs-0000kA-4U for help-gnu-emacs@gnu.org; Sat, 13 May 2006 15:03:38 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FezQt-0001Nu-CK for help-gnu-emacs@gnu.org; Sat, 13 May 2006 15:05:43 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-243-9.inter.net.il [83.130.243.9]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EEG16745 (AUTH halo1); Sat, 13 May 2006 22:03:36 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Uwe Mayer on Sat, 13 May 2006 20:18:25 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35013 Archived-At: > From: Uwe Mayer > Date: Sat, 13 May 2006 20:18:25 +0200 > > when executing "M-x compile" (which executes "make") and I have an error in > my sources emacs shows i.e. the following in the compilation temporary > buffer: > ... > pingpong.cpp: In function \342\200\230int main(int, char**)\342\200\231: > pingpong.cpp:51: error: expected `;' before \342\200\230}\242\200\231 token > ... > > I am disturbed by the \xxx\yyy\zzz characters. I figured something is wrong > with my locale settings - I just don't know which screw to tighten. > > locales are set to "en_GB.UTF-8" (LANG, LC_*), the source file in utf-8 > encoding. Any ideas? Does it help if you type "C-x RET c utf-8 RET" immediately before invoking "M-x compile"?