[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Source file '.../killer-source.el' newer than byte-compiled file
From: |
Emanuel Berg |
Subject: |
Re: Source file '.../killer-source.el' newer than byte-compiled file |
Date: |
Tue, 23 Apr 2019 20:39:36 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
>> Its purpose is to tell you that Emacs loads
>> a .elc file that is older than the
>> corresponding .el file.
>> See load-prefer-newer.
>
> OK, so I should have that `t'! [...]
>
> Is there a downside to this, assuming the
> latest version is always the better, and
> b.elc *is* compiled eventually?
Wait... there is the obvious downside which
wasn't obvious enough for me to think of!
How can one assume that b.el is better than the
old b.elc *before* it has been compiled?
No, this idea stinks!
a.el should hold it compilation until all its
`require'd files are byte-compiled!
But how is that done?
--
underground experts united
http://user.it.uu.se/~embe8573
- Source file '.../killer-source.el' newer than byte-compiled file, Emanuel Berg, 2019/04/23
- Re: Source file '.../killer-source.el' newer than byte-compiled file, Eli Zaretskii, 2019/04/23
- Re: Source file '.../killer-source.el' newer than byte-compiled file, Emanuel Berg, 2019/04/23
- Re: Source file '.../killer-source.el' newer than byte-compiled file,
Emanuel Berg <=
- Re: Source file '.../killer-source.el' newer than byte-compiled file, Eli Zaretskii, 2019/04/23
- Re: Source file '.../killer-source.el' newer than byte-compiled file, Emanuel Berg, 2019/04/23
- Re: Source file '.../killer-source.el' newer than byte-compiled file, Nick Dokos, 2019/04/23
- Re: Source file '.../killer-source.el' newer than byte-compiled file, Emanuel Berg, 2019/04/23
- Re: Source file '.../killer-source.el' newer than byte-compiled file, Emanuel Berg, 2019/04/23
- Re: Source file '.../killer-source.el' newer than byte-compiled file, Eli Zaretskii, 2019/04/24
- `eval-when-compile' and circular dependencies (was: Re: Source file '.../killer-source.el' newer than byte-compiled file), Emanuel Berg, 2019/04/24
- Re: `eval-when-compile' and circular dependencies (was: Re: Source file '.../killer-source.el' newer than byte-compiled file), Eli Zaretskii, 2019/04/25
- Re: `eval-when-compile' and circular dependencies (was: Re: Source file '.../killer-source.el' newer than byte-compiled file), Emanuel Berg, 2019/04/25
- Re: `eval-when-compile' and circular dependencies (was: Re: Source file '.../killer-source.el' newer than byte-compiled file), Eli Zaretskii, 2019/04/25