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: Michael Heerdegen
Subject: Re: Emacs 25.0.94: Is require failing to define macros and functions at compile time?
Date: Thu, 30 Jun 2016 00:07:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (gnu/linux)

Robert Weiner <address@hidden> writes:

> Most of the time the problem is with a macro definition not be defined
> and therefore a macro expansion fails, but sometimes I get undefined
> functions when I can see the function is defined within the required
> file and I know that the path of the file is in load-path at compile
> time.

If the thing is a macro, loading the defining file after byte compiling
is too late, the interpreter then only looks for function definitions,
so you'll get the error of an undefined function as you saw it.


Michael.




reply via email to

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