GNU bug report logs -
#17169
fails to start with (setq force-load-messages t) in ~/.emacs
Previous Next
Reported by: Ivan Shmakov <ivan <at> siamics.net>
Date: Wed, 2 Apr 2014 09:46:01 UTC
Severity: normal
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 17169 <at> debbugs.gnu.org (full text, mbox):
> From: Ivan Shmakov <ivan <at> siamics.net>
> Date: Wed, 02 Apr 2014 09:45:28 +0000
>
> Package: emacs
>
> As of ad37c460d20, Emacs fails early in startup should ~/.emacs
> set force-load-messages to t. Consider, e. g.:
>
> $ cat < .emacs
> (setq force-load-messages t)
> $ HOME="$PWD" emacs --debug-init
> …^G^G^Gemacs: NSTATICS too small; try increasing and recompiling Emacs.
> $ reset ; stty intr ^C ; ## restore sane tty settings
>
> A version built 2014-03-13 is apparently not affected.
Please provide the full information about your system and build that
is normally reported by "M-x report-emacs-bug RET".
FWIW, I checked this on 2 different systems, and I see at least 350
free slots in the staticvec[] array, before the current value of
NSTATICS will be reached. So I wonder how come on your system you are
so close to the limit that a single extra symbol overflows it.
This bug report was last modified 11 years and 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.