GNU bug report logs - #10034
24.0.91; max-specpdl-size error

Previous Next

Package: emacs;

Reported by: nyc4bos <at> aol.com

Date: Sun, 13 Nov 2011 04:48:02 UTC

Severity: normal

Tags: moreinfo, unreproducible

Found in version 24.0.91

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: nyc4bos <at> aol.com
Cc: 10034 <at> debbugs.gnu.org, monnier <at> iro.umontreal.ca
Subject: bug#10034: 24.0.91; max-specpdl-size error
Date: Wed, 16 Nov 2011 06:01:58 +0200
> From: nyc4bos <at> aol.com
> Date: Tue, 15 Nov 2011 22:43:13 -0500
> Cc: 10034 <at> 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.




This bug report was last modified 13 years and 54 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.