[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: More reliable byte compilation, take 45
From: |
Eli Zaretskii |
Subject: |
Re: More reliable byte compilation, take 45 |
Date: |
Tue, 05 Oct 2021 18:41:21 +0300 |
> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: raman@google.com, cpitclaudel@gmail.com, emacs-devel@gnu.org
> Date: Tue, 05 Oct 2021 09:27:24 -0400
>
> > And that's all? Then why not fix that problem right away, it sounds
> > like something that should be easy to fix. (Though I'm not sure I
> > understand why "some other ELisp file was not loaded beforehand" -- is
> > that a case of a missing 'require' or 'eval-when-compile' or somesuch?)
>
> Often the problem is with packages where you basically have to load
> all/most the files before you can call any of its functions (because of
> mutual dependencies between the files) and where the authors never
> compile the code or only ever compile the code from a running session
> where the files have already been loaded.
Wouldn't local no-native-compile be the proper solutions for those
files?
- Re: More reliable byte compilation, take 45, (continued)
- Re: More reliable byte compilation, take 45, Clément Pit-Claudel, 2021/10/04
- Re: More reliable byte compilation, take 45, Lars Ingebrigtsen, 2021/10/04
- Re: More reliable byte compilation, take 45, T.V Raman, 2021/10/04
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/04
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/04
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/04
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/04
- Re: More reliable byte compilation, take 45, Eli Zaretskii, 2021/10/05
- Re: More reliable byte compilation, take 45, Stefan Monnier, 2021/10/05
- Re: More reliable byte compilation, take 45, Adam Porter, 2021/10/05
- Re: More reliable byte compilation, take 45,
Eli Zaretskii <=
Re: More reliable byte compilation, take 45, Steingold, 2021/10/04
Re: More reliable byte compilation, take 45, Steingold, 2021/10/05