emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

address@hidden: 22.0.990: background-color in minibuffer-frame-alist ign


From: Richard Stallman
Subject: address@hidden: 22.0.990: background-color in minibuffer-frame-alist ignored]
Date: Thu, 24 May 2007 17:22:33 -0400

Would someone please fix this and ack?  I don't think it needs to be
fixed for 22.1, but it should still be fixed.

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
        autolearn=failed version=3.1.0
Date: Mon, 21 May 2007 16:09:48 +0200 (CEST)
From: =?ISO-8859-1?Q?Rainer_Sch=F6pf?= <address@hidden>
To: address@hidden
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=ISO-8859-1
Content-ID: <address@hidden>
Content-Disposition: inline
Cc: =?ISO-8859-1?Q?Rainer_Sch=F6pf?= <address@hidden>
Subject: 22.0.990: background-color in minibuffer-frame-alist ignored  

I run emacs with a detached minibuffer frame. The relevant part of my 
.emacs file is

(setq minibuffer-frame-alist '(
                               (top . -100)
                               (left . 4)
                               (width . 124)
                               (height . 1)
                               (background-color . "white")
                               (vertical-scroll-bars . nil)
                               (name . "Minibuffer")
;                              (autoraise . t)
                               ))

(setq minibuffer-auto-raise t)

(setq initial-frame-alist '((minibuffer . nil)))

(setq default-frame-alist '((minibuffer . nil)
                            (top . 150)
                            (left . 200)
                            (width . 90)
                            (height . 50)
                            (background-color . "cornsilk2")
                            (cursor-color . "blue")
                            (mouse-color . "red")
                            (menu-bar-lines . 1)
                            (icon-type . t)
                            ))


The minibuffer background-color is cornsilk2, not white. I traced this to 
the function frame-set-after-frame-default (called from within
x-create-frame-with-faces).

frame-set-after-frame-default sets the frame background color from the 
:background parameter of the default face, overwriting any value that was 
set at frame creation.

   Rainer Schöpf


ProteoSys AG - Carl-Zeiss-Str. 51 - D-55129 Mainz - Amtsgericht Mainz HRB 7508 
- USt.-Id Nr.: DE213940570
Vorstand: Helmut Matthies (Vorsitzender), Prof. Dr. Andre Schrattenholz, 
Vorsitzender des Aufsichtsrates: Dr. Werner Zoellner



_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]