]> git.eshelyaron.com Git - emacs.git/commit
Fix text direction of the HarfBuzz shaping buffer
authorEli Zaretskii <eliz@gnu.org>
Wed, 2 Jan 2019 15:55:45 +0000 (17:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 2 Jan 2019 15:55:45 +0000 (17:55 +0200)
commit1cef2d7cbea407eaeff5c65e9594e03fabe3bf5e
tree456d095c98137f695d2f6b6cdd94ffd87dee93a7
parent48776b70115edf3775df19d80f734048dadff198
Fix text direction of the HarfBuzz shaping buffer

* src/indent.c (scan_for_column, compute_motion):
* src/xdisp.c (CHAR_COMPOSED_P): Pass PDIR argument to
composition_reseat_it.
* src/composite.c (composition_reseat_it): Accept an
additional argument PDIR that provides the current paragraph's
base direction; all callers changed.  Use PDIR to fix
calculation of the DIRECTION argument to autocmp_chars.
(Bug#33944)
* src/composite.h: Include dispextern.h.
(composition_reseat_it): Update prototype.
src/composite.c
src/composite.h
src/indent.c
src/xdisp.c