From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Accented characters, Emacs and Cygwin Date: Fri, 28 Mar 2008 10:01:28 +0100 Message-ID: <47ECB3E8.1050009@alice.it> References: <47DE5A6A.7010105@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206694950 26800 80.91.229.12 (28 Mar 2008 09:02:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2008 09:02:30 +0000 (UTC) Cc: handa@m17n.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 28 10:03:01 2008 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 1JfAUE-0001bw-8i for ged-emacs-devel@m.gmane.org; Fri, 28 Mar 2008 10:02:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfATc-0003tP-GT for ged-emacs-devel@m.gmane.org; Fri, 28 Mar 2008 05:02:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfATI-0003n9-4Z for emacs-devel@gnu.org; Fri, 28 Mar 2008 05:02:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfATE-0003m3-UT for emacs-devel@gnu.org; Fri, 28 Mar 2008 05:01:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfATE-0003m0-Aj for emacs-devel@gnu.org; Fri, 28 Mar 2008 05:01:56 -0400 Original-Received: from smtp-out28.alice.it ([85.33.2.28]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfATD-0005sm-T3 for emacs-devel@gnu.org; Fri, 28 Mar 2008 05:01:56 -0400 Original-Received: from FBCMMO02.fbc.local ([192.168.68.196]) by smtp-out28.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Fri, 28 Mar 2008 10:01:54 +0100 Original-Received: from FBCMCL01B08.fbc.local ([192.168.171.46]) by FBCMMO02.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 28 Mar 2008 10:01:53 +0100 Original-Received: from [82.57.168.147] ([82.57.168.147]) by FBCMCL01B08.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 28 Mar 2008 10:01:29 +0100 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) In-Reply-To: <47DE5A6A.7010105@alice.it> X-OriginalArrivalTime: 28 Mar 2008 09:01:30.0015 (UTC) FILETIME=[4FF5DAF0:01C890B2] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:93684 Archived-At: The problem I described in [1], seems to be solved in recent CVS update. I think this change 2008-03-27 Kenichi Handa * charset.c (Fdefine_charset_internal): Change the way of registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary. makes the difference. Perhaps, what I described is also related to the discussion [2]. Many thanks to the people that contributed to the solution. Cheers, Angelo. --- [1] http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg01861.html [2] http://lists.gnu.org/archive/html/emacs-devel/2008-03/msg02726.html