Re: [O] [PATCH] Fix org-outline-overlay-data marker insertion-type

2014-01-19 Thread Sylvain Chouleur
Well seen, here is the new patch, working as well. Thanks -- Sylvain 2014/1/18 Nicolas Goaziou n.goaz...@gmail.com Sylvain Chouleur sylvain.choul...@gmail.com writes: But beg and end are positions, not markers, I am wrong? BEG and END are positions, but `copy-marker' accepts an integer

Re: [O] [PATCH] Fix org-outline-overlay-data marker insertion-type

2014-01-19 Thread Nicolas Goaziou
Hello, Sylvain Chouleur sylvain.choul...@gmail.com writes: Well seen, here is the new patch, working as well. Thank you. If you haven't signed FSF papers, could you add TINYCHANGE at the end of your commit message so I can apply it? Regards, -- Nicolas Goaziou

Re: [O] [PATCH] Fix org-outline-overlay-data marker insertion-type

2014-01-19 Thread Sylvain Chouleur
Done 2014/1/19 Nicolas Goaziou n.goaz...@gmail.com Hello, Sylvain Chouleur sylvain.choul...@gmail.com writes: Well seen, here is the new patch, working as well. Thank you. If you haven't signed FSF papers, could you add TINYCHANGE at the end of your commit message so I can apply it?

Re: [O] [PATCH] Fix org-outline-overlay-data marker insertion-type

2014-01-19 Thread Nicolas Goaziou
Sylvain Chouleur sylvain.choul...@gmail.com writes: Done Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] Fix org-outline-overlay-data marker insertion-type

2014-01-18 Thread Sylvain Chouleur
A little fix on my last patch: set the insertion type to t only for the end bound of the overlay as only this one should move on insertion -- Sylvain 2014/1/15 Sylvain Chouleur sylvain.choul...@gmail.com Hi all, here is a patch that fixes outline visibility saving. The root issue I've

Re: [O] [PATCH] Fix org-outline-overlay-data marker insertion-type

2014-01-18 Thread Nicolas Goaziou
Hello, Sylvain Chouleur sylvain.choul...@gmail.com writes: A little fix on my last patch: Thanks for your patch. A small style comment. +(let ((bound + (cons (move-marker (make-marker) beg) +

Re: [O] [PATCH] Fix org-outline-overlay-data marker insertion-type

2014-01-18 Thread Sylvain Chouleur
But beg and end are positions, not markers, I am wrong? 2014/1/18 Nicolas Goaziou n.goaz...@gmail.com Hello, Sylvain Chouleur sylvain.choul...@gmail.com writes: A little fix on my last patch: Thanks for your patch. A small style comment. +(let ((bound

Re: [O] [PATCH] Fix org-outline-overlay-data marker insertion-type

2014-01-18 Thread Nicolas Goaziou
Sylvain Chouleur sylvain.choul...@gmail.com writes: But beg and end are positions, not markers, I am wrong? BEG and END are positions, but `copy-marker' accepts an integer as its first argument. See its docstring. Regards, -- Nicolas Goaziou