(adjust_markers_for_insert):
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Mar 1998 23:22:44 +0000 (23:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Mar 1998 23:22:44 +0000 (23:22 +0000)
commit432f78d25bd94515289aa9aa703696380115c166
tree26e14b18da0e147fc38da6e28e8b611b1c828535
parent2a92dc254096feef5abd038e73074b041c9565f8
(adjust_markers_for_insert):
New args COMBINED_AFTER_BYTES, COMBINED_BEFORE_BYTES.  Calls changed.
(insert_1): Call insert_1_both.
(count_combining_before): New function.
(count_combining_after): New function.
(insert_1_both, insert_from_string_1): Handle bytes that combine
with chars adjacent to the inserted text.
(insert_from_buffer_1, replace_range): Likewise.
(adjust_after_replace): New args COMBINED_BEFORE_BYTES, COMBINED_AFTER_BYTES.
src/insdel.c