Re: [BUG] Fill-paragraph issue with hidden emphasis markers and composed characters

2022-10-27 Thread Ihor Radchenko
Ihor Radchenko writes: >> 4. Hit M-q (either fill-paragraph or org-fill-paragraph, both have the same >> issue) >> The first line wrongly wraps after "buggy" and leaves a big empty space >> after that, as if the greek letters were not composed. > > Confirmed. > This appears to be Emacs bug

Re: [BUG] Fill-paragraph issue with hidden emphasis markers and composed characters

2022-10-26 Thread Ihor Radchenko
Lucas Viana writes: > Steps to reproduce: > 1. Start emacs -Q (no configuration) > 2. Set some variables: > > (setq org-pretty-entities t > org-hide-emphasis-markers t > fill-column 80) > > 3. Create an empty org-mode buffer with the following paragraph: > "" > This is a /italic

Re: [BUG] Fill-paragraph issue with hidden emphasis markers and composed characters

2021-08-10 Thread Rudolf Adamkovič
On a related note, I recently disabled “org-hide-emphasis-markers,” only to discover that the columns in all my tables that use =mono= text do not line up. Ouch! R+ Lucas Viana writes: Dear list, I'm not sure if this is a general issue with fill-paragraph or with the way org hides

Re: [BUG] Fill-paragraph issue with hidden emphasis markers and composed characters

2021-08-09 Thread Tim Cross
I was able to reproduce this using Emacs 28.0.50 and emacs -Q. It is important to ensure both of the below paragraphs are completely 'unwrapped' i.e. all on one line and then wrap them with M-q. The result seems counter-intuitive to me - the second paragraph with an extra character is wrapped

[BUG] Fill-paragraph issue with hidden emphasis markers and composed characters [9.5 (9.5-b83ae59 @ /home/lucas/.emacs.d/.local/straight/build-28.0.50/org/)]

2021-08-09 Thread Lucas Viana Reis
Hello, I'm not sure if this is a general issue with fill-paragraph or with the way org hides emphasis markers, but I'm facing this problem with bare emacs + org: Steps to reproduce: 1. Start emacs -Q (no configuration) 2. Set some variables: (setq org-pretty-entities t

[BUG] Fill-paragraph issue with hidden emphasis markers and composed characters

2021-08-09 Thread Lucas Viana
Dear list, I'm not sure if this is a general issue with fill-paragraph or with the way org hides emphasis markers, but I'm facing a problem with bare emacs + org. Steps to reproduce: 1. Start emacs -Q (no configuration) 2. Set some variables: (setq org-pretty-entities t