emacs-devel
[Top][All Lists]
Advanced

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

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


From: Seb
Subject: foreground-color, background-color, and font frame parameters
Date: Mon, 06 Oct 2008 11:46:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi,

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?



Cheers,

-- 
Seb





reply via email to

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