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

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

Re: byte-optimize-set causes spurious byte compiler warnings


From: Miles Bader
Subject: Re: byte-optimize-set causes spurious byte compiler warnings
Date: 04 Apr 2003 11:44:59 +0900

Jesper Harder <address@hidden> writes:
> Oh, I didn't know that there was work going on to make lexical scope the
> default for elisp ... that's nice.

Well ... `going on' is perhaps a bit strong.

Also, in this implementation, it wouldn't be the default, each source
file must explicitly specify that it wants to use lexical binding
(which means that all the old crufty code needn't be fixed at once).

If you're curious, you can check out the emacs CVS branch `lexbind' to
see what's there -- interpreted code and the compiler runtime work, the
compiler changes are largely written, but don't work correctly yet.

-Miles
-- 
I'd rather be consing.




reply via email to

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