From: npostavs@users.sourceforge.net
To: me@beroal.in.ua
Cc: 24482@debbugs.gnu.org
Subject: bug#24482: 25.1; font setting in ".emacs" is not respected
Date: Sun, 16 Jul 2017 21:51:02 -0400 [thread overview]
Message-ID: <87eftfbzll.fsf@users.sourceforge.net> (raw)
In-Reply-To: <16a017c0-d910-c472-161c-080a7912ce65@beroal.in.ua> (me@beroal.in.ua's message of "Tue, 20 Sep 2016 19:24:53 +0300")
merge 24482 25228
quit
me@beroal.in.ua writes:
> I change the default font via "Easy Customization" and save it. The
> contents of the file
> ".emacs" is below.
> {{{
> (custom-set-variables
> ;; custom-set-variables 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.
> )
> (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 "Nimbus Roman" :foundry "UKWN" :slant normal
> :weight normal :height 201 :width normal)))))
> }}}
>
> After I restart Emacs, the font shown is not the font I chose. Actually,
> I see how Emacs changes the font I chose to another font promptly.
>
> This bug appeared after upgrading from 24.5 to 25.1.
Possible workarounds are
(define-key special-event-map [config-changed-event] #'ignore)
or
(advice-add 'dynamic-setting-handle-config-changed-event :override #'ignore)
next prev parent reply other threads:[~2017-07-17 1:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-20 16:24 bug#24482: 25.1; font setting in ".emacs" is not respected me
2016-09-20 17:08 ` martin rudalics
2016-09-20 18:08 ` Drew Adams
2017-07-17 1:51 ` npostavs [this message]
2017-09-02 14:00 ` Eli Zaretskii
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=87eftfbzll.fsf@users.sourceforge.net \
--to=npostavs@users.sourceforge.net \
--cc=24482@debbugs.gnu.org \
--cc=me@beroal.in.ua \
/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).