1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * etc/PROBLEMS: Minor wording fix.

This commit is contained in:
Eli Zaretskii 2023-09-03 09:03:22 +03:00
parent fd5593c7f2
commit f1e4cbe72a

View file

@ -1624,17 +1624,17 @@ to normal, do
(set-scroll-bar-mode 'left) (set-scroll-bar-mode 'left)
*** Redisplay with scaled images is slow when built with Cairo. *** Redisplay with scaled images is slow in Emacs built with Cairo.
Cairo expends a noticeable amount of time displaying large images with Cairo expends a noticeable amount of CPU time displaying large images
a transform applied. These images most frequently appear within Eww with applied transforms. These images most frequently appear within
buffers or Image Mode buffers after executing the image scaling EWW buffers or in Image Mode buffers after executing the image scaling
commands `i +' or `i -', and their presence incurs a performance commands `i +' or `i -', and their presence incurs a performance
penalty of hundereds of milliseconds to seconds upon redisplay. The penalty of hundereds of milliseconds to seconds upon redisplay. The
remedy is to build without Cairo after verifying the XRender extension remedy is to build Emacs without Cairo after verifying the XRender
is present on your X server and its headers are present on your extension is present on your X server and its headers are present on
system, whereupon Emacs will use that extension to efficiently perform your system, in which case Emacs will use XRender to efficiently
image transforms within the X server. perform image transforms within the X server.
*** Error messages about undefined colors on X. *** Error messages about undefined colors on X.