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: specifying pure space without editing puresize.h Date: Wed, 03 Oct 2012 19:25:23 +0200 Message-ID: <83a9w3a2nw.fsf@gnu.org> References: <87fw5xqqry.fsf@googlemail.com> <87zk45cap0.fsf@wanadoo.es> <87bogkyoii.fsf@visionobjects.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1349285152 31034 80.91.229.3 (3 Oct 2012 17:25:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2012 17:25:52 +0000 (UTC) Cc: ofv@wanadoo.es, emacs-devel@gnu.org To: Ivan Kanis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 03 19:25:56 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TJShL-0006cG-53 for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2012 19:25:27 +0200 Original-Received: from localhost ([::1]:51596 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJShF-0001vP-HD for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2012 13:25:21 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJSh9-0001gM-50 for emacs-devel@gnu.org; Wed, 03 Oct 2012 13:25:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJSh7-0006Jq-Rq for emacs-devel@gnu.org; Wed, 03 Oct 2012 13:25:15 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:64361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJSh7-0006H0-JA for emacs-devel@gnu.org; Wed, 03 Oct 2012 13:25:13 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MBB00000UZ8JQ00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Wed, 03 Oct 2012 19:25:12 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MBB00MPIV1ZZFH0@a-mtaout22.012.net.il>; Wed, 03 Oct 2012 19:25:12 +0200 (IST) In-reply-to: <87bogkyoii.fsf@visionobjects.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 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:154014 Archived-At: > From: Ivan Kanis > Date: Wed, 03 Oct 2012 09:59:33 +0200 > Cc: emacs-devel@gnu.org >=20 > =C3=93scar Fuentes wrote: >=20 > > This was posted two days ago: > > > > Achim Gratz writes: > > > >> Eli Zaretskii writes: > >>>> Warning (initialization): Building Emacs overflowed pure space= . =20 > >>>> (See the node Pure Storage in the Lisp manual for details.) > >>> > >>> Enlarge BASE_PURESIZE in puresize.h until the warning goes away= . > >> > >> =E2=80=A6or call configure with '-DSYSTEM_PURESIZE_EXTRA=3Dsome_= number' added to > >> CFLAGS. > > >=20 > May it should be documented in the relevant info node? What for? These are temporary situations that exist until the Emacs maintainers get their act together and enlarge the size of the pure storage. This happens once in a year or two, so I see nothing important enough to document here, no more than we should be documenting gazillions of other similar knobs in our headers.