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

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

bug#15888: 24.3.50; Eval-after-load eval'ed twice


From: Michael Heerdegen
Subject: bug#15888: 24.3.50; Eval-after-load eval'ed twice
Date: Thu, 14 Nov 2013 03:13:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)


Hi Sebastien,

> (with-eval-after-load "org"
>   (message "Eval this when Org is loaded")
>   (sit-for 3)
>   (message ""))
>
> the code block in the `with-eval-after-load' is eval'ed twice whenever an Org
> file is loaded.

Sorry, can't reproduce it, too.

Since you use my log mode: does it maybe say that org has been load
twice?  Are you sure your customization is not related (do you maybe
load org somewhere explicitly?).  Or, the other way round, is your
problem reproducible with emacs -Q?

(Sorry if your screencast answers one of these questions, I can't watch
it currently.)


Thanks,

Michael.






reply via email to

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