Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Carsten Dominik
On Oct 20, 2009, at 6:29 PM, Eric S Fraga wrote: At Tue, 20 Oct 2009 18:22:34 +0200, Carsten Dominik wrote: [...] I think now I just forgot the activate switch. Could you please try again? Ah ha! That did it. Works just fine now. I am not sure I entirely understand what you did (addin

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Eric S Fraga
At Tue, 20 Oct 2009 18:22:34 +0200, Carsten Dominik wrote: [...] > > I think now I just forgot the activate switch. Could you please try > again? Ah ha! That did it. Works just fine now. I am not sure I entirely understand what you did (adding the "activate" bit to the definition) but that'

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Eric S Fraga
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-

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Carsten Dominik
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

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Carsten Dominik
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

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Eric S Fraga
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 a

Re: [Orgmode] ECB and org-mode

2009-10-20 Thread Carsten Dominik
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 On Oct 14, 2009, at 7:18 PM, Eric S Fraga wrote: At Tue, 13 Oct 2009 10:00:29 +0200, Carsten Dominik wrote: [snipped: messages regarding jumping into

Re: [Orgmode] ECB and org-mode

2009-10-14 Thread Eric S Fraga
At Tue, 13 Oct 2009 10:00:29 +0200, Carsten Dominik wrote: > > [snipped: messages regarding jumping into org file from ECB tree buffer and > having the hierarchy displayed] > > If you find a solution, please post, maybe I can install it in org.el, > using eval-after-load (I'm doing this already

Re: [Orgmode] ECB and org-mode

2009-10-13 Thread Eric S Fraga
At Tue, 13 Oct 2009 10:00:29 +0200, Carsten Dominik wrote: > > > On Oct 12, 2009, at 5:31 PM, Eric S Fraga wrote: > > > At Mon, 12 Oct 2009 15:06:24 +0200, > > Carsten Dominik wrote: > >> > >> Hi Eric, > >> > >> you would have to find out which function is the one doing the > >> jumping > >> to

Re: [Orgmode] ECB and org-mode

2009-10-13 Thread Carsten Dominik
On Oct 12, 2009, at 5:31 PM, Eric S Fraga wrote: At Mon, 12 Oct 2009 15:06:24 +0200, Carsten Dominik wrote: Hi Eric, you would have to find out which function is the one doing the jumping to the method. With some luck there will be a hook called after jumping somewhere. With no luck, on

Re: [Orgmode] ECB and org-mode

2009-10-12 Thread Eric S Fraga
At Mon, 12 Oct 2009 15:06:24 +0200, Carsten Dominik wrote: > > Hi Eric, > > you would have to find out which function is the one doing the jumping > to the > method. With some luck there will be a hook called after jumping > somewhere. With no luck, one can still advise this function. A good >

Re: [Orgmode] ECB and org-mode

2009-10-12 Thread Carsten Dominik
Hi Eric, you would have to find out which function is the one doing the jumping to the method. With some luck there will be a hook called after jumping somewhere. With no luck, one can still advise this function. A good function to call for this is org-bookmark-jump-unhide. HTH - Cars

[Orgmode] ECB and org-mode

2009-10-12 Thread Eric S Fraga
Hello! I use ECB-mode when programming, especially for Java. Although I used to have ECB activate and deactivate automatically when entering and leaving programing language modes, I found it annoying. I now simply keep ECB active when I'm programming. As a result, I noticed that org-mode is sup