diff options
| -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. |