bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55696: 28.1; eshell fails to respect text-scale-increase


From: Jim Porter
Subject: bug#55696: 28.1; eshell fails to respect text-scale-increase
Date: Mon, 6 Jun 2022 20:04:54 -0700

On 6/6/2022 5:43 AM, Eli Zaretskii wrote:
We already have the Qremap symbol in our sources, so you could use
that instead of calling 'intern' at run time.

Fixed. I didn't realize that the Qfoo names could be used in other source files. Good to know.

+The optional argument PIXELWISE defines the units to use for the
+width.  If nil, return the largest integer smaller than WINDOW's pixel
+width in units of the character width of WINDOW's frame.  If PIXELWISE
+is `remap' and the default face is remapped (see
+`face-remapping-alist'), use the remapped face to determine the
+character width.  For any other value, return the width in pixels.
                      ^^^^^^^^^^^^^^^^^^^
"For any other non-nil value...", like in the manual.

Fixed (and in the other function, too).

Thanks again for the reviews.

Attachment: 0001-Account-for-remapped-faces-in-COLUMNS-and-LINES-in-E.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]