]> git.eshelyaron.com Git - emacs.git/commit
(next_overlay_string): Fix assert.
authorKim F. Storm <storm@cua.dk>
Fri, 16 Jun 2006 11:53:12 +0000 (11:53 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 16 Jun 2006 11:53:12 +0000 (11:53 +0000)
commitdb600ab1dbf2f0c84e6b82bef80dec3f68326637
tree2cc6530bc1dcc2b8af1b26bf578c37415f9a7291
parentfd00a1e8a3c9228f2050d0736cbf0839d9222d70
(next_overlay_string): Fix assert.
(push_it, pop_it): Handle composition and stretch specific values.
Only handle it->slice in image (for now).
(back_to_previous_visible_line_start): Continue search if newline is
part of a compisition.  Simplify.
(reseat_1): Set it->object to buffer.
(set_iterator_to_next): Set it->object to string or buffer, when
setting it->method to GET_FROM_STRING or GET_FROM_BUFFER.
(next_element_from_composition): Set it->object to buffer if not
from string.
(set_cursor_from_row): Only save start of string if not already
done to handle multiple strings in a row.
src/xdisp.c