Re: [PATCH] Fix org-[beginning|end]-of-line with arguments

2023-11-07 Thread Tomohisa Kuranari
Thank you for your detailed review and the merge of my patch. I’m so glad to contribute to org-mode! -- Tomohisa Kuranari Email: tomohisa.kuran...@gmail.com

Re: [PATCH] Fix org-[beginning|end]-of-line with arguments

2023-11-07 Thread Ihor Radchenko
Bastien Guerry writes: >>> Finally, the copyright assignment process was completed on 2023/09/20. >> >> Bastien, may you please check FSF records? > > Done, I confirm Tomohisa Kuranari's record is okay. Thanks for checking. Now, I can apply the patch. Applied, onto bugfix.

Re: [PATCH] Fix org-[beginning|end]-of-line with arguments

2023-11-07 Thread Bastien Guerry
Ihor Radchenko writes: > Tomohisa Kuranari writes: > >> Finally, the copyright assignment process was completed on 2023/09/20. > > Bastien, may you please check FSF records? Done, I confirm Tomohisa Kuranari's record is okay. -- Bastien Guerry

Re: [PATCH] Fix org-[beginning|end]-of-line with arguments

2023-11-07 Thread Ihor Radchenko
Tomohisa Kuranari writes: > Finally, the copyright assignment process was completed on 2023/09/20. Bastien, may you please check FSF records? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: [PATCH] Fix org-[beginning|end]-of-line with arguments

2023-10-08 Thread Tomohisa Kuranari
Hi, Ihor Thank you for your feedback. I found your guidance on writing a clearer message, quoting Elisp symbols, and the insights about indentation rules to be particularly valuable. Not using line-number-at-pos is truly a great suggestion. I've reworked the patch and also revised the commit

Re: [PATCH] Fix org-[beginning|end]-of-line with arguments

2023-10-05 Thread Ihor Radchenko
倉成智久 writes: > In the current implementation, org-special-ctrl-a/e may not operate as > expected. > For example, executing (org-beginning-of-line 2) relocates the cursor > to the start of the line, rather than after the heading symbols even > if org-special-ctrl-a/e is t. > (Movements to prior

[PATCH] Fix org-[beginning|end]-of-line with arguments

2023-09-26 Thread 倉成智久
Hello, I have created a patch to fix an issue concerning the org-beginning-of-line and org-end-of-line functions with arguments. In the current implementation, org-special-ctrl-a/e may not operate as expected. For example, executing (org-beginning-of-line 2) relocates the cursor to the start of