unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [rainer.schoepf@proteosys.com: 22.0.990: background-color in minibuffer-frame-alist ignored]
@ 2007-05-24 21:22 Richard Stallman
  0 siblings, 0 replies; only message in thread
From: Richard Stallman @ 2007-05-24 21:22 UTC (permalink / raw)
  To: emacs-devel

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?= <rainer.schoepf@proteosys.com>
To: emacs-pretest-bug@gnu.org
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=ISO-8859-1
Content-ID: <Pine.LNX.4.64.0705211607501.4893@bk-ng-05.proteosys>
Content-Disposition: inline
Cc: =?ISO-8859-1?Q?Rainer_Sch=F6pf?= <rainer.schoepf@proteosys.com>
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
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-24 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-24 21:22 [rainer.schoepf@proteosys.com: 22.0.990: background-color in minibuffer-frame-alist ignored] Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).