emacs-devel
[Top][All Lists]
Advanced

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

Re: Lexical binding


From: Eli Zaretskii
Subject: Re: Lexical binding
Date: Fri, 01 Apr 2011 23:42:32 +0300

> From: Stefan Monnier <address@hidden>
> Date: Fri, 01 Apr 2011 13:32:29 -0400
> 
> Just a note that the lexbind branch has been merged into trunk,

I see these when I bootstrap after "bzr up" (on Windows):

  Compiling D:/gnu/bzr/emacs/trunk/lisp/files.el
  In toplevel form:
  D:/gnu/bzr/emacs/trunk/lisp/files.el:2242:1:Error: Lisp nesting exceeds 
`max-lisp-eval-depth'
  Compiling D:/gnu/bzr/emacs/trunk/lisp/filesets.el
  In toplevel form:
  D:/gnu/bzr/emacs/trunk/lisp/filesets.el:1612:1:Error: Lisp nesting exceeds 
`max-lisp-eval-depth'
  Compiling D:/gnu/bzr/emacs/trunk/lisp/startup.el
  In toplevel form:
  D:/gnu/bzr/emacs/trunk/lisp/startup.el:1295:1:Error: Lisp nesting exceeds 
`max-lisp-eval-depth'

And later:

  make[1]: *** No rule to make target `../lisp/files.elc', needed by `DOC'.  
Stop.

I worked around that by compiling these 3 files by hand using a
pre-lexbind Emacs binary.  Then the bootstrap ran to completion.

Strangely enough, once Emacs with lexbind is built, it has no problems
compiling these 3 files.

Does anyone else see this (on Windows or elsewhere)?



reply via email to

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