GNU bug report logs -
#12404
24.2; fails to load X11 resources
Previous Next
Reported by: Yuri D'Elia <wavexx <at> thregr.org>
Date: Mon, 10 Sep 2012 15:57:03 UTC
Severity: normal
Found in version 24.2
Done: Jan Djärv <jan.h.d <at> swipnet.se>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 12404 <at> debbugs.gnu.org (full text, mbox):
11 sep 2012 kl. 17:12 skrev Yuri D'Elia <wavexx <at> thregr.org>:
> On 09/11/2012 09:21 AM, Glenn Morris wrote:
>> It works fine for me using Debian's 24.1 package (ie, the GTK+ version),
>> started with -q (not -Q because that ignores X resources), under XFCE,
>> with an X resource of the form:
>>
>> Emacs.font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
>>
>> I can't remember whether Gnome settings will take precedence if Gnome
>> services are running. So suggestion 1 is to recompile --without-gconf
>> --without-gsettings and see if it makes a difference.
>
X resources for font take precedencde, last in x_default_font_parameter:
/* This call will make X resources override any system font setting. */
x_default_parameter (f, parms, Qfont, font, "font", "Font", RES_TYPE_STRING);
>
> How can I force emacs to use X11 resources over gsettings? I have been using *font for years now to configure the default font globally, including with emacs23.
>
X11 resources for font already takes precedence over other sources.
Do you see emacs.font when you do:
% xrdb -query
?
Jan D.
This bug report was last modified 12 years and 310 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.