diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-05 14:10:30 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-05 14:10:30 -0700 |
commit | 0274862f395807d05585eb6325c5285f1bf775d8 (patch) | |
tree | da85c643cf8040db118538bf7705d2a461ec055a /etc/PROBLEMS | |
parent | f902a6b89e6970eabaaf3c2c1452bf2104e2004b (diff) | |
parent | d08afa1d0339425f03a48e533166a7cadfa66139 (diff) | |
download | emacs-0274862f395807d05585eb6325c5285f1bf775d8.tar.gz |
Merge from origin/emacs-25
d08afa1 * etc/AUTHORS: Update the AUTHORS file
2668500 ;; * ChangeLog.2: ChangeLog update.
7acfaea ; ChangeLog fixes
97d28b4 * admin/authors.el (authors-valid-file-names): Addition.
9ab52f6 * admin/authors.el: Additions.
0e646c7 Warn about Cairo-related problems
bc4c07f Don't let completion break `declare' handling
66f95e0 Adjust match data before calling after-change-funs
52cf0d5 Do not show string-rectangle preview if minibuffer is empty
6a3d031 * etc/PROBLEMS: Add entry about selection problems under Plas...
# Conflicts:
# ChangeLog.2
# src/lisp.h
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r-- | etc/PROBLEMS | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index ebce3e0d46a..11532832c38 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -1039,6 +1039,28 @@ while, Emacs may print a message: A workaround is to not use 'klipper'. Upgrading 'klipper' to the one coming with KDE 3.3 or later also solves the problem. +*** KDE / Plasma 5: Emacs exhausts memory and needs to be killed + +This problem occurs when large selections contain mixed line endings +(i.e. the buffer has LF line endings, but in some parts CRLF is used). +The source of the problem is currently under investigation, older +versions of Emacs up to 24.5 just hang for a few seconds and then +return with the message "Timed out waiting for property-notify event" +as described in the previous note. As a workaround, go to the +settings dialog for the Clipboard widget and select the option "Ignore +Selection". + +Note: Plasma 5 has replaced the separate klipper process from earlier +KDE versions with functionality directly integrated into plasmashell, +so even if you've previously did not use klipper this will affect you. +Also, all configuration you might have done to klipper is not used by +the new Clipboard widget / plasmoid since it uses its own settings. +You can hide the Clipboard widget by removing its entry from the +system tray settings "Extra Items", but it's not clear if the +underlying functionality in plasmashell gets fully disabled as well. +At least a restart of plasmashell is required for the clipboard +history to be cleared. + *** CDE: Frames may cover dialogs they created when using CDE. This can happen if you have "Allow Primary Windows On Top" enabled which |