emacs-devel
[Top][All Lists]
Advanced

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

Re: Add a configure option for NATIVE_FULL_AOT?


From: tomas
Subject: Re: Add a configure option for NATIVE_FULL_AOT?
Date: Wed, 18 Aug 2021 19:00:20 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Aug 18, 2021 at 12:48:04PM -0400, Stefan Monnier wrote:
> > Then all would be well: the idea is not for the user to replace the
> > distribution's .eln files, just to override them in case she wants
> > to change the corresponding .el files.
> 
> The way the .eln file naming has been designed is for the .eln files to
> be "transparent", i.e. Emacs first looks for a `.elc` or `.el` file and once
> it finds it, it looks for the corresponding `.eln` file.

Oh, so the .elc file is not searched directly. First, an .el file is
searched, and then, based on its path a corresponding .elc file is
found (or jit-made)? Then, `load-path' is the relevant search order,
right?

> If the `.eln` file it uses does not correspond to the content of the
> `.el` or `.elc` file it found, it means we have a *bug*.

In that case, the "distribution model" would "Just Work"?

Cheers
 - t

Attachment: signature.asc
Description: Digital signature


reply via email to

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