diff options
| -rw-r--r-- | etc/PROBLEMS | 15 |
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 | |||
| 478 | with CEDET 1.0pre4) or later. Note that Emacs includes Semantic since | 478 | with CEDET 1.0pre4) or later. Note that Emacs includes Semantic since |
| 479 | 23.2, and this issue does not apply to the included version. | 479 | 23.2, and this issue does not apply to the included version. |
| 480 | 480 | ||
| 481 | *** Display artifacts on GUI frames on X-based systems. | ||
| 482 | |||
| 483 | This is known to be caused by using double-buffering (which is enabled | ||
| 484 | by default in Emacs 26 and later). The artifacts typically appear | ||
| 485 | after commands that cause Emacs to scroll the display. | ||
| 486 | |||
| 487 | You can disable double-buffering by evaluating the following form: | ||
| 488 | |||
| 489 | (modify-all-frames-parameters '((inhibit-double-buffering . t))) | ||
| 490 | |||
| 491 | To make this permanent, add it to your ~/.emacs init file. | ||
| 492 | |||
| 493 | Note that disabling double-buffering will cause flickering of the | ||
| 494 | display in some situations. | ||
| 495 | |||
| 481 | *** Self-documentation messages are garbled. | 496 | *** Self-documentation messages are garbled. |
| 482 | 497 | ||
| 483 | This means that the file 'etc/DOC' doesn't properly correspond | 498 | This means that the file 'etc/DOC' doesn't properly correspond |