emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add IME status change support on windows natively


From: Eli Zaretskii
Subject: Re: [PATCH] Add IME status change support on windows natively
Date: Mon, 13 Apr 2020 08:47:41 +0300

> Date: Mon, 13 Apr 2020 07:53:00 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> Thanks.  Can you please tell more about the uses of this feature?  How
> would a user of Emacs use this, and what is the effect of using this
> on editing inside Emacs?
> 
> I'm asking because we probably need to say something about this in the
> manual.
> 
> >       (add-hook 'evil-insert-state-entry-hook 'emacs-ime-enable)
> >       (add-hook 'evil-insert-state-exit-hook 'emacs-ime-disable)

Hmm, the answer seems to be that the changes you proposed allow to
turn the IMM on and off at will.  E.g., the above setup turns IMM on
when Evil enters the "insert" mode.  However, Emacs is always in the
"insert" mode, so I wonder why and under what circumstances would an
Emacs user want to turn IMM off?  Perhaps that should happen
automatically in buffers where character keys do not insert
themselves, but are bound to commands, like Dired buffers and buffers
in view-mode and its derivatives?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]