emacs-devel
[Top][All Lists]
Advanced

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

Re: Elpa packages and macro dependencies.


From: Artur Malabarba
Subject: Re: Elpa packages and macro dependencies.
Date: Wed, 10 Dec 2014 16:38:41 -0200

2014-11-13 17:34 GMT+00:00 Stefan Monnier <address@hidden>:
> One other thing: we could probably get something more reliable by doing
> the following:
> 1- before loading the autoloads file (and before updating load-path), get
>    do the `directory-files' call
> 2- use `locate-library' to see which of those files have previous
>    "conflicting" files.
> 3- check in load-history which of those conflicting files have been
>    already loaded.
> 4- then load autoloads and updates load-path.
> 5- then load those files identified at step 3.
>
> Maybe we could use the same mechanism after byte-compilation, so as to
> re-re-load the file after it's been byte-compiled.  Tho this might just
> be asking for trouble.

Ok, I think the current version should adhere to all of this.
Is it ok for me to push to a branch on the origin, or should I just
keep posting patches on this thread?



reply via email to

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