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: Mon, 15 May 2006 06:36:21 +0300 Message-ID: References: <51CA9E7D-E8E7-4883-A574-75824DA5D9D8@Web.DE> <9FB3206F-DE1C-4F6B-A541-5218AB01471D@Web.DE> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1147664851 19661 80.91.229.2 (15 May 2006 03:47:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 May 2006 03:47:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 15 05:47:29 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 1FfU3L-0007UB-RC for geh-help-gnu-emacs@m.gmane.org; Mon, 15 May 2006 05:47:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfU3L-0001vi-C1 for geh-help-gnu-emacs@m.gmane.org; Sun, 14 May 2006 23:47:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FfU3A-0001v6-9Y for help-gnu-emacs@gnu.org; Sun, 14 May 2006 23:47:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FfU37-0001uu-V5 for help-gnu-emacs@gnu.org; Sun, 14 May 2006 23:47:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FfU37-0001ur-Pr for help-gnu-emacs@gnu.org; Sun, 14 May 2006 23:47:13 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FfTuv-0005wA-FG for help-gnu-emacs@gnu.org; Sun, 14 May 2006 23:38:45 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-164-82.inter.net.il [84.228.164.82]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EEO47262 (AUTH halo1); Mon, 15 May 2006 06:36:19 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <9FB3206F-DE1C-4F6B-A541-5218AB01471D@Web.DE> (message from Peter Dyballa on Sun, 14 May 2006 23:42:34 +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:35039 Archived-At: > Cc: help-gnu-emacs@gnu.org > From: Peter Dyballa > Date: Sun, 14 May 2006 23:42:34 +0200 > > > Am 14.05.2006 um 21:46 schrieb Eli Zaretskii: > > >> I have only set LC_CTYPE and LANG to be "de_DE.UTF-8" and do not do > >> 'set-language-environment' in .emacs, and most of my buffers are > >> UTF-8 encoded. > > > > Are using the CVS version of Emacs 22? The OP used 21.x, IIRC. > > This one and 23.0.0, but 21.3.50-20041117 works the same These both are from CVS (21.3.50-20041117 is from before it was decided that the next release will be 22.1). The OP used a released 21.x version, which includes none of the enhancements to text decoding.