From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 21 17:13:57 2022 Received: (at submit) by debbugs.gnu.org; 21 Feb 2022 22:13:57 +0000 Received: from localhost ([127.0.0.1]:39349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMGwO-0003og-6k for submit@debbugs.gnu.org; Mon, 21 Feb 2022 17:13:57 -0500 Received: from lists.gnu.org ([209.51.188.17]:57692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMF3b-000718-De for submit@debbugs.gnu.org; Mon, 21 Feb 2022 15:13:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40130) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMF3a-000365-F7 for bug-gnu-emacs@gnu.org; Mon, 21 Feb 2022 15:13:15 -0500 Received: from fwd1.porkbun.com ([52.10.174.57]:58234) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nMF3Y-000267-29 for bug-gnu-emacs@gnu.org; Mon, 21 Feb 2022 15:13:13 -0500 Received: by fwd1.porkbun.com (Postfix, from userid 497) id 9D611436EF; Mon, 21 Feb 2022 20:12:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jnorden.com; s=default; t=1645474375; bh=TMGs+h0wcul+diMxouXaG6GbXEvYIWi1NeXSf8zFtHw=; h=Date:From:To:Subject; b=bz59hZcwbP1xOKOg2OWrl6rr5xGgeVVEtMTLXIEBIatXS5SZlKvrljNogAzWVbmUP jtdWpcgO0YVGuBMeNgG7VtP/V3+L3g/KuwUSe1vx8SQ9gb6TEmhwqzTB5v46FDGOSs oBsDIxcqkiMq3kV/NriHRkQ9MILJJhgBY35uvzSA= X-Spam-Checker-Version: SpamAssassin 3.4.3 (2019-12-06) on ip-172-31-37-14.us-west-2.compute.internal X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.3 Received: from webmail.porkbun.com (unknown [35.86.129.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: jeff@jnorden.com) by fwd1.porkbun.com (Postfix) with ESMTPSA id C46FC4374F; Mon, 21 Feb 2022 20:12:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jnorden.com; s=default; t=1645474361; bh=TMGs+h0wcul+diMxouXaG6GbXEvYIWi1NeXSf8zFtHw=; h=Date:From:To:Subject; b=j/kPQLexAUVy0ksBMInarobuSOBYrEfloW8ehUKr5osOspw57WtjfK4JUlnRtLKI9 E3k1mwdyqp/TIAFMdNW3Q0Gi/v5nuR2IQALHqQjaT+xDsbsOz+Tf4UezDNRfaYMYql Dp2VpA8a5B9VibCgeKi62FQwpuBNqkvwfuMYGY3U= MIME-Version: 1.0 Date: Mon, 21 Feb 2022 14:12:40 -0600 From: Jeff Norden To: bug-gnu-emacs@gnu.org Subject: Feature request: make 'outline-blank-line' defcustom and local-safe. User-Agent: Roundcube Webmail/1.4.11 Message-ID: <6147d939dc4455308a1392c99c8398b2@jnorden.com> X-Sender: jeff@jnorden.com Content-Type: multipart/mixed; boundary="=_3d7cbf148b0d6d2fd2a546f81175c748" Received-SPF: pass client-ip=52.10.174.57; envelope-from=SRS0=PFx3=TE=jnorden.com=jeff@porkbun.com; helo=fwd1.porkbun.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 21 Feb 2022 17:13:55 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) --=_3d7cbf148b0d6d2fd2a546f81175c748 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed I've been playing with outline-mode for the first time in a while. I've got a simple suggestion: it seems like the `outline-blank-line' variable ought to be customizable and file-local safe. It causes a single blank line to separate hidden heading lines when there is at least one blank line in the un-hidden text. If you leave blank lines before some headings and not others, it provides an additional visual way of grouping them, without the need to create another heading level. This is handy if the distinction is temporary, as in: "I'm done with these sections, but still working on those." A trivial patch is below (and also attached). Version 22.1 is a guess on my part, someone with better git skills than me could probably check it. Thanks! -Jeff ============================================================ --- outline.el.orig 2022-02-21 12:08:50.124838087 -0600 +++ outline.el 2022-02-21 13:05:59.087075549 -0600 @@ -294,8 +294,11 @@ (defvar outline-mode-hook nil "This hook is run when outline mode starts.") -(defvar outline-blank-line nil - "Non-nil means to leave unhidden blank line before heading.") +(defcustom outline-blank-line nil + "Non-nil means to leave an unhidden blank line before headings." + :type 'boolean + :version "22.1") +;;;###autoload(put 'outline-blank-line 'safe-local-variable 'booleanp) ;;;###autoload (define-derived-mode outline-mode text-mode "Outline" ============================================================ --=_3d7cbf148b0d6d2fd2a546f81175c748 Content-Transfer-Encoding: base64 Content-Type: text/x-diff; name=outline_el.diff Content-Disposition: attachment; filename=outline_el.diff; size=593 LS0tIG91dGxpbmUuZWwub3JpZwkyMDIyLTAyLTIxIDEyOjA4OjUwLjEyNDgzODA4NyAtMDYwMAor Kysgb3V0bGluZS5lbAkyMDIyLTAyLTIxIDEzOjA1OjU5LjA4NzA3NTU0OSAtMDYwMApAQCAtMjk0 LDggKzI5NCwxMSBAQAogKGRlZnZhciBvdXRsaW5lLW1vZGUtaG9vayBuaWwKICAgIlRoaXMgaG9v ayBpcyBydW4gd2hlbiBvdXRsaW5lIG1vZGUgc3RhcnRzLiIpCiAKLShkZWZ2YXIgb3V0bGluZS1i bGFuay1saW5lIG5pbAotICAiTm9uLW5pbCBtZWFucyB0byBsZWF2ZSB1bmhpZGRlbiBibGFuayBs aW5lIGJlZm9yZSBoZWFkaW5nLiIpCisoZGVmY3VzdG9tIG91dGxpbmUtYmxhbmstbGluZSBuaWwK KyAgIk5vbi1uaWwgbWVhbnMgdG8gbGVhdmUgYW4gdW5oaWRkZW4gYmxhbmsgbGluZSBiZWZvcmUg aGVhZGluZ3MuIgorICA6dHlwZSAnYm9vbGVhbgorICA6dmVyc2lvbiAiMjIuMSIpCis7OzsjIyNh dXRvbG9hZChwdXQgJ291dGxpbmUtYmxhbmstbGluZSAnc2FmZS1sb2NhbC12YXJpYWJsZSAnYm9v bGVhbnApCiAKIDs7OyMjI2F1dG9sb2FkCiAoZGVmaW5lLWRlcml2ZWQtbW9kZSBvdXRsaW5lLW1v ZGUgdGV4dC1tb2RlICJPdXRsaW5lIgo= --=_3d7cbf148b0d6d2fd2a546f81175c748-- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 22 08:52:09 2022 Received: (at 54095) by debbugs.gnu.org; 22 Feb 2022 13:52:09 +0000 Received: from localhost ([127.0.0.1]:40413 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMVaL-0005ZW-AE for submit@debbugs.gnu.org; Tue, 22 Feb 2022 08:52:09 -0500 Received: from quimby.gnus.org ([95.216.78.240]:51478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMVaJ-0005ZJ-Mx for 54095@debbugs.gnu.org; Tue, 22 Feb 2022 08:52:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=iO5srlJPJ+ba7iAn9dqXIxpXfrWl1/nuxvjg9oTbRp4=; b=lp0phCWo5VPr4KK6ruVjbuHRRU OljCY7DBbHqQ+R1ta+wazL8VihWWRa9stlIO4R00KYJLht3YbOS+Zcn8Q9ZCxWVJOKzYhWO4TctZa e5Wokwnvenwm8aDfHaFPyDm0nxBbbJ++5CRlFclXgJr+vaetVU99n2HhgNKH5TIpCd4g=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nMVaA-0005u4-B7; Tue, 22 Feb 2022 14:52:01 +0100 From: Lars Ingebrigtsen To: Jeff Norden Subject: Re: bug#54095: Feature request: make 'outline-blank-line' defcustom and local-safe. References: <6147d939dc4455308a1392c99c8398b2@jnorden.com> X-Now-Playing: Sleepy John Estes and Yank Rachell's _Anthology of American Folk Music: Songs (1)_: "Expressman Blues" Date: Tue, 22 Feb 2022 14:51:57 +0100 In-Reply-To: <6147d939dc4455308a1392c99c8398b2@jnorden.com> (Jeff Norden's message of "Mon, 21 Feb 2022 14:12:40 -0600") Message-ID: <87r17vau0y.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Jeff Norden writes: > A trivial patch is below (and also attached). Version 22.1 is a guess > on my part, someone with better git skills than me could probably > check it. Thanks; pushed to Emacs 29. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54095 Cc: 54095@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Jeff Norden writes: > A trivial patch is below (and also attached). Version 22.1 is a guess > on my part, someone with better git skills than me could probably > check it. Thanks; pushed to Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 22 08:52:14 2022 Received: (at control) by debbugs.gnu.org; 22 Feb 2022 13:52:14 +0000 Received: from localhost ([127.0.0.1]:40419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMVaP-0005Zu-Rs for submit@debbugs.gnu.org; Tue, 22 Feb 2022 08:52:13 -0500 Received: from quimby.gnus.org ([95.216.78.240]:51492) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMVaP-0005ZP-3Z for control@debbugs.gnu.org; Tue, 22 Feb 2022 08:52:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=swY179F7q6SbNiv56p3ZQlH77+KQB/eYl4lU9jJHK+U=; b=B2CuhkLoxAZ98Tm5UZGYeN8sPt fzpkCijD22nm2Sip2w4AtjD794Ojp1KJc9tVMGDCWjMGlOr+bml7rk8FUvgG6fRsL8sPWnqudeiUx RqcolErmN3b7L+8H/s2FWyTyOYyPNOjvjtRigGR8DuLmiKkcxELPbY9+JJZJj9AtsZbs=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nMVaG-0005uG-QM for control@debbugs.gnu.org; Tue, 22 Feb 2022 14:52:07 +0100 Date: Tue, 22 Feb 2022 14:52:03 +0100 Message-Id: <87pmnfau0s.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #54095 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 54095 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 54095 29.1 quit From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 22 12:27:53 2022 Received: (at 54095) by debbugs.gnu.org; 22 Feb 2022 17:27:53 +0000 Received: from localhost ([127.0.0.1]:42536 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMYx7-0003sZ-An for submit@debbugs.gnu.org; Tue, 22 Feb 2022 12:27:53 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:40719) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMYx2-0003s2-EU for 54095@debbugs.gnu.org; Tue, 22 Feb 2022 12:27:48 -0500 Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id B6DF3FF806; Tue, 22 Feb 2022 17:27:40 +0000 (UTC) From: Juri Linkov To: Lars Ingebrigtsen Subject: Re: bug#54095: Feature request: make 'outline-blank-line' defcustom and local-safe. Organization: LINKOV.NET References: <6147d939dc4455308a1392c99c8398b2@jnorden.com> <87r17vau0y.fsf@gnus.org> Date: Tue, 22 Feb 2022 19:05:39 +0200 In-Reply-To: <87r17vau0y.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 22 Feb 2022 14:51:57 +0100") Message-ID: <86o82zrlfg.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54095 Cc: 54095@debbugs.gnu.org, Jeff Norden X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) >> A trivial patch is below (and also attached). Version 22.1 is a guess >> on my part, someone with better git skills than me could probably >> check it. > > Thanks; pushed to Emacs 29. Maybe the same way as outline-blank-line defines whether to show ^J between outline headings, the same variable or another similar variable could define whether to also include ^L as a separator between outlines. This will fix the problem reported in bug#51016. Then 'outline-blank-line' could be e.g. a regexp like [^J^L]+. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 23 07:16:23 2022 Received: (at 54095) by debbugs.gnu.org; 23 Feb 2022 12:16:23 +0000 Received: from localhost ([127.0.0.1]:44139 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMqZD-0005Ke-AY for submit@debbugs.gnu.org; Wed, 23 Feb 2022 07:16:23 -0500 Received: from quimby.gnus.org ([95.216.78.240]:33842) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nMqZ8-0005Cb-P8 for 54095@debbugs.gnu.org; Wed, 23 Feb 2022 07:16:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=SygrtZ5kk9tUbbvZZnaqYgAUvEgUuBNDVdakb+Kx9SI=; b=dRknzl/cFnoHxFGmJ5ky4pDF9U Tb0H4+fuEP7gR2En4BIazPseX5vw9fv3fq07NwoW/YVajnstYTVoxKDMumP0TVk5zkaSQtTIscgFz zBo0vpi9o8yqb7uZ0ah8UNoRHJnmffWis3bNmh6a4Th+g5mi38FaAZ77GGRJdUf1FpTw=; Received: from [84.212.220.105] (helo=giant) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nMqYz-0001PR-Op; Wed, 23 Feb 2022 13:16:12 +0100 From: Lars Ingebrigtsen To: Juri Linkov Subject: Re: bug#54095: Feature request: make 'outline-blank-line' defcustom and local-safe. References: <6147d939dc4455308a1392c99c8398b2@jnorden.com> <87r17vau0y.fsf@gnus.org> <86o82zrlfg.fsf@mail.linkov.net> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEV9hLKztss+SZwk KmT///+HInAoAAAAAWJLR0QEj2jZUQAAAAd0SU1FB+YCFwwBOfTDLlQAAAGcSURBVDjLhZSLseMw CEWRXgNyKsBQQaD/3vZesJz47c4smfFYOvzBEWk5fsn662aLLPOYZhbi9Qyj+FsOnAqY4KmzwLRT DijylFBLwAIyBy0APDw9E7YFVBqYQzkSIu0qbAP8MgwmHuWBMRogt2AUAsV5g8B7OcnK1vJ/gJfx AX4VCP0HQIodo0Erd0cK0P12zaKNhQKsAr7vQ1hn1ZE3YA0XmGxi5AdMAJ4IrMAVFKA1HoBjydm5 EWR+pem+013xAPmpY6ZO5VyxKzZ1ylQRxTzkfU481zrGmC+M7jUE76hjqKN+gkPnz2lrrAOahy5x ORU6Y6hBfYi8Fl0lExVVFRWDW5U1QVeiDralE72ycvYq6rrHcEsDXHG4Gfc9JrhusCWjtmSxzW3x zeiqBvAA3qAdPUAtHIH1nvzKqkF+A7d3AUa/Adc3fjYoi/xMhJvYWd096d3PrqNy6pZcMFk51Svn 3Ssm+ObM690rjHXLEhZH1Fe0N7tb1aAdWX9+tUzoawPPXfzl6Po+aLNjsNEb+AX8AnU6sRr//vf5 AxNqlRczdUN+AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTAyLTIzVDEyOjAxOjU3KzAwOjAwNFqC XwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0wMi0yM1QxMjowMTo1NyswMDowMEUHOuMAAAAASUVO RK5CYII= X-Now-Playing: Cat Power's _Covers_: "I'll Be Seeing You" Date: Wed, 23 Feb 2022 13:16:08 +0100 In-Reply-To: <86o82zrlfg.fsf@mail.linkov.net> (Juri Linkov's message of "Tue, 22 Feb 2022 19:05:39 +0200") Message-ID: <87sfs97p87.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Juri Linkov writes: > Maybe the same way as outline-blank-line defines whether to show ^J > between outline headings, the same variable or another similar variable > could define whether to also include ^L as a separator [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54095 Cc: 54095@debbugs.gnu.org, Jeff Norden X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Juri Linkov writes: > Maybe the same way as outline-blank-line defines whether to show ^J > between outline headings, the same variable or another similar variable > could define whether to also include ^L as a separator between outlines. > This will fix the problem reported in bug#51016. > > Then 'outline-blank-line' could be e.g. a regexp like [^J^L]+. Hm... I think a separate variable would be better for that -- having a boolean here is nice for easy on/off in .dir-locals.el. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Fri Sep 19 23:03:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 24 Mar 2022 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator