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: idn.el and confusables.txt Date: Tue, 21 Jun 2011 16:22:23 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308640984 6136 80.91.229.12 (21 Jun 2011 07:23:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2011 07:23:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 21 09:23:00 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 1QYvIa-0001Tb-4Y for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2011 09:23:00 +0200 Original-Received: from localhost ([::1]:54847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYvIW-00077b-Bu for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2011 03:22:56 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYvI9-00076S-9c for emacs-devel@gnu.org; Tue, 21 Jun 2011 03:22:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYvI7-0006pX-Qx for emacs-devel@gnu.org; Tue, 21 Jun 2011 03:22:32 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:32847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYvI4-0006ot-GY; Tue, 21 Jun 2011 03:22:29 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id p5L7MOX6007956; Tue, 21 Jun 2011 16:22:24 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id p5L7MNDI026875; Tue, 21 Jun 2011 16:22:23 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id p5L7MN6T025131; Tue, 21 Jun 2011 16:22:23 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.71) (envelope-from ) id 1QYvHz-0000pA-Dn; Tue, 21 Jun 2011 16:22:23 +0900 In-Reply-To: (message from Eli Zaretskii on Tue, 21 Jun 2011 02:11:12 -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:140762 Archived-At: In article , Eli Zaretskii writes: > > From: Kenichi Handa > > Cc: emacs-devel@gnu.org > > Date: Tue, 21 Jun 2011 12:29:21 +0900 > > > > Yes, it's possible to add one more define-char-code-property call in > > uni-mirrorred.el. One disadvantage is that you only need > > uni-mirroring property but uni-mirrored property is also loaded. > That should be fine, because both tables are very small. > Btw, this begs a question: should we preload uni-bidi.el and > uni-mirrored.el in Emacs 24? If we don't, it will be loaded right > away on startup, I think, since bidi.c will need it. Stefan, Chong, > WDYT? Isn't it possible to load it where we surely know that the table is necessarily. For instance, in bidi_init_it. --- Kenichi Handa handa@m17n.org