emacs-diffs
[Top][All Lists]
Advanced

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

master 259229bf37 1/3: Disable new input method behaviour by default on


From: Po Lu
Subject: master 259229bf37 1/3: Disable new input method behaviour by default on X
Date: Fri, 7 Jan 2022 04:26:35 -0500 (EST)

branch: master
commit 259229bf37e9eba39473c3b9f96f51f1accf80fe
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Disable new input method behaviour by default on X
    
    * src/xfns.c (supported_xim_styles): Default to STYLE_NONE.
---
 src/xfns.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfns.c b/src/xfns.c
index dbba374d75..fd3b875244 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



reply via email to

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