]> git.eshelyaron.com Git - emacs.git/commit
Allow controlling the X input method style
authorPo Lu <luangruo@yahoo.com>
Fri, 7 Jan 2022 07:38:12 +0000 (15:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 7 Jan 2022 07:38:12 +0000 (15:38 +0800)
commit1229bd811867cc2ba5f569aa08e798b17ac76daf
tree8f458233a7c258010a3cfc8688b8adb82b1dbc81
parent808f69bf7a4e7c5cc58762786fd856f7a138a2f3
Allow controlling the X input method style

* doc/emacs/xresources.texi (Table of Resources): Document new
resource `inputStyle'.
* etc/NEWS: Announce new resource.

* src/xfns.c (create_frame_xic): Give the display info to
`best_xim_style'.
(best_xim_style): Take the display's preferred style into
account.

* src/xterm.c (x_term_init): Parse the preferred style if
inputStyle is set.

* src/xterm.h (struct x_display_info): New field
`preferred_xim_style'.

(STYLE_OFFTHESPOT, STYLE_OVERTHESPOT, STYLE_ROOT):
(STYLE_CALLBACK, STYLE_NONE): New macros.
doc/emacs/xresources.texi
etc/NEWS
src/xfns.c
src/xterm.c
src/xterm.h