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 18:09:40 -0400

On Wed, Jun 29, 2016 at 6:03 PM, Michael Heerdegen
<address@hidden> wrote:
> Presumably `eval-and-compile', I think, since he also wants to call the
> `require' statements when loading the file.

Yes, that solved things nicely.

On a related note, I like to define variables private to a library at
the end of the library after all functions.  But then the
byte-compiler gives warnings that I am referencing free variables
since it doesn't yet know about the definition.  Is there a way to
have it load the .el version of the file first and then byte-compile
it if that is what I want?

Thanks,

Bob



reply via email to

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