Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong table width calculation for Unicode Combining Diacritical Marks #829

Open
ceving opened this issue Apr 2, 2024 · 0 comments
Open

Comments

@ceving
Copy link

ceving commented Apr 2, 2024

Expected Behavior

This is a table without COMBINING LONG STROKE OVERLAY (0336):

| X |
|---|
| X |

And this is a table with COMBINING LONG STROKE OVERLAY (0336):

| C |
|---|
| ̶X |

They should have the same width.

Actual Behavior

If you press tab in the second table the column becomes twice as wide as necessary.

| C  |
|----|
| ̶X  |

If you put many overlay characters in the table the column gets a wired width.

Steps to Reproduce

See above.

Backtrace

n/a

Software Versions

markdown-mode, version 2.7-alpha
GNU Emacs 29.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-02-27, modified by Debian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant