]> git.eshelyaron.com Git - emacs.git/commit
Fix display of invisible text with opposite directionality
authorEli Zaretskii <eliz@gnu.org>
Sun, 4 Feb 2024 09:45:15 +0000 (11:45 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:06:00 +0000 (12:06 +0100)
commit12bec5045760ed03f21f052df2733323cebb0ab8
treef887a65b84844d15fd93c42d039c6ee1156d364c
parentcb38e4a8b036f55c0dc509470c9f71b4ce0147ea
Fix display of invisible text with opposite directionality

* src/xdisp.c (handle_invisible_prop): Skip invisible text
correctly when it starts at position whose resolved bidi level is
above the base paragraph level.  (Bug#68446)

(cherry picked from commit dd81e767b7782c275af4221fe258fa3d2948724a)
src/xdisp.c