[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.)
- Re: Loading souce Elisp faster, (continued)
- Re: Loading souce Elisp faster, David Engster, 2013/02/26
- RE: Loading souce Elisp faster, Drew Adams, 2013/02/26
- Re: Loading souce Elisp faster, Xue Fuqiao, 2013/02/26
- Re: Loading souce Elisp faster, Stefan Monnier, 2013/02/26
- Re: Loading souce Elisp faster, Lennart Borgman, 2013/02/26
- Re: Loading souce Elisp faster, Richard Stallman, 2013/02/27
- Re: Loading souce Elisp faster, Stefan Monnier, 2013/02/27
- Re: Loading souce Elisp faster, Lennart Borgman, 2013/02/27
- Re: Loading souce Elisp faster, Achim Gratz, 2013/02/27
- Re: Loading souce Elisp faster, Lennart Borgman, 2013/02/27
- RE: Loading souce Elisp faster,
Drew Adams <=
- Re: Loading souce Elisp faster, Achim Gratz, 2013/02/27
- Re: Loading souce Elisp faster, Xue Fuqiao, 2013/02/27
- Re: Loading souce Elisp faster, Kenichi Handa, 2013/02/26
- Re: Loading souce Elisp faster, Richard Stallman, 2013/02/27
- Re: Loading souce Elisp faster, Eli Zaretskii, 2013/02/26
- Re: Loading souce Elisp faster, Richard Stallman, 2013/02/26
- Re: Loading souce Elisp faster, Eli Zaretskii, 2013/02/26
- Re: Loading souce Elisp faster, Stephen J. Turnbull, 2013/02/26
- Re: Loading souce Elisp faster, Andreas Röhler, 2013/02/26