aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/PROBLEMS10
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
1997without signifying that the event is synthesized that it does not 1997without signifying that the event is synthesized that it does not
1998matter. 1998matter.
1999 1999
2000*** Programs which use XSendEvent cannot send input events to Emacs.
2001
2002Emacs built to use the X Input Extension cannot receive core input
2003events sent through the SendEvent server request, since these events
2004intercepted by the X server when sent to input extension clients.
2005
2006For such programs to function again, Emacs must be run on an X server
2007where the input extension is disabled, or alternatively be configured
2008with 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.