emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/fontaine fa0097248e: Remove faulty height from bold fac


From: ELPA Syncer
Subject: [elpa] externals/fontaine fa0097248e: Remove faulty height from bold face
Date: Fri, 7 Oct 2022 08:57:38 -0400 (EDT)

branch: externals/fontaine
commit fa0097248e21b5534aac863d6215be97f1112efb
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove faulty height from bold face
    
    I discovered this by troubleshooting the problem reported by Joe
    Higton on the ef-themes mailing list:
    
<https://lists.sr.ht/~protesilaos/ef-themes/%3C87mta80vtk.fsf%40heartofgold.mail-host-address-is-not-set%3E>.
    
    It is a mistake to set a :height attribute for bold, as it should not
    anyhow affect the underlying text beside the :weight and :family.
---
 README.org  | 2 +-
 fontaine.el | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.org b/README.org
index da74d1e49b..c786861773 100644
--- a/README.org
+++ b/README.org
@@ -614,7 +614,7 @@ Fontaine is meant to be a collective effort.  Every bit of 
help matters.
 + Contributions to the code or manual :: Christopher League, Eli
   Zaretskii, Florent Teissier, Terry F. Torrey.
 
-+ Ideas and user feedback :: Ted Reed.
++ Ideas and user feedback :: Joe Higton, Ted Reed.
 
 * GNU Free Documentation License
 :PROPERTIES:
diff --git a/fontaine.el b/fontaine.el
index 19af8be3f5..de11b32f92 100644
--- a/fontaine.el
+++ b/fontaine.el
@@ -438,7 +438,6 @@ ARGS are its routines."
   'bold
   (or (plist-get properties :bold-family) 'unspecified)
   (or (plist-get properties :bold-weight) 'bold)
-  (or (plist-get properties :variable-pitch-height) 1.0)
   frame))
 
 (fontaine--apply-preset



reply via email to

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