unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@glug.org>
Cc: emacs-devel@gnu.org
Subject: Re: max-specpdl-size exceeded on "make recompile"
Date: 19 Nov 2004 09:19:31 -0500	[thread overview]
Message-ID: <jkwtwh6hvw.fsf@glug.org> (raw)
In-Reply-To: Stefan Monnier's message of "Thu, 18 Nov 2004 18:57:42 -0500"

Stefan Monnier <monnier@iro.umontreal.ca> writes:

   I'd suggest we bump the default to 1000.

how about changing lisp/Makefile.in to read:

recompile: doit $(lisp)/progmodes/cc-mode.elc
	$(EMACS) $(EMACSOPT) \
	  --eval "(setq max-specpdl-size 900)" \
	  --eval "(batch-byte-recompile-directory 0)" \
	  $(lisp)

this increases it only for "make recompile", by the same
amount of the previous increase (according to ChangeLog.7
it was 300 before becoming 600).

thi

  reply	other threads:[~2004-11-19 14:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-18 21:40 max-specpdl-size exceeded on "make recompile" Thien-Thi Nguyen
2004-11-18 21:25 ` Stefan Monnier
2004-11-18 23:20   ` Thien-Thi Nguyen
2004-11-18 23:57     ` Stefan Monnier
2004-11-19 14:19       ` Thien-Thi Nguyen [this message]
2004-11-19 14:32       ` Thien-Thi Nguyen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jkwtwh6hvw.fsf@glug.org \
    --to=ttn@glug.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).