# HG changeset patch # User Eli Zaretskii # Date 992602305 0 # Node ID 647c8404a67005fe6aaef4c3542056e5ac54f193 # Parent 3d4a43468e1fb7551eac832ebeedbef1c9b5d5b0 Document problems with KDE's klipper. diff -r 3d4a43468e1f -r 647c8404a670 etc/PROBLEMS --- a/etc/PROBLEMS Fri Jun 15 10:16:29 2001 +0000 +++ b/etc/PROBLEMS Fri Jun 15 10:51:45 2001 +0000 @@ -1019,6 +1019,17 @@ EOF -------------------------------- +* Emacs hangs on KDE when a large portion of text is killed. + +This happens because KDE intercepts the X clipboard and appears not to +notify Emacs properly when it is done. A C-g will not interrupt this: +Emacs will print "Quit", but will continue waiting. After a while, +Emacs will print a message: + + Timed out waiting for property-notify event + +A workaround is to kill the KDE application called `klipper'. + * Emacs compiled with DJGPP for MS-DOS/MS-Windows cannot access files in the directory with the special name `dev' under the root of any drive, e.g. `c:/dev'.