bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58791: 28.1.90; current-column returns wrong value


From: Eli Zaretskii
Subject: bug#58791: 28.1.90; current-column returns wrong value
Date: Wed, 26 Oct 2022 17:28:49 +0300

> From: Ihor Radchenko <yantar92@posteo.net>
> Date: Wed, 26 Oct 2022 06:43:36 +0000
> 
> 1. Create a file test.org with the following contents:
> 
> This is a /italic sentence for a buggy/ \alpha\beta\gamma\delta\nu\epsilon 
> paragraph in terms of filling, see, it's not filled yet and still the line 
> above ends early.
> 
> 2. emacs -Q
> 3. Execute
> 
> (setq org-pretty-entities t
>       org-hide-emphasis-markers t
>       fill-column 80)
> 
> 4. Open test.org
> 5. Move point after \epsilon (visually displayed as ɛ)
> 6. Run M-: (current-column)
> 
> Observed result: 72
> Visual column obtained by repetitive C-f: 44

Thanks, should be fixed now.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]