On 10/19/2024 2:52 AM, Arthur Elsenaar wrote: > | head  | 1 | 2 | 3 | 4 | > |-------+---+---+---+---| > | apple |   |   |   |   | > | orange |   |   |   |   | > | pear  |   |   |   |   | > | banana |   |   |   |   | > > Table cells are misaligned. > When one hits within a cell, the cells align. However when > global-visual-wrap-prefix-mode is enabled, the cells get > misaligned. It appears a character in the first column gets attributes > added that makes the character span more than one space. Thanks for noticing. This patch should do the trick, I think.