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#53629: 27.1: add option to change face `mode-line-buffer-id` when mode-line is inactive Date: Sun, 06 Feb 2022 19:59:15 +0200 Organization: LINKOV.NET Message-ID: <86r18fx4ek.fsf@mail.linkov.net> References: <87ee4p9oyc.fsf@gnus.org> <878rux7ylf.fsf@gnus.org> <874k5hur34.fsf@gnus.org> <86ee4lxcly.fsf@mail.linkov.net> <87fsozojw0.fsf@gnus.org> <148bcdf2-c9bf-1809-1f3d-9886f1a7cf80@gmx.at> <14975056-17a7-b3df-e562-ea6c095d1acf@gmx.at> <87a6f5da29.fsf@gnus.org> <87r18hasvo.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="6390"; 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: 53629@debbugs.gnu.org, =?UTF-8?Q?Jos=C3=A9_?= =?UTF-8?Q?J=C3=BAnior?= To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Feb 06 19:02:16 2022 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 1nGlrc-0001Wv-6t for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 06 Feb 2022 19:02:16 +0100 Original-Received: from localhost ([::1]:51812 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nGlra-00059v-KN for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 06 Feb 2022 13:02:14 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:40336) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGlrO-00059f-5L for bug-gnu-emacs@gnu.org; Sun, 06 Feb 2022 13:02:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45917) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nGlrN-0001UN-Rg for bug-gnu-emacs@gnu.org; Sun, 06 Feb 2022 13:02:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nGlrN-0006xJ-Qb for bug-gnu-emacs@gnu.org; Sun, 06 Feb 2022 13:02:01 -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, 06 Feb 2022 18:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53629 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 53629-submit@debbugs.gnu.org id=B53629.164417046426647 (code B ref 53629); Sun, 06 Feb 2022 18:02:01 +0000 Original-Received: (at 53629) by debbugs.gnu.org; 6 Feb 2022 18:01:04 +0000 Original-Received: from localhost ([127.0.0.1]:39811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGlqR-0006vi-HO for submit@debbugs.gnu.org; Sun, 06 Feb 2022 13:01:03 -0500 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:33475) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGlqM-0006uA-PM for 53629@debbugs.gnu.org; Sun, 06 Feb 2022 13:00:59 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 65820E000A; Sun, 6 Feb 2022 18:00:49 +0000 (UTC) In-Reply-To: <87r18hasvo.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sat, 05 Feb 2022 22:46:51 +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:226168 Archived-At: >> Thanks, I think it's perfect now. It would be good to have it >> documented, indeed. > > I've now added this as mode-line-window-selected-p to Emacs 29 and > documented it in the mode line section of the manual. Nice! Now it's used in tab-line.el. (I'm not sure if it can continue using the name prefix mode-line- ?)