From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: idn.el and confusables.txt Date: Tue, 21 Jun 2011 02:11:12 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1308636698 15932 80.91.229.12 (21 Jun 2011 06:11:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2011 06:11:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 21 08:11:35 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 1QYuBR-0006ug-U2 for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2011 08:11:34 +0200 Original-Received: from localhost ([::1]:42806 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYuBQ-0004gm-OP for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2011 02:11:32 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYuB9-0004gR-Ig for emacs-devel@gnu.org; Tue, 21 Jun 2011 02:11:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYuB7-00046P-RG for emacs-devel@gnu.org; Tue, 21 Jun 2011 02:11:15 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYuB7-00046L-Es for emacs-devel@gnu.org; Tue, 21 Jun 2011 02:11:13 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QYuB6-0004u1-8i; Tue, 21 Jun 2011 02:11:12 -0400 In-reply-to: (message from Kenichi Handa on Tue, 21 Jun 2011 12:29:21 +0900) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:140759 Archived-At: > 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?