Fix bug #11464 with pos-visible-in-window-p and R2L text in L2R paragraph.
commitc8fb9dc689cdd9facc56d7220bdf3bb5864231f0
authorEli Zaretskii <eliz@gnu.org>
Sun, 13 May 2012 18:22:35 +0000 (13 21:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 May 2012 18:22:35 +0000 (13 21:22 +0300)
tree76623f795a8a3c8714a60dfc621258600f760e12
parentac268e6786fbbb4eeb5b069b462bfb9c29272c67
Fix bug #11464 with pos-visible-in-window-p and R2L text in L2R paragraph.

 src/xdisp.c (pos_visible_p): Don't report a position visible when move_it_to
 stopped at the last line of window, which happens to be scanned
 backwards by the bidi iteration.
src/ChangeLog
src/xdisp.c