From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: ECB and org-mode Date: Tue, 20 Oct 2009 18:14:32 +0200 Message-ID: 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> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0HMA-0003BN-8q for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:14:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0HM5-0003A8-Dj for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:14:41 -0400 Received: from [199.232.76.173] (port=52280 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0HM5-0003A5-71 for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:14:37 -0400 Received: from mail-fx0-f228.google.com ([209.85.220.228]:34544) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0HM4-0002Az-Sx for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 12:14:37 -0400 Received: by fxm28 with SMTP id 28so6644583fxm.42 for ; Tue, 20 Oct 2009 09:14:36 -0700 (PDT) In-Reply-To: <87aazmavvt.wl%ucecesf@ucl.ac.uk> 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: Eric S Fraga Cc: emacs-orgmode@gnu.org On Oct 20, 2009, at 6:11 PM, Eric S Fraga wrote: > At Tue, 20 Oct 2009 12:28:44 +0200, > Carsten Dominik wrote: >> >> Hi Eric, >> >> I have added this code to org.el, please verify that it works because >> I have wrapped >> it into eval-after-load. >> >> Thanks! >> >> - Carsten > > 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. > > Version information: > > Org-mode version 6.31trans (release_6.31.131.g37a7) > GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.16.5) of > 2009-09-14 on raven, modified by Debian > > I am happy to try anything you'd like me to, of course. If I execute > the defadvice directly, everything works just fine. 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 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. - Carsten > > Thanks, > eric - Carsten