comparison etc/PROBLEMS @ 38279:1ded478b3fda

Clarify what's the problem with KDE's klipper applet.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 04 Jul 2001 07:21:27 +0000
parents b4dc62568f31
children 8d7f5ed7deaa
comparison
equal deleted inserted replaced
38278:9e543d761717 38279:1ded478b3fda
1072 EOF 1072 EOF
1073 -------------------------------- 1073 --------------------------------
1074 1074
1075 * Emacs hangs on KDE when a large portion of text is killed. 1075 * Emacs hangs on KDE when a large portion of text is killed.
1076 1076
1077 This happens because KDE intercepts the X clipboard and appears not to 1077 This is caused by a bug in the KDE applet `klipper' which periodically
1078 notify Emacs properly when it is done. A C-g will not interrupt this: 1078 requests the X clipboard contents from applications. Early versions
1079 Emacs will print "Quit", but will continue waiting. After a while, 1079 of klipper don't implement the ICCM protocol for large selections,
1080 Emacs will print a message: 1080 which leads to Emacs being flooded with selection requests. After a
1081 while, Emacs will print a message:
1081 1082
1082 Timed out waiting for property-notify event 1083 Timed out waiting for property-notify event
1083 1084
1084 A workaround is to kill the KDE application called `klipper'. 1085 A workaround is to not use `klipper'.
1085 1086
1086 * Emacs compiled with DJGPP for MS-DOS/MS-Windows cannot access files 1087 * Emacs compiled with DJGPP for MS-DOS/MS-Windows cannot access files
1087 in the directory with the special name `dev' under the root of any 1088 in the directory with the special name `dev' under the root of any
1088 drive, e.g. `c:/dev'. 1089 drive, e.g. `c:/dev'.
1089 1090