From: Po Lu Date: Fri, 7 Jan 2022 09:22:14 +0000 (+0800) Subject: Disable new input method behaviour by default on X X-Git-Tag: emacs-29.0.90~3218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=259229bf37e9eba39473c3b9f96f51f1accf80fe;p=emacs.git Disable new input method behaviour by default on X * src/xfns.c (supported_xim_styles): Default to STYLE_NONE. --- diff --git a/src/xfns.c b/src/xfns.c index dbba374d751..fd3b8752449 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -2624,8 +2624,8 @@ xic_free_xfontset (struct frame *f) static const XIMStyle supported_xim_styles[] = { - STYLE_CALLBACK, STYLE_NONE, + STYLE_CALLBACK, STYLE_OVERTHESPOT, STYLE_OFFTHESPOT, STYLE_ROOT