bug#48937: 13.0.12; Paragraph filling with line that ends in % followed by comment

2021-06-10 Thread Tassilo Horn
>> Right. Should be fixed in git master or with the new definition below. > > Now I do understand that part of the regexp. And it looks good to me. > Thank you very much once again. You are welcome. I'm closing this issue now. Bye, Tassilo ___

bug#48937: 13.0.12; Paragraph filling with line that ends in % followed by comment

2021-06-10 Thread Gustavo Barros
Hi Tassilo, On Thu, 10 Jun 2021 at 02:20, Tassilo Horn wrote: Right. Should be fixed in git master or with the new definition below. Now I do understand that part of the regexp. And it looks good to me. Thank you very much once again. Bye, Gustavo.

bug#48937: 13.0.12; Paragraph filling with line that ends in % followed by comment

2021-06-09 Thread Tassilo Horn
Gustavo Barros writes: Hi Gustavo, >> Indeed, that's a corner case nobody has bothered to handle yet. I've >> pushed a fix to master. Please give it a try. >> >> If you don't have a git checkout handy, you can also `eval-defun' the >> function below containing the fix. > > Thank you very much

bug#48937: 13.0.12; Paragraph filling with line that ends in % followed by comment

2021-06-09 Thread Gustavo Barros
Hi Tassilo, On Wed, 09 Jun 2021 at 16:05, Tassilo Horn wrote: Indeed, that's a corner case nobody has bothered to handle yet. I've pushed a fix to master. Please give it a try. If you don't have a git checkout handy, you can also `eval-defun' the function below containing the fix. Thank

bug#48937: 13.0.12; Paragraph filling with line that ends in % followed by comment

2021-06-09 Thread Tassilo Horn
Gustavo Barros writes: Hi Gustavo, > When a paragraph containing a line whose text ends with a "legit" `\%' > and is followed by a comment, paragraph filling joins the following > paragraph content into the comment, when it shouldn't. Indeed, that's a corner case nobody has bothered to handle

bug#48937: 13.0.12; Paragraph filling with line that ends in % followed by comment

2021-06-09 Thread Gustavo Barros
Hi All, When a paragraph containing a line whose text ends with a "legit" `\%' and is followed by a comment, paragraph filling joins the following paragraph content into the comment, when it shouldn't. An ECM to reproduce the issue is: start `emacs -Q'. Do an initial setup: #+begin_src