]> git.eshelyaron.com Git - emacs.git/commit
* xdisp.c (start_display): Don't reseat to next visible line start
authorKim F. Storm <storm@cua.dk>
Wed, 13 Jul 2005 10:02:42 +0000 (10:02 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 13 Jul 2005 10:02:42 +0000 (10:02 +0000)
commite0e9a80e8b2bb71201afe00b44585a58a08573d5
treec3edc1bdc3faa9eca0991eae951d3caf28f261f4
parente3ea3a51e67a51bfcd1b4f7f53ded25fd3a0507a
* xdisp.c (start_display): Don't reseat to next visible line start
if current start position is in a string or image.
(move_it_vertically_backward): Be sure to move out of strings and
images when moving it2 forward.
(move_it_by_lines): When moving forward, move to next buffer
position if we end up in a string or image.  When moving backward,
count rows moved over when moving to start of current row in case
row starts in middle of a string or image.  Also move further
backward if we end up in a string or image.
(try_cursor_movement): if overlay string spans multiple lines,
move backward to set cursor on start of an overlay string.
(cursor_row_p): Row is ok if cursor is at newline from string, but
string starts on this line (so we always position cursor at start
of string).
src/xdisp.c