From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#17169: fails to start with (setq force-load-messages t) in ~/.emacs Date: Wed, 02 Apr 2014 19:29:20 +0300 Message-ID: <83ppkzbspr.fsf@gnu.org> References: <87mwg4awuf.fsf@violet.siamics.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8BIT X-Trace: ger.gmane.org 1396522371 29003 80.91.229.3 (3 Apr 2014 10:52:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2014 10:52:51 +0000 (UTC) Cc: 17169@debbugs.gnu.org To: Ivan Shmakov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 03 12:52:44 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WVeK5-00075K-1y for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Apr 2014 11:52:37 +0200 Original-Received: from localhost ([::1]:39706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVO3Y-0005eO-VN for geb-bug-gnu-emacs@m.gmane.org; Wed, 02 Apr 2014 12:30:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVO3J-0004Wv-Gt for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2014 12:30:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVO3B-0007zk-DX for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2014 12:30:13 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVO3B-0007zc-BZ for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2014 12:30:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WVO3A-0006MR-8w for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2014 12:30:04 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 02 Apr 2014 16:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17169 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17169-submit@debbugs.gnu.org id=B17169.139645615724338 (code B ref 17169); Wed, 02 Apr 2014 16:30:03 +0000 Original-Received: (at 17169) by debbugs.gnu.org; 2 Apr 2014 16:29:17 +0000 Original-Received: from localhost ([127.0.0.1]:33163 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WVO2O-0006KR-6a for submit@debbugs.gnu.org; Wed, 02 Apr 2014 12:29:16 -0400 Original-Received: from mtaout27.012.net.il ([80.179.55.183]:50899) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WVO2K-0006KG-TR for 17169@debbugs.gnu.org; Wed, 02 Apr 2014 12:29:13 -0400 Original-Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0N3E00E00VV3B100@mtaout27.012.net.il> for 17169@debbugs.gnu.org; Wed, 02 Apr 2014 19:26:07 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N3E006I4WBJBAA0@mtaout27.012.net.il>; Wed, 02 Apr 2014 19:26:07 +0300 (IDT) In-reply-to: <87mwg4awuf.fsf@violet.siamics.net> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:87643 Archived-At: > From: Ivan Shmakov > 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.