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#45147: Org-like cycling in outline-minor-mode Date: Sun, 16 May 2021 20:53:49 +0300 Organization: LINKOV.NET Message-ID: <87im3i7efm.fsf@mail.linkov.net> References: <874kkuyhfx.fsf@mail.linkov.net> <87wnuoaw60.fsf@mail.linkov.net> <87zgwullsb.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="13167"; 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: 45147@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 16 20:29:30 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 1liLW6-0003EK-EF for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 16 May 2021 20:29:30 +0200 Original-Received: from localhost ([::1]:43822 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1liLW5-0005QB-Hs for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 16 May 2021 14:29:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51606) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1liLUh-00038N-3o for bug-gnu-emacs@gnu.org; Sun, 16 May 2021 14:28:06 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39923) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1liLUf-0006Cp-Mo for bug-gnu-emacs@gnu.org; Sun, 16 May 2021 14:28:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1liLUf-0002pz-JU for bug-gnu-emacs@gnu.org; Sun, 16 May 2021 14:28:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 16 May 2021 18:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45147 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 45147-submit@debbugs.gnu.org id=B45147.162118965910871 (code B ref 45147); Sun, 16 May 2021 18:28:01 +0000 Original-Received: (at 45147) by debbugs.gnu.org; 16 May 2021 18:27:39 +0000 Original-Received: from localhost ([127.0.0.1]:51466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liLUI-0002pC-Rp for submit@debbugs.gnu.org; Sun, 16 May 2021 14:27:39 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:35805) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1liLUG-0002ok-MA for 45147@debbugs.gnu.org; Sun, 16 May 2021 14:27:37 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id D8A211BF203; Sun, 16 May 2021 18:27:28 +0000 (UTC) In-Reply-To: <87zgwullsb.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 16 May 2021 17:51:16 +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:206682 Archived-At: >>> As suggested in bug#41198, here is a patch that adds >>> two new options (disabled by default): >> >> With no objections, new options (disabled by default) >> pushed to master. > > Skimming this thread, I'm not quite sure whether there's anything more > to be done here? The first message mentioned There is still an unpushed patch outline-describe-bindings.patch in https://debbugs.gnu.org/45147#18 that will enable outline-minor-mode on the output of describe-bindings. I waited when the speed of describe-bindings will be improved in bug#45379, but maybe this patch could be pushed nevertheless. >> - outline-minor-mode-font-lock that enables outline font-lock in >> outline-minor-mode > > which does not seem to exist, but I'm not sure whether the second > version made that unnecessary... outline-minor-mode-font-lock was renamed to outline-minor-mode-highlight.