From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani
> From: Philipp Steph= ani <p.stepha= ni2@gmail.com>
> Date: Mon, 14 Mar 2016 23:03:21 +0000
> Cc: 23009@d= ebbugs.gnu.org
>
> Added a patch. I've had to use latin-1 instead of no-conversion to= prevent resetting the meta mode.
Not sure I understand the problem you had with no-conversion.=C2=A0 Can you=
elaborate?
> --- a/lisp/international/mule.el
> +++ b/lisp/international/mule.el
> @@ -1484,6 +1484,9 @@ set-keyboard-coding-system
>=C2=A0 =C2=A0 (set-keyboard-coding-system-internal coding-system termin= al)
>=C2=A0 =C2=A0 (setq keyboard-coding-system coding-system))
>
> +(gv-define-setter keyboard-coding-system (coding-system &optional= terminal)
> +=C2=A0 `(set-keyboard-coding-system ,coding-system ,terminal))
I don't think you can do that: mule.el is preloaded, while gv.el
isn't.
It isn't a catastrophe to temporarily switch keyboard encoding "th= e
dull way".