all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* initial vs. default frame colors
@ 2009-12-23 21:09 Julianne C.
  0 siblings, 0 replies; only message in thread
From: Julianne C. @ 2009-12-23 21:09 UTC (permalink / raw)
  To: emacs-devel

I have compiled emacs-23.1 from ftp.gnu.org on both Fedora 7 and
Fedora 12.  In the .emacs file, I try to set a different background
color for the initial frame versus the default one.  When emacs is
started in either version, the initial frame geometry is as specified,
but the color is that of the default frame.  Any new frames created
follow the default list.

This the snippet from the .emacs file:

;; Setup the default behavior of and display frame created
(setq default-frame-alist
       '((width . 80)(height . 50)
 	(top . 15) (left . 560)
 	(background-color . "Yellow1")
 	(foreground-color . "Black")
	(font . "-*-courier-medium-r-*-*-*-100-*-*-m-*-*-*")
	))

;; Setup the initial display to be a little differnt
(setq initial-frame-alist
       '((width . 80)(height . 50)
	(top . 10) (left . 15)
 	(background-color . "DarkSeaGreen1")
  	(foreground-color . "Black")
	(font . "-*-courier-medium-r-*-*-*-100-*-*-m-*-*-*")
	))

I have seen some discussion of this problem as far back as version 22.
 Has the issue been fixed?

Julianne C.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-23 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-23 21:09 initial vs. default frame colors Julianne C.

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.