From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani
> From: Philipp Stephani <p.stephani2@gmail.com>
> Date: Sat, 26 Mar 2016 17:31:46 +0000
> Cc: 23= 009-done@debbugs.gnu.org
>
> We still might consider solving the flicker problem for "no-conve= rsion". Honestly I don't understand the
> behavior of the meta mode at all: it seems that for the purpose of rea= d-char the meta-mode is completely
> ignored? If so, would it make sense to use set-keyboard-coding-system-= internal, which doesn't appear to set
> the meta-mode?
Hmm... what does current-input-mode return on HTerm in "emacs -Q"= ?
=C2=A0 I
expect to see a non-nil, non-t value in the 3rd element of its return
value.=C2=A0 If that's so, then testing that value for identity with th= e
one we want to pass to set-input-meta-mode, and avoiding the latter
call if the mode is already what we want, might avoid the flickering.