From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; encoding EURO from greek-iso8859-7 Date: Sat, 24 Nov 2007 11:01:28 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1195869711 25406 80.91.229.12 (24 Nov 2007 02:01:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 02:01:51 +0000 (UTC) Cc: Reiner.Steib@gmx.de, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 24 03:01:57 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IvkLE-0000z4-QU for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 03:01:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvkL0-0005Pk-D3 for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2007 21:01:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvkKw-0005LN-9g for emacs-devel@gnu.org; Fri, 23 Nov 2007 21:01:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvkKu-0005H8-Jq for emacs-devel@gnu.org; Fri, 23 Nov 2007 21:01:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvkKu-0005Gk-Bo for emacs-devel@gnu.org; Fri, 23 Nov 2007 21:01:36 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvkKt-0006gw-GG for emacs-devel@gnu.org; Fri, 23 Nov 2007 21:01:36 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id lAO21TR1024755; Sat, 24 Nov 2007 11:01:29 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id lAO21TFB014441; Sat, 24 Nov 2007 11:01:29 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id lAO21SYn002876; Sat, 24 Nov 2007 11:01:28 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IvkKm-0005n4-A3; Sat, 24 Nov 2007 11:01:28 +0900 In-reply-to: (message from Kenichi Handa on Thu, 22 Nov 2007 21:53:32 +0900) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84020 Archived-At: In article , Kenichi Handa writes: > In article , Reiner Steib writes: > > Prepare this file: > > $ cat /tmp/E-7.el > > (insert (make-char 'greek-iso8859-7 164)) > > Start Emacs in UTF-8 locale: > > LC_ALL=en_US.UTF-8 emacs -Q /tmp/E-7.el > > In Emacs: `M->', `C-x C-e', `C-x C-s'. I get: > > ,---- > > | These default coding systems were tried to encode text > > | in the buffer `E-7.el': > > | undecided-unix mule-utf-8-unix > [...] > Thank you for the report. I think it's a bug of > find_safe_codings in coding.c. I'm now checking what is > wrong. I found that this is because unicode mapping in ucs-tables.el for iso-88590-7 was not up to date. I've just installed a fix. Please try again. --- Kenichi Handa handa@ni.aist.go.jp