emacs-devel
[Top][All Lists]
Advanced

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

RE: Loading souce Elisp faster


From: Drew Adams
Subject: RE: Loading souce Elisp faster
Date: Wed, 27 Feb 2013 10:39:35 -0800

> [2] A mode of compilation that ignores ".elc" files in the compilation
> directory, at least when they are older than their source, like any
> other compiler would do.

See `byte-recompile-directory'.  It only compiles files already compiled, and
only those that are younger than their .elc's.

But perhaps you meant something that does what `byte-recompile-directory' does
(recompiles as needed) but also compiles any .el that has never been compiled?

(BTW, I think you meant ignore .elc that are younger, not older, than .el.)




reply via email to

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