|
| From: | YAMAMOTO Mitsuharu |
| Subject: | Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk] |
| Date: | Wed, 28 May 2008 19:30:46 +0900 |
| User-agent: | Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) |
>>>>> 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?
YAMAMOTO Mitsuharu
address@hidden
| [Prev in Thread] | Current Thread | [Next in Thread] |