aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-15 10:51:45 +0000
committerEli Zaretskii2001-06-15 10:51:45 +0000
commit17a37d874c348fe64da02f639c8efaaa721e99d4 (patch)
tree9f880d721249d80b7f439f0f331928e4d1114611 /etc/PROBLEMS
parentce6b1982602629f55ee7bf090021d956dddbb632 (diff)
downloademacs-17a37d874c348fe64da02f639c8efaaa721e99d4.tar.gz
emacs-17a37d874c348fe64da02f639c8efaaa721e99d4.zip
Document problems with KDE's klipper.
Diffstat (limited to 'etc/PROBLEMS')
-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'.