emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs overflowed pure space


From: David Koppelman
Subject: Re: Emacs overflowed pure space
Date: Wed, 21 May 2008 09:00:27 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

I've experienced the same thing too. I don't know if the following
patch is a fix or a workaround.

--- puresize.h.~1.107.~ 2008-05-15 14:49:36.000000000 -0500
+++ puresize.h  2008-05-20 18:33:40.000000000 -0500
@@ -41,7 +41,7 @@ along with GNU Emacs.  If not, see <http
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + 
SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */


Stephen Berman <address@hidden> writes:

> Just updated from CVS HEAD.  After make maintainer-clean && ./configure
> && make bootstrap, emacs -Q -fn "Dejavu Sans Mono-10" elicits the
> warning in the Subject.  (Emacs -Q still bails out with "Font
> `fontset-16' is not defined", as reported previously.)
>
> In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.0) of
> 2008-05-21 on escher
>
> Steve Berman




reply via email to

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