Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-22 Thread Bastien
Hi Ian, Ian Kelling writes: > I would be happy to write the patch for this, if we agree. Anything that gets rid of advice is good, we agree on this. If you have time, please start sketching out the patch so that we can discuss how to replace some of the advice by internal Org functions. Note t

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-22 Thread Ian Kelling
Bastien writes: > Hi Sébastien, > > Sebastien Vauban > writes: > >> Even if the goal is desirable, I thought that we may not add defadvice >> in Emacs sources. > > True that, we need to clean things up. > > The route I will take is to apply Ian patch on master and then to > move all advising cod

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-22 Thread Bastien
Hi Ian, Ian Kelling writes: > Yes, I agree. They want to use C-u C-SPC to go to hidden parts. I've > updated the patch to advise pop-to-mark-command instead. It is attached. Thanks, applied, I added a fullstop at the end of the Changelog commit. As explain in my reply to Sébastien, I will move

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-22 Thread Bastien
Hi Sébastien, Sebastien Vauban writes: > Even if the goal is desirable, I thought that we may not add defadvice > in Emacs sources. True that, we need to clean things up. The route I will take is to apply Ian patch on master and then to move all advising code into a separate org-advice.el li

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-22 Thread Sebastien Vauban
Bastien wrote: > Hi Ian, > > Please send me your public key so that I can give you access to the > org-mode and worg repositories. > > Ian Kelling writes: > >> From 9191e4a364e251119cf8b7c72e41f6c0d09583f2 Mon Sep 17 00:00:00 2001 >> Message-ID: <87ha5aqa93@treetowl.lan> >> MIME-Version: 1.0 >

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-21 Thread Ian Kelling
Bastien writes: > The formatting of the Changelog message not good. > > It should be > > * org.el: Advise commands which jump to the mark. > > See http://orgmode.org/worg/org-contribute.html and example in > the git logs. > My mistake. Fixed in the attached patch. >> +(eval-after-load "simple" >

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-21 Thread Bastien
Hi Ian, Please send me your public key so that I can give you access to the org-mode and worg repositories. Ian Kelling writes: > From 9191e4a364e251119cf8b7c72e41f6c0d09583f2 Mon Sep 17 00:00:00 2001 > Message-ID: <87ha5aqa93@treetowl.lan> > MIME-Version: 1.0 > Content-Type: text/plain > >

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-21 Thread Ian Kelling
Bastien writes: > Hi Ian, > > Ian Kelling writes: > >> I posted this patch in September. It seems it was forgotten. > > I missed it as the time. > >> I posted it again on April 30th, nothing yet. I also have another >> patch thats been sitting on the list for a few weeks now after >> having a d

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-20 Thread Bastien
Hi Ian, Ian Kelling writes: > I posted this patch in September. It seems it was forgotten. I missed it as the time. > I posted it again on April 30th, nothing yet. I also have another > patch thats been sitting on the list for a few weeks now after > having a discussion and a positive respons

Re: [O] [PATCH] Make the point visible when jumping to the mark

2014-05-20 Thread Ian Kelling
> From 9191e4a364e251119cf8b7c72e41f6c0d09583f2 Mon Sep 17 00:00:00 2001 > Message-ID: <87ha5aqa93@treetowl.lan> > MIME-Version: 1.0 > Content-Type: text/plain > > *lisp/org.el: Advise commands which jump to the mark > --- > > There are several non-org commands that jump to a location and would

[O] [PATCH] Make the point visible when jumping to the mark

2014-04-30 Thread Ian Kelling
>From 9191e4a364e251119cf8b7c72e41f6c0d09583f2 Mon Sep 17 00:00:00 2001 Message-ID: <87ha5aqa93@treetowl.lan> MIME-Version: 1.0 Content-Type: text/plain *lisp/org.el: Advise commands which jump to the mark --- There are several non-org commands that jump to a location and would be unwieldy if

Re: [O] [PATCH] Make the point visible when jumping to the mark

2013-09-15 Thread Ian Kelling
Updated patch. Tiny commit message format fix. >From c46db11ffe0cc0f9b4fbd5a1ede2b4be0175 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 15 Sep 2013 00:32:08 -0700 Subject: [PATCH] Make the point visible when jumping to the mark * lisp/org.el: advise `pop-global-mark', `exchange-point

[O] [PATCH] Make the point visible when jumping to the mark

2013-09-15 Thread Ian Kelling
An example of the problem: * headline-1 ** one of many headlines I want to remain folded... ** headline *** headline The point starts here. I set a mark on this line. Then I fold headline-1. This becomes invisible. * headline-2 I move the point here. After I'm done here, I want to go back to my m