GNU bug report logs - #45920
28.0.50; set-face-attribute cannot read :family when different :weight exist

Previous Next

Package: emacs;

Reported by: Protesilaos Stavrou <info <at> protesilaos.com>

Date: Sat, 16 Jan 2021 20:11:01 UTC

Severity: normal

Found in version 28.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #16 received at 45920-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Protesilaos Stavrou <info <at> protesilaos.com>
Cc: 45920-done <at> debbugs.gnu.org
Subject: Re: bug#45920: 28.0.50; set-face-attribute cannot read :family when
 different :weight exist
Date: Sun, 17 Jan 2021 05:29:20 +0200
> From: Protesilaos Stavrou <info <at> protesilaos.com>
> Cc: 45920 <at> debbugs.gnu.org
> Date: Sat, 16 Jan 2021 23:02:24 +0200
> 
> Following your input, I tried alternating between those two and they
> both give me the right results:
> 
>    (progn
>      (internal-set-lisp-face-attribute 'default :family "Source Code Pro" 0)
>      (internal-set-lisp-face-attribute 'default :weight 'light 0))
>    
>    (progn
>      (internal-set-lisp-face-attribute 'default :weight 'normal 0)
>      (internal-set-lisp-face-attribute 'default :family "Hack" 0))
> 
> Please feel free to close this.

Done.




This bug report was last modified 4 years and 176 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.