help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Org-store-link in Gnus summary fails


From: Michael Heerdegen
Subject: Re: Org-store-link in Gnus summary fails
Date: Sat, 11 Nov 2017 18:06:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Narendra Joshi <narendraj9@gmail.com> writes:

> Re-evaluating the org function that refers the macro fixes it. If the
> macro definition had been loaded when the file was compiled, how does
> it make funcall work on the macro anyways?

AFAICT, that's a difference between interpreted and compiled Elisp code:
symbols in compiled code can't refer to macros - these must be expanded
when code is compiled.  You get a compiler error ("unknown function")
when macro definitions are not loaded, so this is not that hard to
catch.


Michael.



reply via email to

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