emacs-devel
[Top][All Lists]
Advanced

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

Re: Something weird with when-let*/if-let*


From: Noam Postavsky
Subject: Re: Something weird with when-let*/if-let*
Date: Sat, 14 Oct 2017 15:55:54 -0400

On Sat, Oct 14, 2017 at 3:13 PM, Eric Abrahamsen
<address@hidden> wrote:

> This sounds pretty likely. What actually determines the order of
> compilation, btw? I can see how the chain of requires spreads out, but I
> don't know where it starts.

I believe the order of compilation is determined only by 'make'; the
requires only tell the compiler to load the elc or el file, not
compile it (and note that a require inside an (eval-when-compile ...)
form will not appear in the elc file).



reply via email to

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