* src/xdisp.c (get_overlay_strings_1)
(handle_single_display_spec, push_prefix_prop): Invalidate the
composition information before starting to iterate on a string.
Otherwise we might think in set_iterator_to_next that we are
delivering characters from a composition, and do all kinds of
nonsensical things, like over-step the string end. (Bug#27761)
it->prev_stop = 0;
it->base_level_stop = 0;
it->string_from_display_prop_p = true;
+ it->cmp_it.id = -1;
/* Say that we haven't consumed the characters with
`display' property yet. The call to pop_it in
set_iterator_to_next will clean this up. */
it->multibyte_p = STRING_MULTIBYTE (it->string);
it->method = GET_FROM_STRING;
it->from_disp_prop_p = 0;
+ it->cmp_it.id = -1;
/* Force paragraph direction to be that of the parent
buffer. */
it->stop_charpos = 0;
it->prev_stop = 0;
it->base_level_stop = 0;
+ it->cmp_it.id = -1;
/* Force paragraph direction to be that of the parent
buffer/string. */