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: Fri, 07 Nov 2008 23:10:06 -0500 Message-ID: <87y6zuluxt.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 1226117414 8830 80.91.229.12 (8 Nov 2008 04:10:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Nov 2008 04:10:14 +0000 (UTC) Cc: rms@gnu.org, emanuele.giaquinta@gmail.com, Kenichi Handa , emacs-devel@gnu.org, dann@ics.uci.edu, evilborisnet@netscape.net, jasonr@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 08 05:11:16 2008 connect(): Connection refused 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 1KyfAI-00083Y-VT for ged-emacs-devel@m.gmane.org; Sat, 08 Nov 2008 05:11:15 +0100 Original-Received: from localhost ([127.0.0.1]:55128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kyf9A-00041C-S1 for ged-emacs-devel@m.gmane.org; Fri, 07 Nov 2008 23:10:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kyf96-000414-D1 for emacs-devel@gnu.org; Fri, 07 Nov 2008 23:10:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kyf94-00040R-C2 for emacs-devel@gnu.org; Fri, 07 Nov 2008 23:09:59 -0500 Original-Received: from [199.232.76.173] (port=47292 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kyf94-00040O-5D for emacs-devel@gnu.org; Fri, 07 Nov 2008 23:09:58 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:33685) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kyf92-0001s9-Aq; Fri, 07 Nov 2008 23:09:56 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 2752557E04B; Fri, 7 Nov 2008 23:10:06 -0500 (EST) In-Reply-To: (Stefan Monnier's message of "Fri, 07 Nov 2008 21:42:08 -0500") 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:105453 Archived-At: Stefan Monnier 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. > > I guess that means we need to precompute the category table and other > tables populated in that way, so we can just load them during the dump > without needing to populate the other maps. That doesn't sound like it can be done within the timeframe for the 23.1 release.