From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: bug#15888: 24.3.50; Eval-after-load eval'ed twice Date: Sun, 17 Nov 2013 08:41:32 -0500 Message-ID: <871u2fgn77.fsf@gmail.com> References: <868uws6lgt.fsf@somewhere.org> <86ob5mxktp.fsf@somewhere.org> <4jppq1ha35.fsf__32040.8881329515$1384535048$gmane$org@fencepost.gnu.org> <87txfdy2cu.fsf@alphaville.bos.redhat.com> <87mwl5jz3q.fsf@gmail.com> <87wqk7hgly.fsf@gmail.com> <87txfbieub.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vi2br-0005Ar-D7 for emacs-orgmode@gnu.org; Sun, 17 Nov 2013 08:42:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vi2bl-0004M4-7c for emacs-orgmode@gnu.org; Sun, 17 Nov 2013 08:41:55 -0500 Received: from plane.gmane.org ([80.91.229.3]:38773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vi2bl-0004Lx-11 for emacs-orgmode@gnu.org; Sun, 17 Nov 2013 08:41:49 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vi2bk-0006zi-8e for emacs-orgmode@gnu.org; Sun, 17 Nov 2013 14:41:48 +0100 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Nov 2013 14:41:48 +0100 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Nov 2013 14:41:48 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Nick Dokos 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