[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Incorrect font weight selected
From: |
Stefan Monnier |
Subject: |
Re: Incorrect font weight selected |
Date: |
Mon, 20 Dec 2021 14:43:42 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
> I can reproduce this behaviour on the current trunk, too.
Another way to reproduce the problem (which corresponds to the way the
problem affects my setup):
emacs -Q --eval '(setq minibuffer-frame-alist `((font .
"-misc-fixed-bold-r-normal-*-13-*-*-*-*-*-*-*")) default-frame-alist
`((minibuffer . nil)))'
with the old code (e.g. Emacs-28, Emacs-27, ...) the minibuffer frame
gets a "misc fixed bold" font, whereas with the current code on `master`
the minibuffer frame gets a "misc fixed non-bold" font.
I see the same with "DejaVu Sans Bold" instead of
"-misc-fixed-bold-r-normal-*-13-*-*-*-*-*-*-*", so you can probably
reproduce it with "any" other font.
[ "misc-fixed" was a widespread monospaced font in X11 in the days
before anti-aliased fonts. ]
Stefan
- Re: Incorrect font weight selected, (continued)
- Re: Incorrect font weight selected, Eli Zaretskii, 2021/12/18
- Re: Incorrect font weight selected, Yuri D'Elia, 2021/12/18
- Re: Incorrect font weight selected, Eli Zaretskii, 2021/12/18
- Re: Incorrect font weight selected, Yuri D'Elia, 2021/12/19
- Re: Incorrect font weight selected, Eli Zaretskii, 2021/12/19
- Re: Incorrect font weight selected, Yuri D'Elia, 2021/12/19
- Re: Incorrect font weight selected, Lars Ingebrigtsen, 2021/12/19
- Re: Incorrect font weight selected, Yuri D'Elia, 2021/12/19
- Re: Incorrect font weight selected, Eli Zaretskii, 2021/12/20
- Re: Incorrect font weight selected, Lars Ingebrigtsen, 2021/12/20
- Re: Incorrect font weight selected,
Stefan Monnier <=
- Re: Incorrect font weight selected, Eli Zaretskii, 2021/12/20
- Re: Incorrect font weight selected, Stefan Monnier, 2021/12/20
- Re: Incorrect font weight selected, Eli Zaretskii, 2021/12/20
- Re: Incorrect font weight selected, Dmitry Gutov, 2021/12/20
- Re: Incorrect font weight selected, Eli Zaretskii, 2021/12/21
- Re: Incorrect font weight selected, Yuri D'Elia, 2021/12/21
- Re: Incorrect font weight selected, Eli Zaretskii, 2021/12/21
- Re: Incorrect font weight selected, John ff, 2021/12/21
- Re: Incorrect font weight selected, Stefan Monnier, 2021/12/20
Re: Incorrect font weight selected, Sean Whitton, 2021/12/18