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#66332: Xref mode-line Date: Wed, 04 Oct 2023 19:59:06 +0300 Organization: LINKOV.NET Message-ID: <86y1gi9vdx.fsf@mail.linkov.net> References: <867co2c3p4.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24078"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: 66332@debbugs.gnu.org To: Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 04 19:10:21 2023 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 1qo5O9-00062y-2O for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 04 Oct 2023 19:10:21 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qo5Np-0006wd-SI; Wed, 04 Oct 2023 13:10:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qo5Na-0006uW-82 for bug-gnu-emacs@gnu.org; Wed, 04 Oct 2023 13:09:46 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qo5NZ-0008Bn-3Q for bug-gnu-emacs@gnu.org; Wed, 04 Oct 2023 13:09:45 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qo5Nq-0006S1-Pa for bug-gnu-emacs@gnu.org; Wed, 04 Oct 2023 13:10:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 04 Oct 2023 17:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66332 X-GNU-PR-Package: emacs Original-Received: via spool by 66332-submit@debbugs.gnu.org id=B66332.169643936524700 (code B ref 66332); Wed, 04 Oct 2023 17:10:02 +0000 Original-Received: (at 66332) by debbugs.gnu.org; 4 Oct 2023 17:09:25 +0000 Original-Received: from localhost ([127.0.0.1]:45232 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qo5NE-0006QI-Lo for submit@debbugs.gnu.org; Wed, 04 Oct 2023 13:09:24 -0400 Original-Received: from relay7-d.mail.gandi.net ([2001:4b98:dc4:8::227]:47353) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qo5NC-0006Pr-Hg; Wed, 04 Oct 2023 13:09:22 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id C129220005; Wed, 4 Oct 2023 17:08:54 +0000 (UTC) In-Reply-To: (Dmitry Gutov's message of "Wed, 4 Oct 2023 14:35:05 +0300") X-GND-Sasl: juri@linkov.net 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:271815 Archived-At: severity 66332 wishlist thanks >> grep-mode shows the number of matches on the mode-line. >> Could xref do the same? > > Certainly. > > This should be especially useful later, when we make it update > asynchronously. Should I look into the implementation, or you already know how it could work?