aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/PROBLEMS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 4cd7f6beeb4..991424e5d9a 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1019,6 +1019,17 @@ add mod2 = Mode_switch
1019EOF 1019EOF
1020-------------------------------- 1020--------------------------------
1021 1021
1022* Emacs hangs on KDE when a large portion of text is killed.
1023
1024This happens because KDE intercepts the X clipboard and appears not to
1025notify Emacs properly when it is done. A C-g will not interrupt this:
1026Emacs will print "Quit", but will continue waiting. After a while,
1027Emacs will print a message:
1028
1029 Timed out waiting for property-notify event
1030
1031A workaround is to kill the KDE application called `klipper'.
1032
1022* Emacs compiled with DJGPP for MS-DOS/MS-Windows cannot access files 1033* Emacs compiled with DJGPP for MS-DOS/MS-Windows cannot access files
1023in the directory with the special name `dev' under the root of any 1034in the directory with the special name `dev' under the root of any
1024drive, e.g. `c:/dev'. 1035drive, e.g. `c:/dev'.