From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.bugs Subject: bug#46515: Repeat mode Date: Tue, 16 Feb 2021 08:49:29 -0800 Message-ID: References: <87pn12o74z.fsf@mail.linkov.net> <87sg5xy85o.fsf@mail.linkov.net> <87czx1z2ib.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="31216"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 46515@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Feb 16 18:22:00 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 1lC42x-0007w3-Ud for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 16 Feb 2021 18:21:59 +0100 Original-Received: from localhost ([::1]:51876 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lC42w-0005hs-U3 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 16 Feb 2021 12:21:58 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55926) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lC3Y3-0001x6-1k for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 11:50:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58081) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lC3Y2-0007xp-Os for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 11:50:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lC3Y1-0004JI-LX for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 11:50:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Matt Armstrong Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 16 Feb 2021 16:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46515 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 46515-submit@debbugs.gnu.org id=B46515.161349418216521 (code B ref 46515); Tue, 16 Feb 2021 16:50:01 +0000 Original-Received: (at 46515) by debbugs.gnu.org; 16 Feb 2021 16:49:42 +0000 Original-Received: from localhost ([127.0.0.1]:41393 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC3Xi-0004IP-Ka for submit@debbugs.gnu.org; Tue, 16 Feb 2021 11:49:42 -0500 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:54111) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lC3Xg-0004I8-Or for 46515@debbugs.gnu.org; Tue, 16 Feb 2021 11:49:41 -0500 X-Originating-IP: 24.113.169.116 Original-Received: from matts-mbp-2016.lan (24-113-169-116.wavecable.com [24.113.169.116]) (Authenticated sender: matt@rfc20.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 5464040010; Tue, 16 Feb 2021 16:49:32 +0000 (UTC) In-Reply-To: <87czx1z2ib.fsf@mail.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" Xref: news.gmane.io gmane.emacs.bugs:200140 Archived-At: Juri Linkov writes: > Here is another incremental patch that adds more messaging... Hey Juri, I like these ideas but don't feel qualified to review them beyond what I've already said. I have about three lines of edits in Emacs code to my credit. ;-) Perhaps discuss this idea on emacs-devel? Thinking long term, I think it would be interesting to consider a future where all of the various third party "modal" packages (evil, hydra, etc.) could use higher level facilities provided by the Emacs core. This patch is a step in that direction. I'm interested to see how it progresses. Another interesting question: how do we surface how to use these transient modes in Emacs help, if at all?