projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fae01d
)
Disable new input method behaviour by default on X
author
Po Lu
<luangruo@yahoo.com>
Fri, 7 Jan 2022 09:22:14 +0000
(17:22 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 7 Jan 2022 09:25:32 +0000
(17:25 +0800)
* src/xfns.c (supported_xim_styles): Default to STYLE_NONE.
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index dbba374d751e0a3edd546ca5e2819d0cd466b7da..fd3b8752449e4e79f07ee98a82e257a622d92d04 100644
(file)
--- 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