Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-12-13 Thread Le Wang
On Fri, Nov 30, 2012 at 9:23 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: I've pushed your changes. Thank you. Btw, have you signed the FSF papers for larger patches? Thanks Nicolas. I have signed assignment papers for Emacs. -- Le

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-12-13 Thread Nicolas Goaziou
Le Wang l26w...@gmail.com writes: Thanks Nicolas. I have signed assignment papers for Emacs. Great. I have added you to the list of contributors, in Worg. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-12-13 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Le Wang l26w...@gmail.com writes: Thanks Nicolas. I have signed assignment papers for Emacs. Great. I have added you to the list of contributors, in Worg. Note: I did not received confirmation from the FSF yet. Le, did you receive it? To be

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-12-13 Thread Le Wang
On Thu, Dec 13, 2012 at 11:15 PM, Bastien b...@altern.org wrote: Nicolas Goaziou n.goaz...@gmail.com writes: Le Wang l26w...@gmail.com writes: Thanks Nicolas. I have signed assignment papers for Emacs. Great. I have added you to the list of contributors, in Worg. Note: I did not received

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-12-13 Thread Bastien
Le Wang l26w...@gmail.com writes: I'm not sure how to check, but I signed it and sent it back a while ago and got a confirmation e-mail from Donald on Aug 9. AFAIK everything is sorted. Okay, thanks for confirming! -- Bastien

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-12-13 Thread Achim Gratz
Le Wang writes: I'm not sure how to check, but I signed it and sent it back a while ago and got a confirmation e-mail from Donald on Aug 9. AFAIK everything is sorted. Did you just get a confirmation of receipt or a confirmation of the papers having been signed and accepted? If the latter,

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-12-13 Thread Le Wang
On Fri, Dec 14, 2012 at 2:09 AM, Achim Gratz strom...@nexgo.de wrote: Le Wang writes: I'm not sure how to check, but I signed it and sent it back a while ago and got a confirmation e-mail from Donald on Aug 9. AFAIK everything is sorted. Did you just get a confirmation of receipt or a

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-12-13 Thread Bastien
Le Wang l26w...@gmail.com writes: I have a signed and accepted PDF. Do you want me to do something with it? Nope, it is fine. Thanks Le! -- Bastien

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-11-30 Thread Nicolas Goaziou
Le Wang l26w...@gmail.com writes: Has anyone had a chance to check this out? Others have run into this problem. I've pushed your changes. Thank you. Btw, have you signed the FSF papers for larger patches? Regards, -- Nicolas Goaziou

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-11-23 Thread Le Wang
Has anyone had a chance to check this out? Others have run into this problem. On Sun, Nov 18, 2012 at 1:49 PM, Le Wang l26w...@gmail.com wrote: On Fri, Nov 9, 2012 at 8:23 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Thank you for your patch. Would you mind adding comments in the function

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-11-17 Thread Le Wang
On Fri, Nov 9, 2012 at 8:23 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Thank you for your patch. Would you mind adding comments in the function in order to explain the need for two pass. Also, you may want to reverse the if test in order to get rid of the progn. I've refactored and added

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-11-08 Thread Le Wang
Can someone take a look at these test cases and if this patch or some other fixes is appropriate? I use org-mode to take lots of notes of source code and this is annoying. On Mon, Nov 5, 2012 at 10:31 PM, Le Wang l26w...@gmail.com wrote: Some tests: Case 1: Start with emacs -Q I insert

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-11-08 Thread Nicolas Goaziou
Hello, Le Wang l26w...@gmail.com writes: Some tests: Case 1: Start with emacs -Q I insert #+begin_src javascript #+end_src with point before #+end_src, I press C-c ' to start editing the source I enter foobar into the source buffer and immediately exit with C-c ' Case 2:

[O] [PATCH] org-edit-special too much space if starting with empty block

2012-11-05 Thread Le Wang
Some tests: Case 1: Start with emacs -Q I insert #+begin_src javascript #+end_src with point before #+end_src, I press C-c ' to start editing the source I enter foobar into the source buffer and immediately exit with C-c ' Case 2: restart with #+begin_src javascript #+end_src