From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: unicode merge failures 2007-10-12 Date: Fri, 12 Oct 2007 15:12:13 -0700 Message-ID: <200710122212.l9CMCD3r024677@oogie-boogie.ics.uci.edu> References: <61d4vlaatb.fsf@fencepost.gnu.org> <470EA52C.9030001@gnu.org> <200710122130.l9CLU7OM022904@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1192228119 26186 80.91.229.12 (12 Oct 2007 22:28:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Oct 2007 22:28:39 +0000 (UTC) Cc: emacs-unicode@gnu.org, emacs-devel@gnu.org, Stefan Monnier , Jason Rumney To: "Miles Bader" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 13 00:28:28 2007 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 1IgSlt-0005GV-LK for ged-emacs-devel@m.gmane.org; Sat, 13 Oct 2007 00:14:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgSlk-0005nQ-Nq for ged-emacs-devel@m.gmane.org; Fri, 12 Oct 2007 18:14:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IgSlh-0005nD-BE for emacs-devel@gnu.org; Fri, 12 Oct 2007 18:14:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IgSlf-0005lh-KR for emacs-devel@gnu.org; Fri, 12 Oct 2007 18:14:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IgSlf-0005lV-Gy for emacs-devel@gnu.org; Fri, 12 Oct 2007 18:14:03 -0400 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IgSlT-0005L5-MH; Fri, 12 Oct 2007 18:13:51 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id l9CMCD3r024677; Fri, 12 Oct 2007 15:12:15 -0700 (PDT) In-Reply-To: (Miles Bader's message of "Sat\, 13 Oct 2007 06\:51\:01 +0900") Original-Lines: 32 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.84, required 5, autolearn=disabled, ALL_TRUSTED -1.44, J_CHICKENPOX_23 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:80750 Archived-At: "Miles Bader" writes: > On 10/13/07, Dan Nicolaescu wrote: > > > > I believe the patch below makes it work (*very* lightly tested). > > > > Can people take a look at it and tell me if it makes sense? > > > > > > Installed, > > > > It's not in CVS, did you install it somewhere else? > > It should be now. Thanks. Does anyone else see a too big data segment size for the unicode-2 binary: size -f objs-HEAD/src/emacs objs-unicode-2/src/emacs text data bss dec hex filename 1534480 4031660 0 5566140 54eebc objs-HEAD/src/emacs 1656770 11663100 0 13319870 cb3ebe objs-unicode-2/src/emacs The first one is from CVS HEAD, the second is from unicode-2 temacs is fine: size -f objs-HEAD/src/temacs objs-unicode-2/src/temacs text data bss dec hex filename 1534480 1212620 257992 3005092 2ddaa4 objs-HEAD/src/temacs 1656770 1209148 261768 3127686 2fb986 objs-unicode-2/src/temacs This is on an FC5 machine.