emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice


From: Nick Dokos
Subject: Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice
Date: Sun, 17 Nov 2013 08:41:32 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Nicolas Goaziou <address@hidden> writes:

> Hello,
>
> Nick Dokos <address@hidden> writes:
>
>> I started emacs with 
>>
>>   emacs -Q -L ~/src/emacs/org/org-mode/lisp -l double-load.el
>>
>> where double-load.el looks like this:
>>
>>
>> (defun foobar ()
>>   (message "LOADED") (sit-for 3) (message ""))
>>
>> (setq org-load-hook (function foobar))
>>
>> and edebugged foobar. Then I did a C-x C-f foo.org. It stopped twice
>> at foobar and I got backtraces (this is with the version that includes
>> the change you suggested above). The first time it stopped, the backtrace
>> looked like this:
>
> Thank you. The problem should now be fixed.
>

Confirm.

> Though, at some point, we will need a clear loading scheme. We're still
> on thin ice.
>
>
> Regards,

-- 
Nick




reply via email to

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