]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/PROBLEMS: Document problems with PGTK input methods.
authorPo Lu <luangruo@yahoo.com>
Fri, 27 May 2022 06:38:44 +0000 (14:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 27 May 2022 06:40:43 +0000 (14:40 +0800)
etc/PROBLEMS

index 4224171298efca4e1ff5b18ffa0906c621d712e3..018efcf30243674fc764846ff37096d80510a7b5 100644 (file)
@@ -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