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: Nicolas Goaziou
Subject: Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice
Date: Sun, 17 Nov 2013 09:59:08 +0100

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.

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


Regards,

-- 
Nicolas Goaziou



reply via email to

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