emacs-devel
[Top][All Lists]
Advanced

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

Re: max-specpdl-size exceeded on "make recompile"


From: Thien-Thi Nguyen
Subject: Re: max-specpdl-size exceeded on "make recompile"
Date: 19 Nov 2004 09:19:31 -0500

Stefan Monnier <address@hidden> 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 via email to

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