emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 25.0.94: Is require failing to define macros and functions at


From: Robert Weiner
Subject: Re: Emacs 25.0.94: Is require failing to define macros and functions at compile time?
Date: Wed, 29 Jun 2016 11:44:20 -0400

On Wed, Jun 29, 2016 at 11:14 AM, Clément Pit--Claudel
<address@hidden> wrote:
> My guess would be that the byte-compiler doesn't run your mapc.

That sounds like it.  Thanks, I will fix the usage.

So maybe the byte-compiler could be made smarter to handle a list of
requires.  If a library has 10 requires, why should we have to write
out require 10 times or add the eval-and-compile call?  Maybe there is
a need for a require-list primitive for such circumstances so that it
is always available at compilation time.

Bob



reply via email to

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