all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arash Esbati <arash@gnu.org>
To: 51768@debbugs.gnu.org
Subject: bug#51768: 29.0.50; User font settings are ignored (Win10)
Date: Thu, 11 Nov 2021 16:50:25 +0100	[thread overview]
Message-ID: <86bl2q3d4u.fsf@gnu.org> (raw)
In-Reply-To: <86v90y7mbb.fsf@gnu.org> (Arash Esbati's message of "Thu, 11 Nov 2021 16:18:32 +0100")

Arash Esbati <arash@gnu.org> writes:

> I've customized my fonts like this:
>
> (custom-set-faces
>  ;; custom-set-faces was added by Custom.
>  ;; If you edit it by hand, you could mess it up, so be careful.
>  ;; Your init file should contain only one such instance.
>  ;; If there is more than one, they won't work right.
>  '(default ((t (:family "Source Code Pro Medium" :foundry "outline"
> :slant normal :weight medium :height 90 :width normal))))
>  '(fixed-pitch ((t (:inherity default)))))

Sorry, there is a typo in :inherit -- finger trouble while yanking.  It
should read:

(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(default ((t (:family "Source Code Pro Medium" :foundry "outline" :slant normal :weight medium :height 90 :width normal))))
 '(fixed-pitch ((t (:inherit default)))))

The behavior remains.





  reply	other threads:[~2021-11-11 15:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11 15:18 bug#51768: 29.0.50; User font settings are ignored (Win10) Arash Esbati
2021-11-11 15:50 ` Arash Esbati [this message]
2021-11-11 17:01 ` Eli Zaretskii
2021-11-11 17:52   ` Arash Esbati
2021-11-11 18:01     ` Eli Zaretskii
2021-11-11 18:53       ` Arash Esbati
2021-11-11 18:46     ` Eli Zaretskii
2021-11-11 20:49       ` Arash Esbati
2021-11-13 13:24         ` Eli Zaretskii
2021-11-13 15:25           ` Arash Esbati

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

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

  git send-email \
    --in-reply-to=86bl2q3d4u.fsf@gnu.org \
    --to=arash@gnu.org \
    --cc=51768@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.