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

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

bug#40126: Acknowledgement (28.0.50; [feature/native-comp] + Org 9.3.6 o


From: Andrea Corallo
Subject: bug#40126: Acknowledgement (28.0.50; [feature/native-comp] + Org 9.3.6 org-with-wide-buffer macro is wrongly treated as function)
Date: Tue, 07 Apr 2020 10:18:34 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Ihor Radchenko <yantar92@gmail.com> writes:

> Hi Andrea,
>
> I am not really familiar with compilation in Emacs, so correct me if I
> misunderstand something.
>
> I have looked through org package files and fount the following line in
> org.el:
>
> (eval-and-compile (require 'org-macs))
>
> I suspect that it supposed to be responsible for loading the macro
> definitions (including org-with-wide-buffer) during byte-compilation.

Hi Ihor,

yes but in org-refile.el there are no requires at all :O

org-refile is always required in other files after org but it can't be
compiled alone correctly if it has no appropriate require in its code.
This applies to byte compilation too.

Andrea

-- 
akrl@sdf.org





reply via email to

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