From: handa@gnu.org (K. Handa)
To: emacs-devel@gnu.org
Subject: improve the behavior of overwrite mode (mainly for CJK users)
Date: Sat, 02 May 2015 11:10:52 +0900 [thread overview]
Message-ID: <87h9rvohjn.fsf@gnu.org> (raw)
I've got a report from a Japanese Emacs user proposing to change the
behavior of self-insert-command in overwrite mode. Provided that we
have something like the following line (CJK double-width characters),
あいうえお
point is at 'あ', and we are in overwrite mode, typing "aaaa" results in:
a a a a お
but typing "\C-uaaaa" results in:
aaaaうえお
The proposal is to make the former attempt result in the same as the
latter. I too agree that it is more intuitive. Attached is the patch
for that. Shall I install it?
next reply other threads:[~2015-05-02 2:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-02 2:10 K. Handa [this message]
2015-05-02 6:43 ` improve the behavior of overwrite mode (mainly for CJK users) Stefan Monnier
2015-05-02 13:43 ` K. Handa
-- strict thread matches above, loose matches on Subject: below --
2015-05-02 2:13 K. Handa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h9rvohjn.fsf@gnu.org \
--to=handa@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).