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: Sun, 5 Jun 2022 12:59:22 -0700

On 6/5/2022 12:00 PM, Eli Zaretskii wrote:
Looks okay, except for one thing:

+  if (pixelwise == BODY_IN_REMAPPED_CHARS)
+    {
+      if (Vface_remapping_alist)

This should be

          if (!NILP (Vface_remapping_alist))

Thanks, fixed.

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]