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#47878: Mark outline commands as repeatable Date: Thu, 22 Apr 2021 00:15:32 +0300 Organization: LINKOV.NET Message-ID: <877dkv2vbf.fsf@mail.linkov.net> References: <87blabpge6.fsf@posteo.net> <87y2dej95u.fsf@mail.linkov.net> <87y2dbagmf.fsf@posteo.net> <87r1j3h37d.fsf@mail.linkov.net> <87k0ovuzt8.fsf@posteo.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="22390"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 47878@debbugs.gnu.org To: Philip Kaludercic Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 21 23:18:49 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 1lZKFE-0005ig-Pd for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 21 Apr 2021 23:18:48 +0200 Original-Received: from localhost ([::1]:47704 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lZKFD-0005kL-QT for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 21 Apr 2021 17:18:47 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37526) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZKDW-000521-Tt for bug-gnu-emacs@gnu.org; Wed, 21 Apr 2021 17:17:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:48387) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lZKDW-0004Bu-L8 for bug-gnu-emacs@gnu.org; Wed, 21 Apr 2021 17:17:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lZKDW-0004vV-Gs for bug-gnu-emacs@gnu.org; Wed, 21 Apr 2021 17:17: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, 21 Apr 2021 21:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47878 X-GNU-PR-Package: emacs Original-Received: via spool by 47878-submit@debbugs.gnu.org id=B47878.161903978818888 (code B ref 47878); Wed, 21 Apr 2021 21:17:02 +0000 Original-Received: (at 47878) by debbugs.gnu.org; 21 Apr 2021 21:16:28 +0000 Original-Received: from localhost ([127.0.0.1]:59933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZKCy-0004uZ-9j for submit@debbugs.gnu.org; Wed, 21 Apr 2021 17:16:28 -0400 Original-Received: from relay1-d.mail.gandi.net ([217.70.183.193]:12657) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZKCw-0004uJ-GK for 47878@debbugs.gnu.org; Wed, 21 Apr 2021 17:16:27 -0400 X-Originating-IP: 91.129.102.166 Original-Received: from mail.gandi.net (m91-129-102-166.cust.tele2.ee [91.129.102.166]) (Authenticated sender: juri@linkov.net) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id EEC99240005; Wed, 21 Apr 2021 21:16:17 +0000 (UTC) In-Reply-To: <87k0ovuzt8.fsf@posteo.net> (Philip Kaludercic's message of "Wed, 21 Apr 2021 20:50:59 +0000") 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:204661 Archived-At: > I've implemented your suggestions. Letting the editing map inherit from > the navigation map doesn't seem like a good idea, as long as repeat-mode > overwrites the repeat-map, because that makes commands disappear all of > a sudden. Thanks, I've tested your patch, and everything works swimmingly, so now pushed to master. Please close this feature request when you think everything is done here. > The extra keys without control are convenient, but it does > write a lot into the mini-buffer. Displaying the keys is customizable now, so this is less problematic.