From unknown Sat Jun 14 05:15:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46304: 28.0.50; rst-mode fill-paragraph broken in bullet-lists Resent-From: Thomas Hisch Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 04 Feb 2021 20:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46304 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 46304@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.161246944012708 (code B ref -1); Thu, 04 Feb 2021 20:11:01 +0000 Received: (at submit) by debbugs.gnu.org; 4 Feb 2021 20:10:40 +0000 Received: from localhost ([127.0.0.1]:42328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7kxb-0003It-DU for submit@debbugs.gnu.org; Thu, 04 Feb 2021 15:10:40 -0500 Received: from lists.gnu.org ([209.51.188.17]:57548) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7kxa-0003Ik-0b for submit@debbugs.gnu.org; Thu, 04 Feb 2021 15:10:38 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35148) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7kxZ-00073R-S4 for bug-gnu-emacs@gnu.org; Thu, 04 Feb 2021 15:10:37 -0500 Received: from mail.ims.co.at ([81.92.245.88]:16636) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7kxV-0002Vz-5g for bug-gnu-emacs@gnu.org; Thu, 04 Feb 2021 15:10:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ims.co.at; s=ims; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=OaFwdITEER18aLVDRNTpomSwG1d3Flm9uNLyPAGTPa4=; b=IIk1NS2ekjVwL/d4pNvjdq4wCnFOEEQ+ttkbLB+1HWxdF74GMmLJTS6/ X0eYxF6x+iN3WOSfKYVCeRjJQKmGZOucoBs7isddiVftFSHSEVy6q2D9k ooGQqqLa5Qn8byCl4mJFY2wzTDypKuw03eAATOmARKYOlUbfE7D9qiMqO s=; IronPort-SDR: 75m9ycFq/sE406I5jGIkGtp1quxJAE+WfZs02gI0MDtYGxzgkZpSCxFdjbuvbdENSocUPQ7qgh 0wJRWnzGViGg== X-IronPort-AV: E=Sophos;i="5.81,153,1610406000"; d="scan'208";a="761037" From: Thomas Hisch Date: Thu, 4 Feb 2021 21:09:49 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.119.100.99] X-ClientProxiedBy: srv-xchg-01.ims.co.at (10.120.20.61) To srv-xchg-02.ims.co.at (10.120.20.62) Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.92.245.88; envelope-from=prvs=662c5f1a2=thomas.hisch@ims.co.at; helo=mail.ims.co.at X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) The indentation in a text block in a bullet-point entry is removed if it the 2nd lines starts with a RST directive, e.g. :math:. If you run `fill-paragraph` when `point` is somewhere on the first paragraph, the indentation before the 2nd line is lost. This is neither the case for the 2nd nor the 3rd bullet-point entry in this next example * asdfasf dafd sfkdkfaslfksdflk mdfa sdfsdf kldf a kdasfd asf :math:`\kappa` dfaskdflsdf dasfdfas df. * asdfasf dafd sfkdkfaslfksdflk mdfa sdfsdf kldf a kdasfd asf kksadfo mmommmmmasd :math:`\kappa` dfaskdflsdf dasfdfas df. * asdfasf dafd sfkdkfaslfksdflk mdfa sdfsdf kldf a kdasfd asf asdfasf dafd sfkdkfaslfksdflk mdfa sdfsdf kldf a kdasfd asf asdfasf dafd sfkdkfaslfksdflk mdfa sdfsdf kldf a kdasfd asf asdfasf dafd sfkdkfaslfksdflk mdfa sdfsdf kldf a kdasfd asf dakkkkkkkkkkkkkkkk :math:`\kappa` dfaskdflsdf dasfdfas df. In GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo versio= n 1.16.0, Xaw3d scroll bars) of 2021-02-03 built on NBPF1PQX4B Repository revision: b81516c7fb558c9b4bc44e6e69f6729a5f2f9894 Repository branch: master Windowing system distributor 'Fedora Project', version 11.0.12010000 System Description: Fedora 33 (Workstation Edition) Configured using: 'configure 'CFLAGS=3D-march=3Dnative -O3' --prefix=3D/opt/emacs --with-x-toolkit=3Dlucid --with-xpm --without-jpeg --without-gif --without-tiff --with-modules --with-json' Configured features: ACL CAIRO DBUS FREETYPE GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JSON LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SOUND THREADS TOOLKIT_SCROLL_BARS X11 XAW3D XDBE XIM XPM LUCID ZLIB Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=3Dibus locale-coding-system: utf-8-unix Major mode: ReST Minor modes in effect: counsel-projectile-mode: t counsel-mode: t ivy-rich-mode: t ivy-mode: t global-ethan-wspace-mode: t save-place-mode: t show-paren-mode: t delete-selection-mode: t savehist-mode: t global-hi-lock-mode: t hi-lock-mode: t winner-mode: t window-numbering-mode: t global-undo-tree-mode: t undo-tree-mode: t thi::spell-fu-mode: t spell-fu-mode: t async-bytecomp-package-mode: t recentf-mode: t global-git-commit-mode: t magit-auto-revert-mode: t global-flycheck-mode: t flycheck-mode: t flx-ido-mode: t shell-dirtrack-mode: t evil-mode: t evil-local-mode: t projectile-mode: t override-global-mode: t url-handler-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t global-prettify-symbols-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t auto-fill-function: yas--auto-fill transient-mark-mode: t Load-path shadows: /home/thomas.hisch/.emacs.d/elpa/magit-20210203.1158/magit-section hides /h= ome/thomas.hisch/.emacs.d/elpa/magit-section-20210124.1824/magit-section /home/thomas.hisch/.emacs.d/user-lisp/custom hides /opt/emacs/share/emacs/2= 8.0.50/lisp/custom Features: (shadow sort mail-extr emacsbug sendmail reporter shortdoc rst git-rebase pcmpl-unix mc-hide-unmatched-lines-mode mc-mark-more ...) Memory information: ((conses 16 1369556 1178269) (symbols 48 92372 85) (strings 32 433122 105720) (string-bytes 1 12547904) (vectors 16 139013) (vector-slots 8 3290135 820691) (floats 8 1055 1564) (intervals 56 75226 43134) (buffers 984 119)) Diese E-Mail enth=E4lt vertrauliche und/oder rechtlich gesch=FCtzte Informa= tionen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrt=FC= mlich erhalten haben, informieren Sie bitte sofort den Absender und vernich= ten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe = dieser Mail ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you = are not the intended recipient (or have received this e-mail in error) plea= se notify the sender immediately and destroy this e-mail. Any unauthorized = copying, disclosure or distribution of the material in this e-mail is stric= tly prohibited. IMS Nanofabrication GmbH FN: 208021 p, FB-Gericht: Wien; Sitz: Schreygasse = 3, 1020, Vienna (Austria),Tel. +43 1 214 48 94; E-Mail: imsoffice@ims.co.at= ; DVR-Nr: 0374369; www.ims.co.at From unknown Sat Jun 14 05:15:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46304: 28.0.50; rst-mode fill-paragraph broken in bullet-lists Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 16 Jun 2022 13:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46304 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thomas Hisch Cc: Stefan Merten , 46304@debbugs.gnu.org Received: via spool by 46304-submit@debbugs.gnu.org id=B46304.165538454215725 (code B ref 46304); Thu, 16 Jun 2022 13:03:01 +0000 Received: (at 46304) by debbugs.gnu.org; 16 Jun 2022 13:02:22 +0000 Received: from localhost ([127.0.0.1]:41041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1p8g-00045Z-7M for submit@debbugs.gnu.org; Thu, 16 Jun 2022 09:02:22 -0400 Received: from quimby.gnus.org ([95.216.78.240]:44344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o1p8e-00045H-2D for 46304@debbugs.gnu.org; Thu, 16 Jun 2022 09:02:20 -0400 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=veUI3oRm4FSqu/n1NpvXcFpiP/MQrcuw+zPXDf2fdIM=; b=D+A1gS1V7IYr0oASKjNNcq9QmT EBSm6OnPHahVj2+jMeB/2MhH/HONedbgIoacu5o8edKO88stkV+YSGq/NJvXbZen5zb5GudB0SYQA UpiTzs81VE0LCJQ/rODXw9W847RkU64B/B3+NTGX5Ak8PorVte2+wiWyTDycwuSqelQ4=; 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 1o1p8Q-0007MY-9M; Thu, 16 Jun 2022 15:02:12 +0200 From: Lars Ingebrigtsen References: X-Now-Playing: AR Kane's _Single Collection (1)_: "Haunting " Date: Thu, 16 Jun 2022 15:02:04 +0200 In-Reply-To: (Thomas Hisch's message of "Thu, 4 Feb 2021 21:09:49 +0100") Message-ID: <87r13odann.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: Thomas Hisch writes: > The indentation in a text block in a bullet-point entry is removed if it > the 2nd lines starts with a RST directive, e.g. :math:. If you run > `fill-paragraph` when `point` is somewhere on the firs [...] 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-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 (---) Thomas Hisch writes: > The indentation in a text block in a bullet-point entry is removed if it > the 2nd lines starts with a RST directive, e.g. :math:. If you run > `fill-paragraph` when `point` is somewhere on the first paragraph, the > indentation before the 2nd line is lost. This is neither the case for > the 2nd nor the 3rd bullet-point entry in this next example > > * asdfasf dafd sfkdkfaslfksdflk mdfa sdfsdf kldf a kdasfd asf > :math:`\kappa` dfaskdflsdf dasfdfas df. > > * asdfasf dafd sfkdkfaslfksdflk mdfa sdfsdf kldf a kdasfd asf kksadfo > mmommmmmasd :math:`\kappa` dfaskdflsdf dasfdfas df. (I'm going through old bug reports that unfortunately weren't resolved at the time.) I can reproduce this in Emacs 29, too -- it seems to be because :math: is matched by: (fld-tag ":" fldnam-tag ":") ; A field marker. which is part of ;; Paragraphs (`par') (par-tag- (:alt itmany-tag fld-tag opt-tag fncdef-tag-2 dir-tag-3 exm-tag) ) ; Tag at the beginning of a paragraph; there may be groups in ; certain cases. which is in (setq-local adaptive-fill-regexp (rst-re 'hws-tag 'par-tag- "?" 'hws-tag)) I've added Stefan to the CCs; perhaps he has some comments. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Sat Jun 14 05:15:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46304: 28.0.50; rst-mode fill-paragraph broken in bullet-lists Resent-From: Stefan Merten Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 25 Jun 2022 14:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46304 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: Thomas Hisch , 46304@debbugs.gnu.org Received: via spool by 46304-submit@debbugs.gnu.org id=B46304.165616830818006 (code B ref 46304); Sat, 25 Jun 2022 14:46:01 +0000 Received: (at 46304) by debbugs.gnu.org; 25 Jun 2022 14:45:08 +0000 Received: from localhost ([127.0.0.1]:45998 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5724-0004gM-HV for submit@debbugs.gnu.org; Sat, 25 Jun 2022 10:45:08 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:33153) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o571z-0004fS-Fa for 46304@debbugs.gnu.org; Sat, 25 Jun 2022 10:45:07 -0400 Received: from eskebo.homelinux.merten-home.de ([88.69.21.221]) by mrelayeu.kundenserver.de (mreue107 [212.227.15.145]) with ESMTPSA (Nemesis) id 1N3KDM-1neP1p0RAA-010PhQ; Sat, 25 Jun 2022 16:44:55 +0200 Received: by eskebo.homelinux.merten-home.de (Postfix, from userid 1000) id 44008C041A; Sat, 25 Jun 2022 16:44:54 +0200 (CEST) From: Stefan Merten In-reply-to: <87r13odann.fsf@gnus.org> References: <87r13odann.fsf@gnus.org> Comments: In-reply-to Lars Ingebrigtsen message dated "Thu, 16 Jun 2022 15:02:04 +0200." X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 26.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <120583.1656168294.1@eskebo> Date: Sat, 25 Jun 2022 16:44:54 +0200 Message-ID: <120584.1656168294@eskebo> X-Provags-ID: V03:K1:nWxB4AJLSWkoRudghAThfoUwvaDA/lT4D3ktpccw8dEkuOmzu5y otWi4ICNzMw0W4KYkcYx/dzRYSljkVWFSX2dK7YK0SSuYCWwDgP0PmZKeE1q4Qw3Cil9+AW rOsHxuhVF2KhABMp2Rb9ATmOTi3pwfnUSOjlDjYImj4ZHpTbjh3M06KjZEkeU1cavY/1Rsu YR/JILXGTJEdQ1J5FLXRA== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:qj4cMTWvI9s=:uXgmOA25UxsLpBcJ6dnFkD OvAm0xnEPBlLSIItvONXiNNAYmob5ng5cKehiZCKf2RVTXYqcQH1o0C6HARVwLOZnxyyuaZ7H y4wIgbli777kZPYQQhQN1Xf2p4g/zOPRIicKITXuDJW6ny22Uf3eRHrP5LnpuI0fWkEiOpnq0 WxITifxSzTuw8njKJB2GofA6TuN44zo7esRtMfZk0rkuZ0hP0cpmnGzx1pgBfjIu+ei0SYJAx XjoMwWn0UGV0mPvfjXBziwqxl/XZ3wGSblyWhj9fzodlRdH3CpDQWlg6CDfM+n100HsTczGIu p9O3xmdJkrv0jDQaTLDjdHkcmi1DvkPdQvQMB7YHfL5J1RSOUPCQRlKOKKM1CMeRYXW7ir6a1 b5Mu4+wFc1ndKSJwvJZue5vMfFW+cX9Jcj06YNJxbZnneqUgTSnbFsw2lbfAxRHr9grX1N7yh n75R9YxVOJ6OHvi0mYpfvas3CNs7pxh0K7KO9KwTwUlafql6t3p130J9QQfErwJX5wswwkR/5 bnw26hsKaduClPfdFthf4ASakXlHh9YpR3JiROG4GSW/6lHgQaz6PymOnfINgFerCGIXlxxy7 nCG7zHZ/7lB64Jsss2bUVpZQFfRsdiUs8PLwkdz7QmwzWNIya81QmmhMVBxxuA4wFNp4ztxw/ crCOTeMaCwV/IScU+695yJkme1ZAx7rVG6Wdudg497wWo7jylcMsKxW/bRdJPHZM3e8/GxJp7 U8kTb1XPobzIwiEOQzfvFnY6vNi1DZrQ+bfsnr0xfs3U93MY27kCKd+u3xA= X-Spam-Score: -0.0 (/) 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.0 (-) Hi Lars, Thomas! Last week (9 days ago) Lars Ingebrigtsen wrote: > Thomas Hisch writes: > >> * asdfasf dafd sfkdkfaslfksdflk mdfa sdfsdf kldf a kdasfd asf >> :math:`\kappa` dfaskdflsdf dasfdfas df. >> >> * asdfasf dafd sfkdkfaslfksdflk mdfa sdfsdf kldf a kdasfd asf kksadfo >> mmommmmmasd :math:`\kappa` dfaskdflsdf dasfdfas df. > > (I'm going through old bug reports that unfortunately weren't resolved > at the time.) Thanks, I never saw that. > I can reproduce this in Emacs 29, too -- it seems to be because :math: > is matched by: > > (fld-tag ":" fldnam-tag ":") ; A field marker. That is - on this level of syntax analysis - really an ambiguity in the syntax of reStructuredText. See https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#field-lists See the example. The line starting with ":Indentation:" is the same case and the example indents it correctly. I think you could resolve the ambiguity by suffixing the ":math:" instead: "`\kappa`:math:" should work. > I've added Stefan to the CCs; perhaps he has some comments. Thanks a lot. This is really a corner case. I'd say: Won't fix. Regards Stefan From unknown Sat Jun 14 05:15:07 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46304: 28.0.50; rst-mode fill-paragraph broken in bullet-lists Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 26 Jun 2022 16:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46304 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Merten Cc: Thomas Hisch , 46304@debbugs.gnu.org Received: via spool by 46304-submit@debbugs.gnu.org id=B46304.165626077210409 (code B ref 46304); Sun, 26 Jun 2022 16:27:01 +0000 Received: (at 46304) by debbugs.gnu.org; 26 Jun 2022 16:26:12 +0000 Received: from localhost ([127.0.0.1]:48851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5V5Q-0002hk-AD for submit@debbugs.gnu.org; Sun, 26 Jun 2022 12:26:12 -0400 Received: from quimby.gnus.org ([95.216.78.240]:56178) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5V5M-0002hG-86 for 46304@debbugs.gnu.org; Sun, 26 Jun 2022 12:26:08 -0400 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=/5yqJXT83lUgX9yK9/b0aeO7oiI3F9hwtfrpYf68WIQ=; b=YbgirTVf8g8tIOrp5ik7281opG YQI+amfcA5CHqJywslZBFuayqmXt/wV9Yiy3E4rIQHtCM+UVLdiHBGrHnPw0aU/XqlV2jGXZAO9IH WUYxcTEoXCEgSe02g/kTjTAs+LNycELri3gSsklr3X02uOCJhsj43WfjtBbBZabvKTm4=; 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 1o5V5C-0003sv-Sj; Sun, 26 Jun 2022 18:26:01 +0200 From: Lars Ingebrigtsen References: <87r13odann.fsf@gnus.org> <120584.1656168294@eskebo> Date: Sun, 26 Jun 2022 18:25:56 +0200 In-Reply-To: <120584.1656168294@eskebo> (Stefan Merten's message of "Sat, 25 Jun 2022 16:44:54 +0200") Message-ID: <875ykncrxn.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: Stefan Merten writes: > This is really a corner case. I'd say: Won't fix. OK; closing this bug report, then. 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-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 (---) Stefan Merten writes: > This is really a corner case. I'd say: Won't fix. OK; closing this bug report, then. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 26 12:26:18 2022 Received: (at control) by debbugs.gnu.org; 26 Jun 2022 16:26:18 +0000 Received: from localhost ([127.0.0.1]:48854 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5V5W-0002iB-K1 for submit@debbugs.gnu.org; Sun, 26 Jun 2022 12:26:18 -0400 Received: from quimby.gnus.org ([95.216.78.240]:56194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5V5V-0002hh-D9 for control@debbugs.gnu.org; Sun, 26 Jun 2022 12:26:17 -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=1dDi1E8S+n1Nhrv4MCJxImOx0ud2y6IvkX6tGt8/irA=; b=Np1TVeTmnUoEcOC5Dwx9bea0WD czi9sHNVZFxI9np0pS3r3xjJxvxnknaLhoo/suF9fLitDWiNNrYn7KL8TzptSMufQrdCKemhB76rJ V5XODhe4CKlSPloZhPGqXg01o2nUzDgXCMuiJlPyxa/c2m5JtQYkqGdYIpwjmzbfAIhw=; 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 1o5V5N-0003tA-Lp for control@debbugs.gnu.org; Sun, 26 Jun 2022 18:26:11 +0200 Date: Sun, 26 Jun 2022 18:26:08 +0200 Message-Id: <874k07crxb.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #46304 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 46304 wontfix close 46304 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 46304 wontfix close 46304 quit