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: Pure space overflow (Cygwin) Date: Thu, 18 Oct 2012 06:37:09 +0200 Message-ID: <837gqo2y6i.fsf@gnu.org> References: <507F2B1D.5080302@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1350535065 21613 80.91.229.3 (18 Oct 2012 04:37:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2012 04:37:45 +0000 (UTC) Cc: kbrow1i@gmail.com, emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 18 06:37:51 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 1TOhri-0007Gv-7a for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2012 06:37:50 +0200 Original-Received: from localhost ([::1]:60311 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOhrb-0005Ya-1W for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2012 00:37:43 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOhrY-0005YV-SG for emacs-devel@gnu.org; Thu, 18 Oct 2012 00:37:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOhrX-0007LX-MQ for emacs-devel@gnu.org; Thu, 18 Oct 2012 00:37:40 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:56144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOhrX-0007LR-DY for emacs-devel@gnu.org; Thu, 18 Oct 2012 00:37:39 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MC200I00NAV6Y00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Thu, 18 Oct 2012 06:36:54 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MC200I0QNHH4R30@a-mtaout20.012.net.il>; Thu, 18 Oct 2012 06:36:54 +0200 (IST) In-reply-to: <507F2B1D.5080302@alice.it> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:154401 Archived-At: > Date: Thu, 18 Oct 2012 00:03:09 +0200 > From: Angelo Graziosi > Cc: Ken Brown > > The build of Emacs on Cygwin gives > > Warning (initialization): Building Emacs overflowed pure space. (See > the node Pure Storage in the Lisp manual for details.) > > when starting Emacs. What minimum increase in BASE_PURESIZE, defined on puresize.h, makes this warning go away for you?