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#47566: 28.0.50; diff-hl should use `repeat-mode' ... and not `smartrep' Date: Wed, 14 Apr 2021 21:10:12 +0300 Organization: LINKOV.NET Message-ID: <87h7k8n3uy.fsf@mail.linkov.net> References: <87pmz8lc17.fsf@mail.linkov.net> <9453a08f-5014-b4bc-8472-a4c2ff44c687@yandex.ru> <87o8eo38q9.fsf@mail.linkov.net> <7f1b570f-ea1b-5524-59fa-83bb5eaa9abd@yandex.ru> <87eefh9176.fsf@mail.linkov.net> <5c7b677f-0f4a-bbef-8c1f-42cd024c7314@yandex.ru> <87czuzxysf.fsf@mail.linkov.net> <874kg9mj7f.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36352"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Dmitry Gutov , Ramesh Nedunchezian , 47566@debbugs.gnu.org To: =?UTF-8?Q?K=C3=A9vin?= Le Gouguec Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 14 20:17:12 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 1lWk4d-0009Gt-42 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 14 Apr 2021 20:17:11 +0200 Original-Received: from localhost ([::1]:43748 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWk4c-0000bx-02 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 14 Apr 2021 14:17:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37462) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWk3W-0000aI-86 for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2021 14:16:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52357) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lWk3V-0001Vt-V3 for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2021 14:16:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lWk3V-00054D-PM for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2021 14:16:01 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Apr 2021 18:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47566 X-GNU-PR-Package: emacs Original-Received: via spool by 47566-submit@debbugs.gnu.org id=B47566.161842410319398 (code B ref 47566); Wed, 14 Apr 2021 18:16:01 +0000 Original-Received: (at 47566) by debbugs.gnu.org; 14 Apr 2021 18:15:03 +0000 Original-Received: from localhost ([127.0.0.1]:35668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWk2Z-00052n-Bl for submit@debbugs.gnu.org; Wed, 14 Apr 2021 14:15:03 -0400 Original-Received: from relay6-d.mail.gandi.net ([217.70.183.198]:33493) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWk2U-00051s-NG for 47566@debbugs.gnu.org; Wed, 14 Apr 2021 14:15:01 -0400 X-Originating-IP: 91.129.96.157 Original-Received: from mail.gandi.net (m91-129-96-157.cust.tele2.ee [91.129.96.157]) (Authenticated sender: juri@linkov.net) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 701E2C0002; Wed, 14 Apr 2021 18:14:50 +0000 (UTC) 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:204023 Archived-At: >> Consider adding a repeat-mode-echo option which follows what Smartrep >> does: instead of adding to the echo area, it just highlights the >> changed state in the mode line (basically a long mode lighter saying >> "========SMARTREP=======") and also colors the mode-line green. >> >> IME that works well as an indicator that we're in a "special" state. >> >> Though perhaps we could use a smaller text (like "[REPEAT]") and only >> color the text inside the brackets, rather than the whole >> mode-line. Could use some experimentation. > > An entry in mode-line-modes, à la compilation-in-progress, would be > lovely IMO. compilation-in-progress is a good example of an unobtrusive indicator in the mode line. Now added to repeat-mode. PS: like your message-subject-re-regexp turned the subject into "Re: peat lambda" on emacs-devel, it removed the bug number from the subject here :)