comparison etc/PROBLEMS @ 90054:f2ebccfa87d4

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-709 Update from CVS: src/indent.c (Fvertical_motion): Fix last change. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-710 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-715 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74 Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 08 Dec 2004 05:02:30 +0000
parents e23928ac5a97 a1e4505728bf
children 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
90053:fff5f1a61d92 90054:f2ebccfa87d4
1053 1053
1054 This is caused by a bug in the KDE applet `klipper' which periodically 1054 This is caused by a bug in the KDE applet `klipper' which periodically
1055 requests the X clipboard contents from applications. Early versions 1055 requests the X clipboard contents from applications. Early versions
1056 of klipper don't implement the ICCM protocol for large selections, 1056 of klipper don't implement the ICCM protocol for large selections,
1057 which leads to Emacs being flooded with selection requests. After a 1057 which leads to Emacs being flooded with selection requests. After a
1058 while, Emacs will print a message: 1058 while, Emacs may print a message:
1059 1059
1060 Timed out waiting for property-notify event 1060 Timed out waiting for property-notify event
1061 1061
1062 A workaround is to not use `klipper'. 1062 A workaround is to not use `klipper'. An upgrade to the `klipper' that
1063 comes with KDE 3.3 or later also solves the problem.
1063 1064
1064 *** CDE: Frames may cover dialogs they created when using CDE. 1065 *** CDE: Frames may cover dialogs they created when using CDE.
1065 1066
1066 This can happen if you have "Allow Primary Windows On Top" enabled which 1067 This can happen if you have "Allow Primary Windows On Top" enabled which
1067 seems to be the default in the Common Desktop Environment. 1068 seems to be the default in the Common Desktop Environment.