emacs-devel
[Top][All Lists]
Advanced

[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




reply via email to

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