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#41129: outline-mode: New keybindings for demote/promote/move-subtree Date: Wed, 11 May 2022 10:10:07 +0300 Organization: LINKOV.NET Message-ID: <86mtfoa7uo.fsf@mail.linkov.net> References: <87k0rx3792.fsf@gnus.org> <87pn1oxs7u.fsf@gnus.org> <87k0rv0wqc.fsf@gnus.org> <83h7my8fu5.fsf@gnu.org> <87a6rkcfpi.fsf@mail.linkov.net> <87k0av9ek6.fsf@gnus.org> <87109B7E-5940-4E02-96CF-93E298778AEC@gmail.com> <87zgjqm9e9.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="35624"; 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: Howard Melman , 41129@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed May 11 09:41:15 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 1nogyA-00094m-Ow for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 11 May 2022 09:41:14 +0200 Original-Received: from localhost ([::1]:46176 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nogy6-0005rk-Du for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 11 May 2022 03:41:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43192) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nogjU-000325-QH for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 03:26:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41960) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nogjS-00058L-Vl for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 03:26:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nogjS-00061k-SK for bug-gnu-emacs@gnu.org; Wed, 11 May 2022 03:26: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, 11 May 2022 07:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41129 X-GNU-PR-Package: emacs Original-Received: via spool by 41129-submit@debbugs.gnu.org id=B41129.165225391923066 (code B ref 41129); Wed, 11 May 2022 07:26:02 +0000 Original-Received: (at 41129) by debbugs.gnu.org; 11 May 2022 07:25:19 +0000 Original-Received: from localhost ([127.0.0.1]:35846 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nogik-0005zw-SE for submit@debbugs.gnu.org; Wed, 11 May 2022 03:25:19 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:38711) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nogij-0005zU-7s for 41129@debbugs.gnu.org; Wed, 11 May 2022 03:25:17 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 9264B40002; Wed, 11 May 2022 07:25:09 +0000 (UTC) In-Reply-To: <87zgjqm9e9.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 10 May 2022 04:03:26 +0200") 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:231883 Archived-At: >> Should these four bindings be on outline-minor-mode-cycle-map or >> on outline-minor-mode-map? They don't have to do with cycling. > > Juri suggested putting them on the former because they'd be too > disturbing in the main map -- M- etc are bound to navigation > commands in editable buffers. Actually I suggested these bindings only for personal customization for anyone who needs to edit heading levels because these bindings are too intrusive to be used by default in the cycling map. It already takes the TAB key from users, and taking more keys is too much for the cycling map. To be able to add editing keys to outline-minor-mode they need to be on some separate map such as outline-minor-mode-edit-map.