Fix visual-order cursor movement when lines are truncated
commita65e00b9f9b486debdbd9ec2fc584ce1967dba44
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Jul 2015 12:17:26 +0000 (18 15:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Jul 2015 12:17:26 +0000 (18 15:17 +0300)
tree3702f1e7e79581594cdffa61add732e42cbf7556
parent166ffcb6c7a012ed5f655d7bb0fad97319ad54fc
Fix visual-order cursor movement when lines are truncated

* src/xdisp.c (Fmove_point_visually): When lines are truncated,
simulate display in a window of infinite width, to allow move_it_*
functions reach positions outside of normal window dimensions.
Remove code that tried to handle a subset of these situations by
manual iteration of buffer text.  (Bug#17777)
src/xdisp.c