[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66970: 29.1; Overwrite-mode is not working with Korean characters
From: |
Eli Zaretskii |
Subject: |
bug#66970: 29.1; Overwrite-mode is not working with Korean characters |
Date: |
Wed, 08 Nov 2023 15:18:59 +0200 |
> Date: Tue, 7 Nov 2023 08:19:53 +0900
> From: SUKBEOM KIM <sukbeom.kim@gmail.com>
>
> Yes, it is the problem only with typing via an input method.
> I checked that there is no issue if I type Korean characters with iBus
> (I guess this is the 'LEIM' what you mentioned).
It looks like the Korean input methods in Leim don't support Overwrite
mode: they use 'insert' (see 'hangul-insert-character'), whereas
Overwrite mode is supported only by self-insert-command, which
requires to push the characters on the unread-command-events instead
of explicitly inserting them.
Stefan, Kenichi: any ideas or suggestions for how to fix this?
- bug#66970: 29.1; Overwrite-mode is not working with Korean characters, SUKBEOM KIM, 2023/11/06
- bug#66970: 29.1; Overwrite-mode is not working with Korean characters, João Távora, 2023/11/09
- bug#66970: 29.1; Overwrite-mode is not working with Korean characters, Eli Zaretskii, 2023/11/09
- bug#66970: 29.1; Overwrite-mode is not working with Korean characters, Sukbeom Kim, 2023/11/09
- bug#66970: 29.1; Overwrite-mode is not working with Korean characters, Eli Zaretskii, 2023/11/10
- bug#66970: 29.1; Overwrite-mode is not working with Korean characters, Sukbeom Kim, 2023/11/10
- bug#66970: 29.1; Overwrite-mode is not working with Korean characters, João Távora, 2023/11/13
- bug#66970: 29.1; Overwrite-mode is not working with Korean characters, Eli Zaretskii, 2023/11/13