From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jashy Newsgroups: gmane.emacs.devel Subject: Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk] Date: Wed, 28 May 2008 04:36:01 -0700 (PDT) Message-ID: <17510675.post@talk.nabble.com> References: <47A381C7.3000003@alice.it> <483D0CD8.70801@alice.it> <17509540.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211974583 25553 80.91.229.12 (28 May 2008 11:36:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 May 2008 11:36:23 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 28 13:37:04 2008 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 1K1Jxi-0006ZF-5Q for ged-emacs-devel@m.gmane.org; Wed, 28 May 2008 13:36:58 +0200 Original-Received: from localhost ([127.0.0.1]:38160 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1Jww-0002B8-PH for ged-emacs-devel@m.gmane.org; Wed, 28 May 2008 07:36:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1Jws-0002Aj-25 for emacs-devel@gnu.org; Wed, 28 May 2008 07:36:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1Jwp-0002AV-Iy for Emacs-devel@gnu.org; Wed, 28 May 2008 07:36:04 -0400 Original-Received: from [199.232.76.173] (port=46967 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1Jwp-0002AS-Fa for Emacs-devel@gnu.org; Wed, 28 May 2008 07:36:03 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:35953) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K1Jwp-0008Nt-AC for Emacs-devel@gnu.org; Wed, 28 May 2008 07:36:03 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K1Jwn-0008H0-LF for Emacs-devel@gnu.org; Wed, 28 May 2008 04:36:01 -0700 In-Reply-To: X-Nabble-From: nanjunjie@gmail.com X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:97889 Archived-At: #define STATIC_HEAP_SIZE (24 * 1024 * 1024) plus the term/x-win, term/w32-win patch works. But I still prefer the solution: #define STATIC_HEAP_SIZE (32 * 1024 * 1024) since it is stupid and simple and may work for longer time in the future if more lisp files added. YAMAMOTO Mitsuharu wrote: > >>>>>> On Wed, 28 May 2008 03:20:15 -0700 (PDT), Jashy >>>>>> said: > >> Just tried >> #define STATIC_HEAP_SIZE (25 * 1024 * 1024) works >> but >> #define STATIC_HEAP_SIZE (24 * 1024 * 1024) NOT > >> So seemly 25 is the key number. > > What happens if you replace > > (load "term/x-win") > > with > > (unless (or (equal (nth 3 command-line-args) "bootstrap") > (equal (nth 4 command-line-args) "bootstrap")) > (load "term/x-win")) > > (and likewise for "term/w32-win") in lisp/loadup.el? > > -- View this message in context: http://www.nabble.com/The-bootstrap-of-Emacs-on-Cygwin-is-broken--Is-also%3A-unicode-branch-is-merged-to-trunk--tp15234948p17510675.html Sent from the Emacs - Dev mailing list archive at Nabble.com.