[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
- Re: Emacs 25.0.94: Is require failing to define macros and functions at compile time?, (continued)
- Re: Emacs 25.0.94: Is require failing to define macros and functions at compile time?, Robert Weiner, 2016/06/29
- Re: Emacs 25.0.94: Is require failing to define macros and functions at compile time?, Davis Herring, 2016/06/29
- RE: Emacs 25.0.94: Is require failing to define macros and functions at compile time?, Drew Adams, 2016/06/29
- Re: Emacs 25.0.94: Is require failing to define macros and functions at compile time?, Robert Weiner, 2016/06/29
- RE: Emacs 25.0.94: Is require failing to define macros and functions at compile time?, Drew Adams, 2016/06/29
- Re: Emacs 25.0.94: Is require failing to define macros and functions at compile time?, John Mastro, 2016/06/29
- RE: Emacs 25.0.94: Is require failing to define macros and functions at compile time?, Herring, Davis, 2016/06/29
- Re: Emacs 25.0.94: Is require failing to define macros and functions at compile time?, Robert Weiner, 2016/06/30
RE: Emacs 25.0.94: Is require failing to define macros and functions at compile time?, Drew Adams, 2016/06/29
Re: Emacs 25.0.94: Is require failing to define macros and functions at compile time?, Michael Heerdegen, 2016/06/29