emacs-devel
[Top][All Lists]
Advanced

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

Re: Same 'face' spec initialized to different values for x and terminal


From: Juri Linkov
Subject: Re: Same 'face' spec initialized to different values for x and terminal
Date: Mon, 04 Jun 2007 00:57:30 +0300
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

>> emacs --batch --eval '(message "mode: %s" default-frame-background-mode)'
>>
>> prints
>>
>> mode: nil
>
> The background mode is only initialized in non-batch mode (in
> normal-top-level or in the terminal init file).

It doesn't determine the background mode even in non-batch mode:

emacs -q -nw --eval '(message "mode: %s" default-frame-background-mode)'

displays in the echo area just after start on the text terminal:

mode: nil

whereas evaluating it in Emacs displays:

mode: light

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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