From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: ECB and org-mode Date: Tue, 20 Oct 2009 17:24:47 +0100 Message-ID: <874opuav8w.wl%ucecesf@ucl.ac.uk> References: <87k4z0yeqz.wl%ucecesf@ucl.ac.uk> <87y6ng6335.wl%ucecesf@ucl.ac.uk> <87iqehhp2n.wl%ucecesf@ucl.ac.uk> <029BE340-ACD7-44F4-9016-A2158D081B7D@gmail.com> <87aazmavvt.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0HW4-0005ka-Jd for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:24:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0HW0-0005en-OL for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:24:56 -0400 Received: from [199.232.76.173] (port=50829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0HW0-0005eR-I9 for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:24:52 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:56100) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0HW0-0004Aq-2l for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:24:52 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org At Tue, 20 Oct 2009 18:14:32 +0200, Carsten Dominik wrote: > On Oct 20, 2009, at 6:11 PM, Eric S Fraga wrote: [...] > > Sorry Carsten but this doesn't seem to work for me. I am not sure if > > things are being loaded in the wrong order or not. I have tried with > > emacs -q and then loaded org-mode and it still doesn't work. > > [...] > > Ahm, I never use ecb. Is there actually a file ecb.el? Even better: > What is the name of the file that contains the definition of the > function you re trying to advise? The method, ecb-method-clicked, can be found in ecb-method-browser.el, at least on my system. This is loaded by ecb.el through a require statement. > The reason why I want to delay this until needed is because I want to > avoid having to load the entire advice package before it is actually > used. Understood! And a welcome approach given my use of org-mode on very slow computers! HTH!