emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Not loading the Registry settings


From: David De La Harpe Golden
Subject: Re: Not loading the Registry settings
Date: Sat, 12 Sep 2009 13:28:04 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701)

Juanma Barranquero wrote:
I'd like to have a way to start Emacs with "emacs -Q" and have it not
to load the values from the Windows registry.

Adding a new command line option is easy, but I'm looking for the
best, non-Windows-specific way. How it's Emacs currently forced to
ignore X settings?


If you mean X resource database settings, I suspect they are always used unless you go all the way and -nw

_However_ you can override them on the command line with --xrm i.e even if I have 'Emacs.Fontbackend: xft' in my x resource database, I can still do
$ emacs -Q --xrm 'Emacs.FontBackend: x'
and enjoy awful font rendering.

looking at w32_make_rdb(), --xrm may work on w32 to override
registry settings? (untested).













reply via email to

[Prev in Thread] Current Thread [Next in Thread]