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: Wed, 25 Nov 2020 21:24:02 +0200 Organization: LINKOV.NET Message-ID: <87h7pdbgvd.fsf@mail.linkov.net> References: <452A6049-893A-4E7E-8349-541D276FAD19@gmail.com> <73ee5b37b78bdc410554aebbc7a4c31b@skeletons.cc> <87a6vhvu7g.fsf@gnus.org> <87ft4ze3xz.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="29152"; 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 Wed Nov 25 20:32:32 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 1ki0Wk-0007V0-FD for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 25 Nov 2020 20:32:30 +0100 Original-Received: from localhost ([::1]:47404 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ki0Wj-0002FQ-HW for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 25 Nov 2020 14:32:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51238) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ki0VK-0001GE-3f for bug-gnu-emacs@gnu.org; Wed, 25 Nov 2020 14:31:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:53789) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ki0VJ-0005Oc-NM for bug-gnu-emacs@gnu.org; Wed, 25 Nov 2020 14:31:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ki0VJ-000744-KN for bug-gnu-emacs@gnu.org; Wed, 25 Nov 2020 14:31:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 25 Nov 2020 19:31:01 +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.160633265027140 (code B ref 41198); Wed, 25 Nov 2020 19:31:01 +0000 Original-Received: (at 41198) by debbugs.gnu.org; 25 Nov 2020 19:30:50 +0000 Original-Received: from localhost ([127.0.0.1]:37102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ki0V8-00073f-HK for submit@debbugs.gnu.org; Wed, 25 Nov 2020 14:30:50 -0500 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:46723) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ki0V8-00073T-25 for 41198@debbugs.gnu.org; Wed, 25 Nov 2020 14:30:50 -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 relay4-d.mail.gandi.net (Postfix) with ESMTPSA id BFA3BE0006; Wed, 25 Nov 2020 19:30:42 +0000 (UTC) In-Reply-To: <87ft4ze3xz.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 24 Nov 2020 06:09:28 +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:194232 Archived-At: >> 2x patches attached with changelog. > > Thanks; looks OK to me, so I've applied it to Emacs 28. BTW, since now S-TAB cycles headings nicely in etc/NEWS, what about enabling outline-minor-mode in the output Help buffer of 'C-h b'? Currently its section "Key translations" is so long that it takes too much time to scroll down to the most interesting section "Major Mode Bindings". 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