From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: Setting the background color of the minibuffer Date: Wed, 10 Dec 2014 18:17:58 +0100 Message-ID: <87bnnbs9tl.fsf@wanadoo.es> References: <87oarcrvu7.fsf@wanadoo.es> <83r3w7v6da.fsf@gnu.org> <87k31zscax.fsf@wanadoo.es> <83d27rv3me.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418231930 1650 80.91.229.3 (10 Dec 2014 17:18:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2014 17:18:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 10 18:18:43 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XykuK-0006vL-UE for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Dec 2014 18:18:37 +0100 Original-Received: from localhost ([::1]:46978 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XykuK-0008Ut-FV for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Dec 2014 12:18:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyku3-0008Ui-2y for help-gnu-emacs@gnu.org; Wed, 10 Dec 2014 12:18:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xyktx-00013T-7C for help-gnu-emacs@gnu.org; Wed, 10 Dec 2014 12:18:19 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:58298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyktx-00013N-0u for help-gnu-emacs@gnu.org; Wed, 10 Dec 2014 12:18:13 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xyktw-0006g4-49 for help-gnu-emacs@gnu.org; Wed, 10 Dec 2014 18:18:12 +0100 Original-Received: from 129.red-88-10-128.dynamicip.rima-tde.net ([88.10.128.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Dec 2014 18:18:12 +0100 Original-Received: from ofv by 129.red-88-10-128.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Dec 2014 18:18:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 129.red-88-10-128.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:+oXuzv5IhxklBvawoX06GkPj4a0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101509 Archived-At: Eli Zaretskii writes: > Doesn't it work to do that in just the minibuffer buffers, specified > by their names? No, same result. One thing I observed it that the behaviour differs depending whether I use my config or `emacs -Q'. With the former, results are predictable. With `emacs -Q', at first it looks like it works, but after a few operations (switching buffers, for instance) the background is applied to the other buffers. Looks like a bug.