(byte_combining_error): New function.
authorKenichi Handa <handa@m17n.org>
Sat, 31 Oct 1998 05:12:07 +0000 (05:12 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 31 Oct 1998 05:12:07 +0000 (05:12 +0000)
commit039af53ac41b632547290f765adaafce91845f0c
tree65ac52bbc751e47b8273ee30321507186205d8ad
parent48839d2ed7f4752ceb3efa350bd90a532c073421
(byte_combining_error): New function.
(CHECK_BYTE_COMBINING_FOR_INSERT): Call byte_combining_error.
(insert_from_string_1): Set *(GPT_ADDR) to 0 before calling
CHECK_BYTE_COMBINING_FOR_INSERT.
(insert_from_buffer_1): Likewise.
(adjust_after_replace): Check the posibility of inhibitted byte
combining correctly.
(replace_range): Before signaling an error for inhibitted byte
combining, recover the buffer in a safe state.
(del_range_2): Check the posibility of inhibitted byte combining
correctly.
src/insdel.c