emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch


From: Jashy
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)

#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 <address@hidden>
>>>>>> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]