From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: handa Newsgroups: gmane.emacs.devel Subject: Re: idn.el and confusables.txt Date: Wed, 18 May 2011 16:59:15 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1305705574 10654 80.91.229.12 (18 May 2011 07:59:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 May 2011 07:59:34 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 18 09:59:26 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QMbfC-0002uV-If for ged-emacs-devel@m.gmane.org; Wed, 18 May 2011 09:59:26 +0200 Original-Received: from localhost ([::1]:54480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMbfB-0006ef-MC for ged-emacs-devel@m.gmane.org; Wed, 18 May 2011 03:59:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMbf8-0006ea-Oq for emacs-devel@gnu.org; Wed, 18 May 2011 03:59:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMbf7-0000Vs-TA for emacs-devel@gnu.org; Wed, 18 May 2011 03:59:22 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:53100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMbf6-0000VC-2X; Wed, 18 May 2011 03:59:20 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id p4I7xFRA007914; Wed, 18 May 2011 16:59:16 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id p4I7xFpv008572; Wed, 18 May 2011 16:59:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id p4I7xFmo025165; Wed, 18 May 2011 16:59:15 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.71) (envelope-from ) id 1QMbf1-00008m-5T; Wed, 18 May 2011 16:59:15 +0900 In-Reply-To: (message from Eli Zaretskii on Wed, 18 May 2011 03:38:31 -0400) X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-Received-From: 150.29.246.133 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139480 Archived-At: In article , Eli Zaretskii writes: > AFAIK, this needs a change in how uni-mirrored.el is generated, > because UnicodeData.txt doesn't include the necessary information. So > admin/unidata/unidata-gen.el's way of gleaning the info from > UnicodeData.txt is not appropriate for such a change. > Maybe we should simply expose to Lisp the table built from > BidiMirroring.txt, which bidi.c already creates and uses. Now there are several *.txt files that can't be delived from UnicodeData.txt, and I want to provide Emacs the facility to utilize all such Unicode data. For that, I want to improve unidata-gen.el to handle those data files. But, at first, I'll work on improving C interface to uni-*.el. --- Kenichi Handa handa@m17n.org