[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
- [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice, (continued)
- Message not available
- Message not available
- Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice, Nick Dokos, 2013/11/19
- Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice, Nicolas Goaziou, 2013/11/23
- Message not available
- Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice, Nick Dokos, 2013/11/15
- Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice, Nicolas Goaziou, 2013/11/15
- Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice, Nick Dokos, 2013/11/16
- Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice, Nick Dokos, 2013/11/16
- Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice,
Nicolas Goaziou <=
- Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice, Nick Dokos, 2013/11/17
- Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice, Nick Dokos, 2013/11/17
Re: [O] bug#15888: 24.3.50; Eval-after-load eval'ed twice, Sebastien Vauban, 2013/11/19