all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* foreground-color, background-color, and font frame parameters
@ 2008-10-06 16:46 Seb
  2008-10-06 17:35 ` Drew Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Seb @ 2008-10-06 16:46 UTC (permalink / raw)
  To: emacs-devel

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: foreground-color, background-color, and font frame parameters
  2008-10-06 16:46 foreground-color, background-color, and font frame parameters Seb
@ 2008-10-06 17:35 ` Drew Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Drew Adams @ 2008-10-06 17:35 UTC (permalink / raw)
  To: 'Seb', emacs-devel

> 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-06 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-06 16:46 foreground-color, background-color, and font frame parameters Seb
2008-10-06 17:35 ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.