From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: size of emacs executable after unicode merge Date: Sun, 09 Nov 2008 15:14:25 -0500 Message-ID: <87iqqwk672.fsf@cyd.mit.edu> References: <200805140351.m4E3pQuE004549@sallyv1.ics.uci.edu> <200805141652.m4EGqikr018644@sallyv1.ics.uci.edu> <200805151529.m4FFTlF1004684@sallyv1.ics.uci.edu> <482D8435.6060407@gnu.org> <20081030101819.GA15223@orion.lan> <200810311507.m9VF7EAl022755@mothra.ics.uci.edu> <873ai7t7fx.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226261689 32193 80.91.229.12 (9 Nov 2008 20:14:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Nov 2008 20:14:49 +0000 (UTC) Cc: rms@gnu.org, emanuele.giaquinta@gmail.com, emacs-devel@gnu.org, dann@ics.uci.edu, Stefan Monnier , evilborisnet@netscape.net, jasonr@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 09 21:15:50 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 1KzGh2-0004w1-Bx for ged-emacs-devel@m.gmane.org; Sun, 09 Nov 2008 21:15:32 +0100 Original-Received: from localhost ([127.0.0.1]:37991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzGfu-0000bx-Pn for ged-emacs-devel@m.gmane.org; Sun, 09 Nov 2008 15:14:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzGfq-0000bf-Ay for emacs-devel@gnu.org; Sun, 09 Nov 2008 15:14:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzGfo-0000bT-JM for emacs-devel@gnu.org; Sun, 09 Nov 2008 15:14:16 -0500 Original-Received: from [199.232.76.173] (port=43859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzGfo-0000bI-7j for emacs-devel@gnu.org; Sun, 09 Nov 2008 15:14:16 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:35350) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KzGfm-0007no-68; Sun, 09 Nov 2008 15:14:14 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id D2C5957E04D; Sun, 9 Nov 2008 15:14:25 -0500 (EST) In-Reply-To: (Kenichi Handa's message of "Thu, 06 Nov 2008 16:56:26 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105507 Archived-At: Kenichi Handa writes: > The problem is that lisp/international/characters.el setups > syntax-table and category-table for many characters by > map-charset-chars. > > Ex: (map-charset-chars #'modify-category-entry 'chinese-gb2312 ?c) > > To know which (Unicode) characters belongs to > chinese-gb2312, Emacs has to load a mapping table. Could you try to describe what needs to be done in more detail? That way, even if you don't have time to implement this, someone else might be able to take a stab at it.