bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#10034: 24.0.91; max-specpdl-size error


From: Eli Zaretskii
Subject: bug#10034: 24.0.91; max-specpdl-size error
Date: Wed, 16 Nov 2011 06:01:58 +0200

> From: nyc4bos@aol.com
> Date: Tue, 15 Nov 2011 22:43:13 -0500
> Cc: 10034@debbugs.gnu.org
> 
> > Please first try to:
> >
> >  rm lisp/window.elc; make
> >
> > just to make sure you're not seeing the recent "rebuild" problem.
> 
> I'm using the pre-built Emacs Windows build and don't have the
> make utilities on this machine.
> 
> Presumably, this will suffice:
> 
>     emacs -batch -f batch-byte-compile lisp/window.el

No, it will not.  window.elc is preloaded into the emacs.exe binary
you have.  If you recompile window.el as above, it will not be used,
unless you manually load it into Emacs:

  M-x load-library RET window RET

And then it will be used, but as soon as you restart Emacs, you will
have to reload it again, or be left with the old version.





reply via email to

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