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: Stefan Monnier
Subject: Re: Elpa packages and macro dependencies.
Date: Thu, 16 Oct 2014 15:57:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> Yes, that's what I'm resorting to now. I'm writing the package so that
> it reloads itself before doing anything if `locate-library' returns
> a newer version.
> It's a little annoying that it has to visit a file and check every
> time it's used, but it only happens at byte-compile time, so it's not
> a huge deal.

The idea would be to make this automatic in the byte-compiler, so the
packages don't need to worry about it.

Would you like to work on a patch for that?


        Stefan



reply via email to

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