aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-01-27 17:26:29 +0200
committerEli Zaretskii2018-01-27 17:26:29 +0200
commit8cb4ffb26208b855729aadc09b0e5a9306930c7b (patch)
treebcb50e7949e37c0bdc8dca8a08200e714fbef775
parentfd10070bf20dd73825ad3b3d4e7cd56306154034 (diff)
downloademacs-8cb4ffb26208b855729aadc09b0e5a9306930c7b.tar.gz
emacs-8cb4ffb26208b855729aadc09b0e5a9306930c7b.zip
* etc/PROBLEMS: Document issues with double-buffering. (Bug#30088)
-rw-r--r--etc/PROBLEMS15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index c194ba53145..1aa497e6e3d 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -478,6 +478,21 @@ The solution was to upgrade Semantic to version 2.0pre4 (distributed
478with CEDET 1.0pre4) or later. Note that Emacs includes Semantic since 478with CEDET 1.0pre4) or later. Note that Emacs includes Semantic since
47923.2, and this issue does not apply to the included version. 47923.2, and this issue does not apply to the included version.
480 480
481*** Display artifacts on GUI frames on X-based systems.
482
483This is known to be caused by using double-buffering (which is enabled
484by default in Emacs 26 and later). The artifacts typically appear
485after commands that cause Emacs to scroll the display.
486
487You can disable double-buffering by evaluating the following form:
488
489 (modify-all-frames-parameters '((inhibit-double-buffering . t)))
490
491To make this permanent, add it to your ~/.emacs init file.
492
493Note that disabling double-buffering will cause flickering of the
494display in some situations.
495
481*** Self-documentation messages are garbled. 496*** Self-documentation messages are garbled.
482 497
483This means that the file 'etc/DOC' doesn't properly correspond 498This means that the file 'etc/DOC' doesn't properly correspond