emacs-devel
[Top][All Lists]
Advanced

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

Re: default-frame-alist vs. initial-frame-alist


From: Tjernlund
Subject: Re: default-frame-alist vs. initial-frame-alist
Date: Fri, 24 Oct 2014 18:38:07 +0200

On Fri, 2014-10-24 at 17:12 +0300, Eli Zaretskii wrote:
> > From: Stefan Monnier <address@hidden>
> > Cc: address@hidden,  address@hidden
> > Date: Fri, 24 Oct 2014 09:51:08 -0400
> > 
> > > I'm quite sure the OP customized the list from .emacs, not from the
> > > command line.  See the original message, which clearly shows that.
> > 
> > I still don't understand: if I do
> > 
> >    echo '(setq default-frame-alist (quote ((background-color . "blue") 
> > (font . "fixed"))))' >~/tmp/.emacs; HOME=$HOME/tmp emacs
> > 
> > I get the same result: a blue background and an ugly font, both on the
> > initial frame and on subsequent ones I might create with C-x 5 2.
> 
> Then whoever made this change in behavior failed to update the
> documentation, which still says what I wrote.

Try my example:
Nothing gets me: 
 White background, Black text

Only (setq default-frame-alist '((background-color . "#333333") 
(foreground-color . "White") (cursor-color . "White"))) gets
 White background, White text

Both:
  Green background, White text

I find it asymmetric that with only default-frame-alist changes foreground, but 
not background nor cursor

 Jocke






reply via email to

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