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

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

bug#74382: `compile-first` Make rule is no longer using `load-prefer-new


From: Eli Zaretskii
Subject: bug#74382: `compile-first` Make rule is no longer using `load-prefer-newer`
Date: Wed, 11 Dec 2024 17:41:08 +0200

> From: Konstantin Kharlamov <Hi-Angel@yandex.ru>
> Cc: 74382@debbugs.gnu.org, acm@muc.de
> Date: Wed, 11 Dec 2024 14:19:45 +0300
> 
> On related note, I am wondering if it may be better to compile
> `COMPILE_FIRST` files all at once?

This has the disadvantage of letting every file you compile inherit
the session into which the previous files were loaded, so they could
be adversely affected.  For example, missing 'require's could be
missed, because the previous file already loaded them.  And there are
more problems like that.

So we prefer to compile each file in a fresh Emacs session.





reply via email to

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