Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#54984 - [emacs] It is impossible to set the default font from ~/.emacs
Attached to Project:
Arch Linux
Opened by Vorbote (vorbote) - Sunday, 30 July 2017, 23:08 GMT
Last edited by Jürgen Hötzel (juergen) - Sunday, 17 March 2019, 13:56 GMT
Opened by Vorbote (vorbote) - Sunday, 30 July 2017, 23:08 GMT
Last edited by Jürgen Hötzel (juergen) - Sunday, 17 March 2019, 13:56 GMT
|
DetailsThis is "Emacs bug#25228 - custom-set-faces from init file ~/.emacs ignored" <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25228>, not yet fixed in master, btw. The font settings in gsettings or in gconf override whatever font options are set using the provided option tools in Emacs. The quickest fix is to compile Emacs with "--without-gconf --without-dconf".
|
This task depends upon
Closed by Jürgen Hötzel (juergen)
Sunday, 17 March 2019, 13:56 GMT
Reason for closing: Fixed
Additional comments about closing: Also see: https://bugs.archlinux.org/task/59887
Sunday, 17 March 2019, 13:56 GMT
Reason for closing: Fixed
Additional comments about closing: Also see: https://bugs.archlinux.org/task/59887
Geez, some people think bug trackers work like facebook.
Your response sounds too emotional for a simple bug report. It would have helped to /explicitly/ state that it is an upstream bug.
Also, https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/emacs: 'gconf' is currently a dependency. Suggesting to remove it as a fix it is like suggesting to remove gtk3 (and use gtk2 instead). It's better to call it a 'temporary workaround' instead.
And both your first and second comments violate https://wiki.archlinux.org/index.php/Code_of_conduct#Correctness because,
1. You did not read the bug report; just blabbed whatever. You even go to the length of trying to justify yourself by arguing that "removing dconf is like removing gtk3", see below. Please engage brains before touching keyboard.
2. Have you every packaged emacs? I package emacs master and emacs pretest in AUR. Take that as you may.
Neither gconf nor dconf are really necessary besides being an indirect dependency on the GTK+ version used for a graphical toolkit, besides reporting the font used by the desktop environment and should be overridable by using the "normal" (custom-set-faces '(default)) array in .emacs. This was broken sometime in H2 last year and I did not notice because I used to use (set-frame-font) and (set-menu-font) for years until I forgot to copy my .emacs to a fresh install this past weekend.
Pedro, you are emotionally overreacting to this in a rather extreme way. You need to stop with the personal attacks and hysteria, which are several times more distracting than what you are replying to. Justifying it with the Code of Conduct is somewhat hypocritical -- consider that https://wiki.archlinux.org/index.php/Code_of_conduct#Do_not_flame is also a rule.