all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Julianne C." <juliannerc@gmail.com>
To: emacs-devel@gnu.org
Subject: initial vs. default frame colors
Date: Wed, 23 Dec 2009 15:09:47 -0600	[thread overview]
Message-ID: <e167438e0912231309h495527f2q73c0bc85c3df5dd6@mail.gmail.com> (raw)

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.




                 reply	other threads:[~2009-12-23 21:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e167438e0912231309h495527f2q73c0bc85c3df5dd6@mail.gmail.com \
    --to=juliannerc@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.