From unknown Tue Aug 19 01:10:59 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46558 <46558@debbugs.gnu.org> To: bug#46558 <46558@debbugs.gnu.org> Subject: Status: Interaction between font-lock-extend-region-wholelines and font-lock-extend-region-multiline Reply-To: bug#46558 <46558@debbugs.gnu.org> Date: Tue, 19 Aug 2025 08:10:59 +0000 retitle 46558 Interaction between font-lock-extend-region-wholelines and fo= nt-lock-extend-region-multiline reassign 46558 emacs submitter 46558 sebastien.miquel@posteo.eu severity 46558 normal tag 46558 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 16 07:13:25 2021 Received: (at submit) by debbugs.gnu.org; 16 Feb 2021 12:13:25 +0000 Received: from localhost ([127.0.0.1]:39599 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBzEL-0005JB-Bj for submit@debbugs.gnu.org; Tue, 16 Feb 2021 07:13:25 -0500 Received: from lists.gnu.org ([209.51.188.17]:33376) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lBzEK-0005J4-88 for submit@debbugs.gnu.org; Tue, 16 Feb 2021 07:13:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46910) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBzEK-0008E0-2S for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 07:13:24 -0500 Received: from mout01.posteo.de ([185.67.36.65]:59656) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lBzEH-0002Zx-QS for bug-gnu-emacs@gnu.org; Tue, 16 Feb 2021 07:13:23 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 97AA616005C for ; Tue, 16 Feb 2021 13:13:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.eu; s=2017; t=1613477598; bh=phIxlbi/DYmrwNxGu/M4vkwmT0zf5LCv0SXSWuNxr8E=; h=To:From:Subject:Date:From; b=Ft46xp5sm/HVuLPhRUtUzgqhQ2v29NlijhzUgfaXTS+RfqTmAboaCEO1EMoCwFU59 aBWjdCjFMdH6RGoukwapbHAiEVcBixyoPN7xSd43+HWhbGaf0fslGXkMUscfcEms4j 4XiyKMizlSl3okSz4eMBrMVOOsbZzTvCWb6EU7Widw8RXwROwhcGXrhgVNB7Tl2K3j DhGTo/+Kh1G8dOd5zFdcXxYobABz9laeFiV+4Hq6OqwNlwSfrF6NzrAPyFuzIMMU2C kBRKGbYV3907z6+2sr8GeAu1p3OSG7pZGuxdVYrGxWnxp7tkgpqU4vuWB5DZoCqlJ/ At1njj/JIJ8ig== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Dg0HK6pbrz9rxK for ; Tue, 16 Feb 2021 13:13:17 +0100 (CET) To: bug-gnu-emacs@gnu.org From: =?UTF-8?Q?S=c3=a9bastien_Miquel?= Subject: Interaction between font-lock-extend-region-wholelines and font-lock-extend-region-multiline Message-ID: Date: Tue, 16 Feb 2021 13:13:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: fr Received-SPF: pass client-ip=185.67.36.65; envelope-from=sebastien.miquel@posteo.eu; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: , Reply-To: sebastien.miquel@posteo.eu Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hi, In org-mode, blocks are fontified with the font-lock-multiline property. When editing the line right before a block, the whole block is needlessly refontified (use highlight-refontification-mode to check). This is because the font-lock-extend-region-wholelines extends the region to the beginning of the next line, which has the font-lock-multiline property. Then font-lock-extend-region-multiline extends the region to the end of the block. If a second block follows the first one, with no empty line between, it is refontified as well. Maybe font-lock-extend-region-multiline should check if the char right before font-lock-end has the font-lock-multiline property as well before extending the region. I've tried it, and haven't found any issue in this use case. -- Sébastien Miquel From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 17 11:20:05 2022 Received: (at 46558) by debbugs.gnu.org; 17 Jun 2022 15:20:05 +0000 Received: from localhost ([127.0.0.1]:46684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2DlV-0002Sy-0D for submit@debbugs.gnu.org; Fri, 17 Jun 2022 11:20:05 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57120) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2DlS-0002SK-24 for 46558@debbugs.gnu.org; Fri, 17 Jun 2022 11:20:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To: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=3Hf3nVw6w2DkjtmNd5ynTYEjLEN2H/zUYQd6iVkDrlM=; b=td0pZBSUpMiWH2QYrNS52ld/rM 9Fpl3hwR00QKIWoQ57OgWR7EoiWVfQgE3XEGyKekv6ln5tYv+BcE8Qf/ggMNX9mhWjE7eBLpRekMR ekkP9L9Njqh8K4ViLydV9sVUxbDOURMM4d9dhAwqIAe7PqrHGOmm2S97xK5AvuMUPQ0c=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o2DlI-0004Qf-JH; Fri, 17 Jun 2022 17:19:55 +0200 From: Lars Ingebrigtsen To: =?utf-8?Q?S=C3=A9bastien?= Miquel Subject: Re: bug#46558: Interaction between font-lock-extend-region-wholelines and font-lock-extend-region-multiline References: X-Now-Playing: David Allred's _Felt The Transition_: "For Only All (Solo Piano)" Date: Fri, 17 Jun 2022 17:19:52 +0200 In-Reply-To: (=?utf-8?Q?=22S=C3=A9bastien?= Miquel"'s message of "Tue, 16 Feb 2021 13:13:17 +0100") Message-ID: <877d5f71wn.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; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Sébastien Miquel writes: > Maybe font-lock-extend-region-multiline should check if the char > right before font-lock-end has the font-lock-multiline property as > well before extending the region. I've tried it, and haven't f [...] 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: 46558 Cc: 46558@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 (---) S=C3=A9bastien Miquel writes: > Maybe font-lock-extend-region-multiline should check if the char > right before font-lock-end has the font-lock-multiline property as > well before extending the region. I've tried it, and haven't found any > issue in this use case. (I'm going through old bug reports that unfortunately weren't resolved at the time.) Do you have a patch to propose here, by any chance? --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 17 11:20:07 2022 Received: (at control) by debbugs.gnu.org; 17 Jun 2022 15:20:07 +0000 Received: from localhost ([127.0.0.1]:46687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2DlX-0002TC-9z for submit@debbugs.gnu.org; Fri, 17 Jun 2022 11:20:07 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2DlW-0002SQ-1I for control@debbugs.gnu.org; Fri, 17 Jun 2022 11:20:06 -0400 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=YAC8JvgUKn2sW6KY1ahrO00R7es41EHMvkNra2DeEP4=; b=C8zBCLUSBMpUMVclop1oHONy9S NCm40hYw2eoKjm/8xnDSu59FAz7MSYcRRfM62EJU/ntQIAmD2ZU8mQx1HwzdVFhdHzyLeBYeFrtJv ZfCRQcmewOQqKTpUNm8neXriEZ9j3fNB8F+GRMOfXEkw3727dBo8L1PkZcfrx/x9XvUg=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o2DlO-0004Ql-59 for control@debbugs.gnu.org; Fri, 17 Jun 2022 17:20:00 +0200 Date: Fri, 17 Jun 2022 17:19:56 +0200 Message-Id: <875ykz71wj.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #46558 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: tags 46558 + moreinfo 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 (---) tags 46558 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 08:56:35 2022 Received: (at 46558) by debbugs.gnu.org; 19 Jun 2022 12:56:35 +0000 Received: from localhost ([127.0.0.1]:50835 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2uTj-0002gL-3M for submit@debbugs.gnu.org; Sun, 19 Jun 2022 08:56:35 -0400 Received: from mout02.posteo.de ([185.67.36.66]:56683) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2uTg-0002g2-DF for 46558@debbugs.gnu.org; Sun, 19 Jun 2022 08:56:33 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 2902B240107 for <46558@debbugs.gnu.org>; Sun, 19 Jun 2022 14:56:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.eu; s=2017; t=1655643386; bh=Z6BbnP4W71PbUYHxFfXqQ3GJv9A3Ytp9aAkgELubE6A=; h=Date:Subject:To:Cc:From:From; b=ShSCGS2A1IcgF8TPeD7KgBUQkEAi7XP0lUw9CZI9nG5e9/DEoJsDJnHIyLNsPLMfX M3keOpPCi6phQi3ewxHWIV2IuhqA9E5Pa9U3wZgA1+7jGHm5BKyoegPlDV4i/OlgsD hRgzkK+Mrt8/YGhVkvxx1zoezQhbvIINrqI8/NBbX+xVLv7jZ5Fae+cBBUmldU6QHb xn/VRl+A9fdwsoYftVyLF2TzoEM1LcH6NApnOxprnzXl7Y9qNjThUNJlN3nQCbUd2e 8tnqmkpPlQ/96vkkMRe7m+2FQR/RTjrQSGY64inUnXqcBKn06FvXd589iHvOhkOwSI nefrEU37L0crA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4LQt7s0k8Lz6tmL; Sun, 19 Jun 2022 14:56:25 +0200 (CEST) Content-Type: multipart/mixed; boundary="------------2OpjxCCLrCv86I9LWcpsyLn1" Message-ID: Date: Sun, 19 Jun 2022 12:56:24 +0000 MIME-Version: 1.0 Subject: Re: bug#46558: Interaction between font-lock-extend-region-wholelines and font-lock-extend-region-multiline Content-Language: fr To: Lars Ingebrigtsen References: <877d5f71wn.fsf@gnus.org> From: =?UTF-8?Q?S=c3=a9bastien_Miquel?= In-Reply-To: <877d5f71wn.fsf@gnus.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 46558 Cc: 46558@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: , Reply-To: sebastien.miquel@posteo.eu Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) This is a multi-part message in MIME format. --------------2OpjxCCLrCv86I9LWcpsyLn1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi, Lars Ingebrigtsen writes: > Do you have a patch to propose here, by any chance? Here's what I had in mind. -- Sébastien Miquel --------------2OpjxCCLrCv86I9LWcpsyLn1 Content-Type: text/x-patch; charset=UTF-8; name="0001-Small-fix-in-font-lock-extend-region-multiline-Bug-4.patch" Content-Disposition: attachment; filename*0="0001-Small-fix-in-font-lock-extend-region-multiline-Bug-4.pa"; filename*1="tch" Content-Transfer-Encoding: base64 RnJvbSA1N2E1YTk1OWM1ZTVmOTA0MWM3NmZhYTA4NDJmZjk5OWU1OWQ3OGJjIE1vbiBTZXAg MTcgMDA6MDA6MDAgMjAwMQpGcm9tOiA9P1VURi04P3E/Uz1DMz1BOWJhc3RpZW49MjBNaXF1 ZWw/PSA8c2ViYXN0aWVuLm1pcXVlbEBwb3N0ZW8uZXU+CkRhdGU6IFN1biwgMTkgSnVuIDIw MjIgMTQ6Mzg6NTQgKzAyMDAKU3ViamVjdDogW1BBVENIXSBTbWFsbCBmaXggaW4gZm9udC1s b2NrLWV4dGVuZC1yZWdpb24tbXVsdGlsaW5lIChCdWcjNDY1NTgpCgoqIGxpc3AvZm9udC1s b2NrLmVsIChmb250LWxvY2stZXh0ZW5kLXJlZ2lvbi1tdWx0aWxpbmUpOiBEbyBub3QgZXh0 ZW5kCnRoZSByZWdpb24gaWYgYGZvbnQtbG9jay1tdWx0aWxpbmUnIHN0YXJ0cyBhdCBgZm9u dC1sb2NrLWVuZCcuCi0tLQogbGlzcC9mb250LWxvY2suZWwgfCAxNyArKysrKysrKysrKy0t LS0tLQogMSBmaWxlIGNoYW5nZWQsIDExIGluc2VydGlvbnMoKyksIDYgZGVsZXRpb25zKC0p CgpkaWZmIC0tZ2l0IGEvbGlzcC9mb250LWxvY2suZWwgYi9saXNwL2ZvbnQtbG9jay5lbApp bmRleCA0ODg4NzRhMTc1Li5kZjBhMjZmNGQwIDEwMDY0NAotLS0gYS9saXNwL2ZvbnQtbG9j ay5lbAorKysgYi9saXNwL2ZvbnQtbG9jay5lbApAQCAtMTI0NSwxMiArMTI0NSwxNyBAQCBQ dXQgZmlyc3QgdGhlIGZ1bmN0aW9ucyBtb3JlIGxpa2VseSB0byBjYXVzZSBhIGNoYW5nZSBh bmQgY2hlYXBlciB0byBjb21wdXRlLiIpCiAgICAgICAoc2V0cSBmb250LWxvY2stYmVnIChv ciAocHJldmlvdXMtc2luZ2xlLXByb3BlcnR5LWNoYW5nZQogICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgIGZvbnQtbG9jay1iZWcgJ2ZvbnQtbG9jay1tdWx0aWxpbmUpCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAocG9pbnQtbWluKSkpKQotICAgIDs7Ci0gICAg KHdoZW4gKGdldC10ZXh0LXByb3BlcnR5IGZvbnQtbG9jay1lbmQgJ2ZvbnQtbG9jay1tdWx0 aWxpbmUpCi0gICAgICAoc2V0cSBjaGFuZ2VkIHQpCi0gICAgICAoc2V0cSBmb250LWxvY2st ZW5kIChvciAodGV4dC1wcm9wZXJ0eS1hbnkgZm9udC1sb2NrLWVuZCAocG9pbnQtbWF4KQot ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICdmb250 LWxvY2stbXVsdGlsaW5lIG5pbCkKLSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChw b2ludC1tYXgpKSkpCisgICAgOzsgSWYgYGZvbnQtbG9jay1tdWx0aWxpbmUnIHN0YXJ0cyBh dCBgZm9udC1sb2NrLWVuZCcsIGRvIG5vdAorICAgIDs7IGV4dGVuZCB0aGUgcmVnaW9uLgor ICAgIChsZXQgKChiZWZvcmUtZW5kIChtYXggKHBvaW50LW1pbikgKDEtIGZvbnQtbG9jay1l bmQpKSkKKyAgICAgICAgICAobmV3LWVuZCBuaWwpKQorICAgICAgKHdoZW4gKGdldC10ZXh0 LXByb3BlcnR5IGJlZm9yZS1lbmQgJ2ZvbnQtbG9jay1tdWx0aWxpbmUpCisgICAgICAgIChz ZXRxIG5ldy1lbmQgKG9yICh0ZXh0LXByb3BlcnR5LWFueSBiZWZvcmUtZW5kIChwb2ludC1t YXgpCisgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnZm9u dC1sb2NrLW11bHRpbGluZSBuaWwpCisgICAgICAgICAgICAgICAgICAgICAgICAgIChwb2lu dC1tYXgpKSkKKyAgICAgICAgKHdoZW4gKC89IG5ldy1lbmQgZm9udC1sb2NrLWVuZCkKKyAg ICAgICAgICAoc2V0cSBjaGFuZ2VkIHQpCisgICAgICAgICAgKHNldHEgZm9udC1sb2NrLWVu ZCBuZXctZW5kKSkpKQogICAgIGNoYW5nZWQpKQoKIChkZWZ1biBmb250LWxvY2stZXh0ZW5k LXJlZ2lvbi13aG9sZWxpbmVzICgpCi0tIAoyLjM2LjEK --------------2OpjxCCLrCv86I9LWcpsyLn1-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 09:13:14 2022 Received: (at 46558) by debbugs.gnu.org; 19 Jun 2022 13:13:14 +0000 Received: from localhost ([127.0.0.1]:50862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2ujp-000374-Oj for submit@debbugs.gnu.org; Sun, 19 Jun 2022 09:13:13 -0400 Received: from quimby.gnus.org ([95.216.78.240]:50652) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2ujn-00036n-Ph for 46558@debbugs.gnu.org; Sun, 19 Jun 2022 09:13:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To: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=hgoO4jsBP2Hasm9LYWXMWORE0l77k344ugmj703Sx+w=; b=PC88QGgNy52bkZi1YpnAAuIjOu nqqu4MGaAByAhUSM7pQ3CbYLBQaWDYzoYZaKIc0uQj5lMgzG35AXS2VHSR8Zg9OIHg1itpB6HaJ7d Kwxz3s9EKjP375w++gL1Fdq2a0H0GOcXHwGZL2bvcJONAjEdghUqqxcgY+7P48dHgacs=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o2uje-00067s-CN; Sun, 19 Jun 2022 15:13:04 +0200 From: Lars Ingebrigtsen To: =?utf-8?Q?S=C3=A9bastien?= Miquel Subject: Re: bug#46558: Interaction between font-lock-extend-region-wholelines and font-lock-extend-region-multiline References: <877d5f71wn.fsf@gnus.org> Date: Sun, 19 Jun 2022 15:13:01 +0200 In-Reply-To: (=?utf-8?Q?=22S=C3=A9bastien?= Miquel"'s message of "Sun, 19 Jun 2022 12:56:24 +0000") Message-ID: <87mte8x0de.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; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Sébastien Miquel writes: >> Do you have a patch to propose here, by any chance? > > Here's what I had in mind. 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: 46558 Cc: 46558@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 (---) S=C3=A9bastien Miquel writes: >> Do you have a patch to propose here, by any chance? > > Here's what I had in mind. Thanks; pushed to Emacs 29. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 19 09:13:17 2022 Received: (at control) by debbugs.gnu.org; 19 Jun 2022 13:13:17 +0000 Received: from localhost ([127.0.0.1]:50865 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2ujs-00037J-W5 for submit@debbugs.gnu.org; Sun, 19 Jun 2022 09:13:17 -0400 Received: from quimby.gnus.org ([95.216.78.240]:50666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o2ujs-00036v-3G for control@debbugs.gnu.org; Sun, 19 Jun 2022 09:13:16 -0400 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=hdosNtdXkQ4wP2DE/lP6MUl3+HbIQan0ntSa4ppuFbw=; b=nbl3O129dQtnbY2FJ72o4ryXus 3MfdUXPe7XnFMIvQM/Q1fHJBGX80ss+n/kK8vqb33zZsMNL+vkXqtORCZy8Xh0Z19c1ylmtdBlMlG piJW/K0Xz/Hmv4YBYCFyZ55d9IN5hGJI8D4dn+mrigjb7hvQmC0G0xnYQ3vCuhhWaupk=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o2ujk-00067z-Ct for control@debbugs.gnu.org; Sun, 19 Jun 2022 15:13:10 +0200 Date: Sun, 19 Jun 2022 15:13:07 +0200 Message-Id: <87letsx0d8.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #46558 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 46558 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 46558 29.1 quit From unknown Tue Aug 19 01:10:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 18 Jul 2022 11:24:09 +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