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: Tue, 27 May 2008 19:15:21 -0700 (PDT) Message-ID: <17503984.post@talk.nabble.com> References: <47A381C7.3000003@alice.it> <47A4C54D.5000602@alice.it> <47A4DEC0.8040406@alice.it> <47A5872A.2030601@alice.it> <47A62BFF.6040806@gnu.org> <47A62EBB.80404@alice.it> <47A6CF4A.9050805@alice.it> <47A6EA5D.8020707@alice.it> <47A7C57C.2050402@alice.it> <47A8367D.60803@alice.it> 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 1211940940 28785 80.91.229.12 (28 May 2008 02:15:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 May 2008 02:15:40 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 28 04:16:21 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 1K1BD7-00061v-RU for ged-emacs-devel@m.gmane.org; Wed, 28 May 2008 04:16:18 +0200 Original-Received: from localhost ([127.0.0.1]:53560 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1BCM-0001Sq-HZ for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 22:15:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1BCI-0001Rr-Ia for emacs-devel@gnu.org; Tue, 27 May 2008 22:15:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1BCF-0001QO-Au for Emacs-devel@gnu.org; Tue, 27 May 2008 22:15:25 -0400 Original-Received: from [199.232.76.173] (port=37374 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1BCF-0001QL-4k for Emacs-devel@gnu.org; Tue, 27 May 2008 22:15:23 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:34737) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K1BCE-0007Jc-SC for Emacs-devel@gnu.org; Tue, 27 May 2008 22:15:23 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K1BCD-0008Hv-E8 for Emacs-devel@gnu.org; Tue, 27 May 2008 19:15:21 -0700 In-Reply-To: <47A8367D.60803@alice.it> 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:97855 Archived-At: Seemly the patch does not enter into current emacs CVS. I just tried the patch on Cygwin with current emacs CVS, PASS. Angelo Graziosi-2 wrote: > > ======================================================== > --- sheap.c.orig 2008-01-08 21:44:26.000000000 +0100 > +++ sheap.c 2008-02-04 21:37:57.234375000 +0100 > @@ -26,7 +26,11 @@ > > #include > > -#define STATIC_HEAP_SIZE (12 * 1024 * 1024) > +#ifdef CYGWIN > + #define STATIC_HEAP_SIZE (32 * 1024 * 1024) > +#else > + #define STATIC_HEAP_SIZE (12 * 1024 * 1024) > +#endif > > int debug_sheap = 0; > ======================================================== > -- 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--tp15234948p17503984.html Sent from the Emacs - Dev mailing list archive at Nabble.com.