emacs-devel
[Top][All Lists]
Advanced

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

RE: foreground-color, background-color, and font frame parameters


From: Drew Adams
Subject: RE: foreground-color, background-color, and font frame parameters
Date: Mon, 6 Oct 2008 10:35:17 -0700

> From: Seb Sent: Monday, October 06, 2008 9:46 AM
> With the following ~/.emacs (and only these lines):
> 
> ---<---------------cut here---------------start-------------->---
> (setq initial-frame-alist
>       '((foreground-color . "white") (background-color . "black")
>       (font . "Bitstream Vera Sans Mono-13"))
>       default-frame-alist
>       '((foreground-color . "white") (background-color . "black")
>       (font . "Bitstream Vera Sans Mono-11")))
> ---<---------------cut here---------------end---------------->---
> 
> The initial frame actually takes on the default parameters, 
> rather than those given in initial-frame-alist.  If the *-color
> parameters are removed from both lists, then the different font
> for initial and default frames is respected.  This didn't happen
> before about June in CVS.  Are others seeing this problem?

Perhaps (dunno) it's related to bug #117?
But that predates June.





reply via email to

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