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?
> When emacs is
> started in either version, the initial frame geometry is as specified,
> but the color is that of the default frame.
Confirmed! (Mac OS X) Interestingly the bug is in the X client(s) (GTK
+2 and Xaw3d) and also for Mac OS X specific NS/Aqua/Quartz "client"
Emacs.app. So it's deep in GNU Emacs's guts. And it must be a few
weeks old. My Emacs.app 23.1.50 is from middle of November... (and I'm
not often using more than one frame, damned!)
Please send a bug report! Adding my findings (before I'll do so, or
send me your bug id/bug eMail address to add my findings)
--
Greetings
Pete
And always remember the last words of my grandfather, who said: “A
truck!”
— Emo Phillips