From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#49844: Highlight non-selected minibuffer prompt Date: Sun, 07 Nov 2021 19:31:25 +0200 Organization: LINKOV.NET Message-ID: <868ry0jf16.fsf@mail.linkov.net> References: <87h7g7bhxs.fsf@mail.linkov.net> <87tuk5ejup.fsf@gnus.org> <87wnp1a9f1.fsf@mail.linkov.net> <878ry2atth.fsf@gnus.org> <86mtmh6uhw.fsf@mail.linkov.net> <8735o9t29l.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1298"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 49844@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Nov 07 18:48:38 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mjmHW-0000BB-NQ for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 07 Nov 2021 18:48:38 +0100 Original-Received: from [::1] (port=38168 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mjmHV-0005LV-QA for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 07 Nov 2021 12:48:37 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58498) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mjmGx-00045R-73 for bug-gnu-emacs@gnu.org; Sun, 07 Nov 2021 12:48:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43082) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mjmGw-0007eR-GZ for bug-gnu-emacs@gnu.org; Sun, 07 Nov 2021 12:48:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mjmGw-0006hf-8p for bug-gnu-emacs@gnu.org; Sun, 07 Nov 2021 12:48:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 07 Nov 2021 17:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49844 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 49844-submit@debbugs.gnu.org id=B49844.163630725425622 (code B ref 49844); Sun, 07 Nov 2021 17:48:02 +0000 Original-Received: (at 49844) by debbugs.gnu.org; 7 Nov 2021 17:47:34 +0000 Original-Received: from localhost ([127.0.0.1]:54622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mjmGU-0006fA-H6 for submit@debbugs.gnu.org; Sun, 07 Nov 2021 12:47:34 -0500 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:53767) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mjmGS-0006eD-3a for 49844@debbugs.gnu.org; Sun, 07 Nov 2021 12:47:33 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id E67BA40004; Sun, 7 Nov 2021 17:47:24 +0000 (UTC) In-Reply-To: <8735o9t29l.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 06 Nov 2021 22:14:46 +0100") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:219274 Archived-At: >> ISTR, in bug#50141 we decided to add more generalized code to windmove.el >> that will provide 4 customizable types of window backgrounds colors >> with different faces: >> >> 1. selected window >> 2. non-selected window >> 3. selected minibuffer window >> 4. non-selected minibuffer window > > But... isn't think pretty much unrelated to windmove, too? I'd just > like to have the minibuffer light up when I've moved point somewhere > else (because it can be confusing sometimes). This was intended to address different requests. So far the requests were: to highlight the background of the selected window, to highlight the selected minibuffer window, and to highlight the non-selected active minibuffer. The last case actually is more complex: the non-selected minibuffer should not be highlighted when the Completions window is selected. Only after moving point out of both the minibuffer and the Completions window, the minibuffer window should be highlighted.