diff options
| author | Po Lu | 2023-11-04 13:03:27 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-11-04 13:03:27 +0200 |
| commit | 4f0fc3bfda3707fbf7f4296f29b8cfb8b8397390 (patch) | |
| tree | b3fb0c0ff3bcfd9b961bc413417ceba93336c437 /etc/PROBLEMS | |
| parent | 33fae4b02d6ed86487ddd0e75f2b3f5e87f6e137 (diff) | |
| download | emacs-4f0fc3bfda3707fbf7f4296f29b8cfb8b8397390.tar.gz emacs-4f0fc3bfda3707fbf7f4296f29b8cfb8b8397390.zip | |
; Document core input events problems with XInput2
* etc/PROBLEMS: Document problems with XInput2 and core input
events. (Bug#66765)
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index f0efbd6e411..126e876109a 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1997,6 +1997,16 @@ modern X servers have so many other ways to send input to clients | |||
| 1997 | without signifying that the event is synthesized that it does not | 1997 | without signifying that the event is synthesized that it does not |
| 1998 | matter. | 1998 | matter. |
| 1999 | 1999 | ||
| 2000 | *** Programs which use XSendEvent cannot send input events to Emacs. | ||
| 2001 | |||
| 2002 | Emacs built to use the X Input Extension cannot receive core input | ||
| 2003 | events sent through the SendEvent server request, since these events | ||
| 2004 | intercepted by the X server when sent to input extension clients. | ||
| 2005 | |||
| 2006 | For such programs to function again, Emacs must be run on an X server | ||
| 2007 | where the input extension is disabled, or alternatively be configured | ||
| 2008 | with the "--without-xinput2" option. | ||
| 2009 | |||
| 2000 | * Runtime problems on character terminals | 2010 | * Runtime problems on character terminals |
| 2001 | 2011 | ||
| 2002 | ** The meta key does not work on xterm. | 2012 | ** The meta key does not work on xterm. |