Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

initial-frame-alist

19 views
Skip to first unread message

Julianne

unread,
Dec 26, 2009, 10:15:59 AM12/26/09
to
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?

Peter Dyballa

unread,
Dec 27, 2009, 7:02:18 PM12/27/09
to Julianne, help-gn...@gnu.org

Am 26.12.2009 um 16:15 schrieb Julianne:

> 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

0 new messages