]> git.eshelyaron.com Git - emacs.git/commit
Fix C-n/C-p when a line starts with an image
authorEli Zaretskii <eliz@gnu.org>
Tue, 15 Dec 2020 17:34:16 +0000 (19:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 15 Dec 2020 17:34:16 +0000 (19:34 +0200)
commit2e7402b760576b54a326fca593c948a73bc3d6d0
treece2909cfa5970415aa04dbdda6aebbd352e9f6b3
parentadf968b9987d6527896e82b284c9a6b2c82fa011
Fix C-n/C-p when a line starts with an image

* src/xdisp.c (move_it_to): Handle the case where the second call
to move_it_in_display_line_to under MOVE_TO_Y takes us farther
from TO_CHARPOS than the first call.  This fixes values returned
by pos-visible-in-window-p and posn-at-point when the screen line
starts with invisible text followed by an image.  (Bug#9092)
src/xdisp.c