unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* initial-frame-alist
@ 2009-12-26 15:15 Julianne
  2009-12-28  0:02 ` initial-frame-alist Peter Dyballa
  0 siblings, 1 reply; 2+ messages in thread
From: Julianne @ 2009-12-26 15:15 UTC (permalink / raw)
  To: help-gnu-emacs

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?



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

* Re: initial-frame-alist
  2009-12-26 15:15 initial-frame-alist Julianne
@ 2009-12-28  0:02 ` Peter Dyballa
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2009-12-28  0:02 UTC (permalink / raw)
  To: Julianne; +Cc: help-gnu-emacs


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





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

end of thread, other threads:[~2009-12-28  0:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-26 15:15 initial-frame-alist Julianne
2009-12-28  0:02 ` initial-frame-alist Peter Dyballa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).