]> git.eshelyaron.com Git - emacs.git/commit
Fix Arabic shaping when column-number-mode is in effect
authorPip Cet <pipcet@gmail.com>
Fri, 5 Jun 2020 12:54:01 +0000 (12:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Jul 2020 16:19:27 +0000 (19:19 +0300)
commitefdd4632c95cc6be6efc099cfed051022fff7a84
tree2786f4588d1edcbdf1b62f0b5e0ff35cd021bb89
parentd5acc509415869bce22c49ae311f2960494a0bdc
Fix Arabic shaping when column-number-mode is in effect

* src/indent.c (scan_for_column, compute_motion): Pass -1,
instead of NEUTRAL_DIR, to 'composition_reseat_it'.
* src/composite.c (composition_reseat_it): Interpret negative
value of BIDI_LEVEL to mean the caller doesn't know what is the
bidi direction of the text.  (Bug#41005)
src/composite.c
src/indent.c