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: overflow pure space Date: Wed, 05 Jul 2006 14:44:48 -0400 Message-ID: <87sllfj3hb.fsf@stupidchicken.com> References: <87wtas6otw.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1152125078 22872 80.91.229.2 (5 Jul 2006 18:44:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Jul 2006 18:44:38 +0000 (UTC) Cc: bob@rattlesnake.com, emacs-devel@gnu.org, Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 05 20:44:35 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FyCMV-0006dg-9p for ged-emacs-devel@m.gmane.org; Wed, 05 Jul 2006 20:44:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyCMU-0002rr-Mi for ged-emacs-devel@m.gmane.org; Wed, 05 Jul 2006 14:44:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyCMI-0002ri-Us for emacs-devel@gnu.org; Wed, 05 Jul 2006 14:44:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyCMI-0002qs-37 for emacs-devel@gnu.org; Wed, 05 Jul 2006 14:44:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyCMH-0002qi-T9 for emacs-devel@gnu.org; Wed, 05 Jul 2006 14:44:21 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyCMH-0007dO-6w; Wed, 05 Jul 2006 14:44:21 -0400 Original-Received: by cyd (Postfix, from userid 1000) id C28814E2AC; Wed, 5 Jul 2006 14:44:48 -0400 (EDT) Original-To: Eli Zaretskii In-Reply-To: (Eli Zaretskii's message of "Wed, 05 Jul 2006 21:35:33 +0300") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:56596 Archived-At: Eli Zaretskii writes: >> > Warning (initialization): Building Emacs overflowed pure space. >> > (See the node Pure Storage in the Lisp manual for details.) >> > >> > Did someone do something that caused this in the GTK+ version but not >> > in others? >> >> I saw this too, and have checked in a patch to increment puresize. > > I'm not sure that was wise. There's some mystery going on with > puresize; unfortunately I didn't have enough time to finish > investigating it based on Reiner's reports. Perhaps someone could > pick up where I left off and find out the reason(s) for these > disparities. The relevant thread is "Re: PURESIZE increased (again)". FWIW, I think the puresize overflow came from the following change. 2006-07-04 Kenichi Handa * international/mule-cmds.el (set-language-info): If LANG-ENV is the current one, don't call set-language-environment, but call one of set-language-environment-XXX to make INFO effective now. (set-language-environment): Call set-language-environment-XXX functions instead of doing the various setups directly. (set-language-environment-coding-systems): Delete argument eol-type. (set-language-environment-input-method) (set-language-environment-nonascii-translation) (set-language-environment-charset) (set-language-environment-fontset) (set-language-environment-unibyte): New functions.