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#41198: 28.0.50; heading cycling command for outline Date: Fri, 27 Nov 2020 10:29:52 +0200 Organization: LINKOV.NET Message-ID: <87k0u7kxrz.fsf@mail.linkov.net> References: <452A6049-893A-4E7E-8349-541D276FAD19@gmail.com> <73ee5b37b78bdc410554aebbc7a4c31b@skeletons.cc> <87a6vhvu7g.fsf@gnus.org> <87ft4ze3xz.fsf@gnus.org> <87h7pdbgvd.fsf@mail.linkov.net> <87sg8wxw6p.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="13517"; 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: "Paul W. Rankin" , 41198@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Nov 27 09:55:24 2020 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 1kiZXH-0003Pm-N1 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 27 Nov 2020 09:55:23 +0100 Original-Received: from localhost ([::1]:38680 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kiZXG-00065V-Nm for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 27 Nov 2020 03:55:22 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58986) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiZWw-00064X-LX for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 03:55:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60613) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kiZWw-0002Cq-E9 for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 03:55:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kiZWw-0004vd-DI for bug-gnu-emacs@gnu.org; Fri, 27 Nov 2020 03:55:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 27 Nov 2020 08:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41198 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 41198-submit@debbugs.gnu.org id=B41198.160646726818898 (code B ref 41198); Fri, 27 Nov 2020 08:55:02 +0000 Original-Received: (at 41198) by debbugs.gnu.org; 27 Nov 2020 08:54:28 +0000 Original-Received: from localhost ([127.0.0.1]:43926 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiZWN-0004uk-LG for submit@debbugs.gnu.org; Fri, 27 Nov 2020 03:54:27 -0500 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:36039) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kiZWI-0004uR-VI for 41198@debbugs.gnu.org; Fri, 27 Nov 2020 03:54:26 -0500 X-Originating-IP: 91.129.99.98 Original-Received: from mail.gandi.net (m91-129-99-98.cust.tele2.ee [91.129.99.98]) (Authenticated sender: juri@linkov.net) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id EF1252000B; Fri, 27 Nov 2020 08:54:14 +0000 (UTC) In-Reply-To: <87sg8wxw6p.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 26 Nov 2020 11:13:34 +0100") 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:194423 Archived-At: >> With outline-minor-mode it would >> be possible to collapse "Key translations" initially. >> Then typing S-TAB would show such nice overview: >> >> * Key translations >> * `override-global-mode' Minor Mode Bindings >> * `outline-minor-mode' Minor Mode Bindings >> * recentf-mode Minor Mode Bindings >> * Major Mode Bindings >> * Global Bindings >> * Function key map translations >> * Input decoding map translations > > I think this is a good idea. I tried to modify the format of `C-h b' to output '*' headings, but unfortunately after enabling `outline-minor-mode' TAB has no effect on such headings. I wonder why heading cycling implemented in this bug report supports only `outline-mode', but not `outline-minor-mode'? It would make sense in `outline-minor-mode' if TAB typed on a heading then cycle outline heading. If TAB is typed outside of a heading, then use the default TAB binding, e.g. in case of the Help buffer navigate to the next link.