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#61062: 29.0.60; Split Outline Mode node to Outline Minor Mode node Date: Sat, 28 Jan 2023 19:59:47 +0200 Organization: LINKOV.NET Message-ID: <86pmay4k18.fsf@mail.linkov.net> References: <86k01aikr3.fsf@mail.linkov.net> <83h6wefqoc.fsf@gnu.org> <864jseiih3.fsf@mail.linkov.net> <83fsbyfkz8.fsf@gnu.org> <861qngh0l7.fsf@mail.linkov.net> <838rhocs0m.fsf@gnu.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="11529"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: 61062@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jan 28 19:01:37 2023 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 1pLpWD-0002u2-3b for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 28 Jan 2023 19:01:37 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pLpVg-0004J6-Te; Sat, 28 Jan 2023 13:01:04 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pLpVe-0004Ig-Lv for bug-gnu-emacs@gnu.org; Sat, 28 Jan 2023 13:01:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pLpVe-0005MM-DC for bug-gnu-emacs@gnu.org; Sat, 28 Jan 2023 13:01:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pLpVe-0006aB-4a for bug-gnu-emacs@gnu.org; Sat, 28 Jan 2023 13:01: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: Sat, 28 Jan 2023 18:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61062 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 61062-submit@debbugs.gnu.org id=B61062.167492882225237 (code B ref 61062); Sat, 28 Jan 2023 18:01:02 +0000 Original-Received: (at 61062) by debbugs.gnu.org; 28 Jan 2023 18:00:22 +0000 Original-Received: from localhost ([127.0.0.1]:41471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLpUz-0006Yy-Ua for submit@debbugs.gnu.org; Sat, 28 Jan 2023 13:00:22 -0500 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:33951) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLpUv-0006YZ-0O; Sat, 28 Jan 2023 13:00:20 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 9A12D100004; Sat, 28 Jan 2023 18:00:09 +0000 (UTC) In-Reply-To: <838rhocs0m.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 27 Jan 2023 10:15:37 +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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:254310 Archived-At: close 61062 29.0.60 quit >> Another question that I'm not sure about is whether it makes sense to >> mention all outline-minor-mode supported modes in etc/NEWS? I mean >> that we prepared outline-minor-mode related settings in some modes, >> but not enabled outline-minor-mode in these modes. >> >> For example, we set such values as outline-search-function, >> outline-level, outline-minor-mode-use-buttons, etc. >> in apropos-mode and xref. So the users could easily enable >> outline-minor-mode in these modes, and it will work >> without additional customization. >> >> Does it make sense to list these modes in etc/NEWS, so users will know >> where they can enable outline-minor-mode? Probably support for >> apropos-mode could be mentioned under the section Help mode, >> and outline-minor-mode for xref under the section Xref? > > If the list is not too long, I think listing those modes in NEWS would > be useful. Done. >> BTW, it looks like more links could be added to the manual: > > Adding cross-references is always a Good Thing, thanks. The only > situation where such cross-references could be inappropriate is if > some prior text in the same node and close enough already has a > cross-reference to the same place. In all other cases, such > cross-references are most welcome. Also pushed to emacs-29.