diff options
author | Po Lu <luangruo@yahoo.com> | 2022-05-27 14:38:44 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-05-27 14:40:43 +0800 |
commit | 34e4eba07ed491d3c01902023df6f15c968117cf (patch) | |
tree | 7523e3ba8a91d0de39e9e4c516503865a0244441 | |
parent | edd11a2c6e4ea37fe8030ca310b1c009d42ed35e (diff) | |
download | emacs-34e4eba07ed491d3c01902023df6f15c968117cf.tar.gz emacs-34e4eba07ed491d3c01902023df6f15c968117cf.tar.bz2 emacs-34e4eba07ed491d3c01902023df6f15c968117cf.zip |
* etc/PROBLEMS: Document problems with PGTK input methods.
-rw-r--r-- | etc/PROBLEMS | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 4224171298e..018efcf3024 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -3025,6 +3025,23 @@ GTK_IM_MODULE. GTK does not allow programs to warp the pointer anymore. There is nothing that can be done about this problem. +** Certain keys such as 'C-S-u' are not reported correctly. + +Some keys with modifiers such as Shift and Control might not be +reported correctly due to incorrectly written GTK input method +modules. This is known to happen to 'C-S-u' and 'C->', which are +misreported as 'C-u' and '>'. + +To disable the use of GTK input methods, evaluate: + + (pgtk-use-im-context nil) + +This will also cause system input methods and features such as the +Compose key to stop working. + +On X Windows, users should not use Emacs configured with PGTK, since +this and many other problems do not exist on the regular X builds. + * Build-time problems ** Configuration |