From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [monnier@iro.umontreal.ca: Funny handling of background color for initial minibuffer-only frame] Date: Tue, 14 Feb 2006 10:30:34 -0500 Message-ID: <878xse9cv9.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139946951 32337 80.91.229.2 (14 Feb 2006 19:55:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2006 19:55:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 14 20:55:47 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F96H1-0007wC-AN for ged-emacs-devel@m.gmane.org; Tue, 14 Feb 2006 20:55:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F967u-0007Rj-G2 for ged-emacs-devel@m.gmane.org; Tue, 14 Feb 2006 14:46:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F92Pn-0000Od-KW for emacs-devel@gnu.org; Tue, 14 Feb 2006 10:48:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F92FY-0005wf-31 for emacs-devel@gnu.org; Tue, 14 Feb 2006 10:41:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F928g-0004Lm-AV for emacs-devel@gnu.org; Tue, 14 Feb 2006 10:30:50 -0500 Original-Received: from [18.95.6.7] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F92DB-0003jW-6X; Tue, 14 Feb 2006 10:35:29 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id 3906E1E423B; Tue, 14 Feb 2006 10:30:34 -0500 (EST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sun, 12 Feb 2006 23:40:53 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50528 Archived-At: > 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. The bug was introduced by this change: 2006-01-26 Richard M. Stallman * xfns.c (Fx_create_frame): Put all specified parms into f->param_alist unless they were cleared out.