(check_markers): Check if markers are at character
authorKenichi Handa <handa@m17n.org>
Wed, 28 Oct 1998 07:52:13 +0000 (07:52 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 28 Oct 1998 07:52:13 +0000 (07:52 +0000)
commit9f3ede3ccc877c3be4a56463a4c85f1edd1549b2
tree88b078b2f52068f4a222222b4646227a06a00009
parent3f5409d35bb98c63ce460bac3ca41a8377a49f36
(check_markers): Check if markers are at character
boundry.
(adjust_markers_for_insert): Fix previous change.
(count_combining_before): Don't limit the check at BEGV.
(count_combining_after): Don't limit the check at ZV.
(CHECK_BYTE_COMBINING_FOR_INSERT): New macro.
(insert_1_both): Call CHECK_BYTE_COMBINING_FOR_INSERT.
(insert_from_string_1): Likewise.
(insert_from_buffer_1): Likewise.
(adjust_after_replace): Inhibit bytes combined across region
boundary.  Update end_unchanged correctly.
(replace_range): Call CHECK_BYTE_COMBINING_FOR_INSERT.  Update
end_unchanged correctly.
(del_range_2): Inhibit bytes combined across region boundary.
Update end_unchanged correctly.
src/insdel.c