aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorEli Zaretskii2023-11-11 05:31:52 -0500
committerEli Zaretskii2023-11-11 05:31:52 -0500
commitc9d7740574758d47c8864cbada5fd2a2b2ee8911 (patch)
tree8afa0f3ec91bb42f17603fbb5e1d15f9d6be9395 /etc/PROBLEMS
parent45942508141bbeacd00479599e21592af42253bd (diff)
parentce0ebb91f25847ebaa2745f47413df24a60f051c (diff)
downloademacs-c9d7740574758d47c8864cbada5fd2a2b2ee8911.tar.gz
emacs-c9d7740574758d47c8864cbada5fd2a2b2ee8911.zip
Merge from origin/emacs-29
ce0ebb91f25 Improve documentation of read syntax and printed represen... 81f84b00a5d ; * doc/lispref/modes.texi (Other Font Lock Variables): A... 434592b0746 ; * lisp/dired.el (dired-use-ls-dired): Doc fix (bug#67053). fe000236cf2 Improve documentation of signaling errors in batch mode 103ca678ac1 Fix treesit-simple-indent-presets docstring (bug#67007) b7871cefe7b Prevent an infinite loop in todo-mode (bug#66994) fa8cc4c9ee2 Fix cmake-ts-mode indentation (Bug#66845) 5bdc61bc0ef Update to Org 9.6.11 18e2de1bec9 ; * lisp/bindings.el (right-word, left-word): Doc fix. 4f0fc3bfda3 ; Document core input events problems with XInput2
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index dfc34a4eaca..ebecf50d26b 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2017,6 +2017,16 @@ modern X servers have so many other ways to send input to clients
2017without signifying that the event is synthesized that it does not 2017without signifying that the event is synthesized that it does not
2018matter. 2018matter.
2019 2019
2020*** Programs which use XSendEvent cannot send input events to Emacs.
2021
2022Emacs built to use the X Input Extension cannot receive core input
2023events sent through the SendEvent server request, since these events
2024intercepted by the X server when sent to input extension clients.
2025
2026For such programs to function again, Emacs must be run on an X server
2027where the input extension is disabled, or alternatively be configured
2028with the "--without-xinput2" option.
2029
2020* Runtime problems on character terminals 2030* Runtime problems on character terminals
2021 2031
2022** The meta key does not work on xterm. 2032** The meta key does not work on xterm.