From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: Reminder about feature freeze on Oct 1 Date: Sun, 30 Sep 2012 20:21:21 +0200 Message-ID: <87bogn8j8e.fsf@bzg.ath.cx> References: <87lifshnzs.fsf@bzg.ath.cx> <87fw60ufmo.fsf@bzg.ath.cx> <87sj9z8qsh.fsf@bzg.ath.cx> <834nmfebw5.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349029281 10570 80.91.229.3 (30 Sep 2012 18:21:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Sep 2012 18:21:21 +0000 (UTC) Cc: cyd@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 30 20:21:26 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 1TIO8s-0005Np-LU for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2012 20:21:26 +0200 Original-Received: from localhost ([::1]:45808 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIO8n-0008Kr-7r for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2012 14:21:21 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIO8k-0008Km-SQ for emacs-devel@gnu.org; Sun, 30 Sep 2012 14:21:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIO8j-00085l-Sb for emacs-devel@gnu.org; Sun, 30 Sep 2012 14:21:18 -0400 Original-Received: from mail-wg0-f49.google.com ([74.125.82.49]:51325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIO8h-00084V-6k; Sun, 30 Sep 2012 14:21:15 -0400 Original-Received: by wgbgg4 with SMTP id gg4so1837270wgb.30 for ; Sun, 30 Sep 2012 11:21:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=rKM8WDFodSwLeUomYi6/rITBXrrllwcXvqlvpdy+C+Y=; b=LsBjKqLuCisdyM17XeIqf1vgl2X8E6MsneuKymkEo5unHP6NWtLAohpK1pkiV5/ZQ8 Jg7aKYRZr4sw+VchkjnIHoH3XeWt++rR1ETf7KcMwSRNw9mAfW5ROSiUwCJMNyR/GC40 jlvWi+ru1U0a3/tDzmjjJx5x6rORHNOIk9U8+aGHVrU0c7QY7a0RJEriFe7gHQCR0NAh yBY5mGy1d2Sl0oszz3XuBytvYqkpZAFvEbUOR6ISgARr5jYwUomrplEOwgphop3RfaAJ hMu4fWZ/cq0foNdW8jfBp/qUnZxpR6NsCx91+uvCU0i+lo9b4lxke6P3evIQssCGzYbS gPJw== Original-Received: by 10.180.106.130 with SMTP id gu2mr9526117wib.20.1349029274277; Sun, 30 Sep 2012 11:21:14 -0700 (PDT) Original-Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net. [81.56.68.112]) by mx.google.com with ESMTPS id b7sm12208334wiz.3.2012.09.30.11.21.13 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Sep 2012 11:21:13 -0700 (PDT) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 286A222EDC; Sun, 30 Sep 2012 20:21:21 +0200 (CEST) In-Reply-To: <834nmfebw5.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 30 Sep 2012 18:03:22 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.49 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:153767 Archived-At: Eli Zaretskii writes: >> From: Bastien >> Date: Sun, 30 Sep 2012 17:38:06 +0200 >> Cc: emacs-devel@gnu.org >> >> I just merged Org 7.9.2. >> >> Emacs built fine (running it now) but I got this warning: >> >> Warning (initialization): Building Emacs overflowed pure space. >> (See the node Pure Storage in the Lisp manual for details.) > > Enlarge BASE_PURESIZE in puresize.h until the warning goes away. Okay, thanks. -- Bastien