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: Thu, 22 Nov 2007 21:53:32 +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 1195736048 1927 80.91.229.12 (22 Nov 2007 12:54:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Nov 2007 12:54:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Reiner Steib Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 22 13:54:15 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 1IvBZL-0004Lr-Tj for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 13:54:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvBZ7-0003CM-K9 for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 07:53:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvBZ4-0003BV-Ce for emacs-devel@gnu.org; Thu, 22 Nov 2007 07:53:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvBYz-0003Ah-3g for emacs-devel@gnu.org; Thu, 22 Nov 2007 07:53:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvBYy-0003Ae-Ur for emacs-devel@gnu.org; Thu, 22 Nov 2007 07:53:48 -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 1IvBYy-0003RW-5E for emacs-devel@gnu.org; Thu, 22 Nov 2007 07:53:48 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id lAMCrbL3025108; Thu, 22 Nov 2007 21:53:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id lAMCrbuu013050; Thu, 22 Nov 2007 21:53:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id lAMCrWqT005890; Thu, 22 Nov 2007 21:53:32 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IvBYi-0004j4-Ej; Thu, 22 Nov 2007 21:53:32 +0900 In-reply-to: (message from Reiner Steib on Wed, 21 Nov 2007 20:10:26 +0100) 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:83862 Archived-At: 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. --- Kenichi Handa handa@ni.aist.go.jp