emacs-devel
[Top][All Lists]
Advanced

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

Funny handling of background color for initial minibuffer-only frame


From: Stefan Monnier
Subject: Funny handling of background color for initial minibuffer-only frame
Date: Mon, 30 Jan 2006 15:41:53 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

A bug was recently introduced (within the last week or two) which is
triggered by my minibuffer-only setup.

It can be reproduced with the following steps:

   emacs -Q --eval "(setq initial-frame-alist
                          '((minibuffer . only)
                            (background-color . \"red\")))"

you should see a single frame open, with an ugly red background (rest
assured this is not the color I use ;-) where all the text is incorrectly
displayed with a white background rather than a red background.


        Stefan




reply via email to

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