unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Colin Baxter <m43cap@yandex.com>
To: emacs-devel@gnu.org
Subject: More conservative fix for bug#37473 screws my fonts
Date: Sun, 19 Jun 2022 18:30:01 +0100	[thread overview]
Message-ID: <871qvk5zom.fsf@yandex.com> (raw)


Hello,

Using emacs-29.0.50, I turn off mode-line proportional fonts via

#+begin_src emacs-lisp
 (cond((= emacs-major-version 29) ;; emacs-29
 (set-face-attribute 'mode-line-active nil :inherit 'mode-line)
 (set-face-attribute 'mode-line-inactive nil :inherit 'mode-line)
 )) ;; End brackets for cond.
#+end_src

and have the setting

#+begin_src emacs-lisp
 '(mode-line ((t (:background "PaleGreen" :foreground "black"
 :weight normal))))
#+end_src

in my theme file. All worked well until commit b2d11d69dd. Now my
mode-line fonts appear to have a light setting weight - they certainly
appear washed out. If I change the weight to bold then they appear too
heavy. If I revert the commit all return to normal.

If we are to have this change, could some information be given as to how
we might return the appearance to what it used to be?

Best wishes,




             reply	other threads:[~2022-06-19 17:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19 17:30 Colin Baxter [this message]
2022-06-19 18:02 ` More conservative fix for bug#37473 screws my fonts Colin Baxter
2022-06-19 18:31   ` Colin Baxter
2022-06-20  0:53 ` Po Lu
2022-06-20  6:01   ` Colin Baxter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871qvk5zom.fsf@yandex.com \
    --to=m43cap@yandex.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).