From unknown Sat Aug 16 23:42:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46217: 27.1.91; Configuring certain font ligatures causes Emacs 27 to hang. Resent-From: Johannes =?UTF-8?Q?Gr=C3=B8dem?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 31 Jan 2021 19:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46217 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 46217@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Reply-To: Johannes =?UTF-8?Q?Gr=C3=B8dem?= Received: via spool by submit@debbugs.gnu.org id=B.161211965912451 (code B ref -1); Sun, 31 Jan 2021 19:01:02 +0000 Received: (at submit) by debbugs.gnu.org; 31 Jan 2021 19:00:59 +0000 Received: from localhost ([127.0.0.1]:58025 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6Hxx-0003Ej-Ro for submit@debbugs.gnu.org; Sun, 31 Jan 2021 14:00:58 -0500 Received: from lists.gnu.org ([209.51.188.17]:46472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6HGN-000264-DE for submit@debbugs.gnu.org; Sun, 31 Jan 2021 13:15:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52348) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6HGN-0000Ow-8I for bug-gnu-emacs@gnu.org; Sun, 31 Jan 2021 13:15:55 -0500 Received: from mail-40131.protonmail.ch ([185.70.40.131]:10806) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6HGI-0007ih-Gj for bug-gnu-emacs@gnu.org; Sun, 31 Jan 2021 13:15:54 -0500 Date: Sun, 31 Jan 2021 18:15:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ekki.no; s=protonmail; t=1612116940; bh=45t5gC4pPacaCgeJgN/S9wgLQ5TZT0TrkDgQNrukq+4=; h=Date:To:From:Reply-To:Subject:From; b=uOL1DhZjQDPGQyAeoeMkkr+2B85Gedn1t449fgR6KuPsLSwoEkW9mlpKS8a8VImuN umeuxwyBLGrjeT2GaAvqCRZd+KOOyaM2F6eHIGszSe/IKjXNUjj+IcN7o0zqI0N5OR 7EdhEyCQ3KO3WEPxrinDY8duiGap8hRQTgU5T3M6y2VFHJPekSsdRfDK0yF8jCLNgk XA7+CxQeOCiC7ioIaV50OgKDnmwsQdAqSc3WOGK97O6+Piow8y8irxh6eRF/o3HqRc NemRk6VoQdXO502hyxEZQRrWZijxVDL5I5cAg1IG9/TB2dNGsepyA270AVmlnvtpP9 xfDiYj9jdO26A== From: Johannes =?UTF-8?Q?Gr=C3=B8dem?= Message-ID: <87y2g9rn0d.fsf@ekki.no> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.8 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.131; envelope-from=johs@ekki.no; helo=mail-40131.protonmail.ch 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, NO_DNS_FOR_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.0 (-) X-Mailman-Approved-At: Sun, 31 Jan 2021 14:00:56 -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.0 (--) If configuring for example a "/*" ligature (the font face used doesn't seem to matter) and opening a C-file or a Java-file or related language modes, Emacs will hang. (It just rings the bell continuosly, and it's impossible to interrupt it.) This seems to be fixed in commit fe903c5ab7354b97f80ecf1b01ca3ff1027be446 by Eli Zaretskii, which is on master, but not on emacs-27. I've cherry-picked this on the emacs-27 and verified that it fixes at least the issue I'm having. Could this be included in the next 27-release? I've used Mickey Petersen's ligature.el package to set up ligatures. See https://github.com/mickeynp/ligature.el/issues/16 for the issue I'm having. In GNU Emacs 27.1.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, c= airo version 1.16.0) of 2021-01-31 built on huglaus Repository revision: cbeda210835bee9ff3e7f697c7944a10db8b132c Repository branch: emacs-27 Windowing system distributor 'The X.Org Foundation', version 11.0.12009000 System Description: Ubuntu 20.04.2 LTS Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. user-error: Beginning of history; no preceding item Configured using: 'configure --prefix=3D/opt/emacs/prerel --with-x-toolkit=3Dyes --with-cair= o --with-file-notification=3Dyes' Configured features: XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON PDUMPER LCMS2 GMP Important settings: value of $LC_MONETARY: nb_NO.UTF-8 value of $LC_NUMERIC: nb_NO.UTF-8 value of $LC_TIME: nb_NO.UTF-8 value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=3Dibus locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-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 line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg epg-config gnus-util rmail rmail-loaddefs text-property-search time-date subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 44968 8357) (symbols 48 6000 1) (strings 32 15440 1951) (string-bytes 1 503395) (vectors 16 10089) (vector-slots 8 129969 9846) (floats 8 20 40) (intervals 56 193 0) (buffers 1000 11)) From unknown Sat Aug 16 23:42:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46217: 27.1.91; Configuring certain font ligatures causes Emacs 27 to hang. Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 31 Jan 2021 19:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46217 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Johannes =?UTF-8?Q?Gr=C3=B8dem?= Cc: 46217@debbugs.gnu.org Received: via spool by 46217-submit@debbugs.gnu.org id=B46217.161212092414418 (code B ref 46217); Sun, 31 Jan 2021 19:23:02 +0000 Received: (at 46217) by debbugs.gnu.org; 31 Jan 2021 19:22:04 +0000 Received: from localhost ([127.0.0.1]:58054 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6IIO-0003kU-5j for submit@debbugs.gnu.org; Sun, 31 Jan 2021 14:22:04 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6IIK-0003jy-IT for 46217@debbugs.gnu.org; Sun, 31 Jan 2021 14:22:02 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37640) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l6IIE-0004uZ-Jy; Sun, 31 Jan 2021 14:21:54 -0500 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1294 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l6IID-0000PZ-RO; Sun, 31 Jan 2021 14:21:54 -0500 Date: Sun, 31 Jan 2021 21:22:14 +0200 Message-Id: <83im7c7vyx.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87y2g9rn0d.fsf@ekki.no> (message from Johannes =?UTF-8?Q?Gr=C3=B8dem?= on Sun, 31 Jan 2021 18:15:33 +0000) References: <87y2g9rn0d.fsf@ekki.no> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) 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 (-) > Date: Sun, 31 Jan 2021 18:15:33 +0000 > From: Johannes Grødem > > If configuring for example a "/*" ligature (the font face used doesn't > seem to matter) and opening a C-file or a Java-file or related language > modes, Emacs will hang. (It just rings the bell continuosly, and it's > impossible to interrupt it.) > > This seems to be fixed in commit > fe903c5ab7354b97f80ecf1b01ca3ff1027be446 by Eli Zaretskii, which is on > master, but not on emacs-27. I've cherry-picked this on the emacs-27 and > verified that it fixes at least the issue I'm having. Could this be > included in the next 27-release? Sorry, no. It's too late to include changes with non-trivial consequences such as this one on the release branch. Since you have patched your own Emacs, the problem is fixed for you, yes? Others will have to decide whether they want to switch to the development snapshot of Emacs 28 or patch their Emacs 27. From unknown Sat Aug 16 23:42:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46217: 27.1.91; Configuring certain font ligatures causes Emacs 27 to hang. Resent-From: Johannes =?UTF-8?Q?Gr=C3=B8dem?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 31 Jan 2021 20:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46217 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 46217@debbugs.gnu.org Reply-To: Johannes =?UTF-8?Q?Gr=C3=B8dem?= Received: via spool by 46217-submit@debbugs.gnu.org id=B46217.161212372718786 (code B ref 46217); Sun, 31 Jan 2021 20:09:01 +0000 Received: (at 46217) by debbugs.gnu.org; 31 Jan 2021 20:08:47 +0000 Received: from localhost ([127.0.0.1]:58115 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6J1a-0004sw-3x for submit@debbugs.gnu.org; Sun, 31 Jan 2021 15:08:46 -0500 Received: from mail1.protonmail.ch ([185.70.40.18]:26811) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6Ifj-0004KU-A9 for 46217@debbugs.gnu.org; Sun, 31 Jan 2021 14:46:12 -0500 Date: Sun, 31 Jan 2021 19:46:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ekki.no; s=protonmail; t=1612122364; bh=w8371CUwYE+NW+a1MNX7N0lzVXyL/NhmtMF0V+Hk3+I=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=KACTBIJ85YRWQ/f4eWkQ3Zyzm14OHFLfH6/akj4e5VBAO9H6zXozFa9oCSVCmD5N5 a/Tx1C/n1/junMV0UxxLajID2sYctNyJ9/LG165wiegWY3orJ3kykhb2sbNmyz0xeo jLDX0wHV6KVbVajqYdbA5Y/6RBmXwz7ay38v3hp59gjOJLPUUIZ/U83FI3YrT/oSoZ 4XKeexIgtCBDKeVhxswoP0mC5bXw7v8ztHyrO3a39LWqom1Vvw/XvNtgauvD8pF5TC bwW++QPoZqBF74td6/eGzI1mNGk/qmXLgNvMKgy0B8FLo6TnXx1dQcnEWH+I72k397 Ta3GdSKRuP+IQ== From: Johannes =?UTF-8?Q?Gr=C3=B8dem?= Message-ID: <87tuqwsxe3.fsf@ekki.no> In-Reply-To: <83im7c7vyx.fsf@gnu.org> References: <87y2g9rn0d.fsf@ekki.no> <83im7c7vyx.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.8 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: 0.4 (/) X-Mailman-Approved-At: Sun, 31 Jan 2021 15:08:44 -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: -0.6 (/) "Eli Zaretskii" writes: >> From: Johannes Gr=C3=B8dem >> This seems to be fixed in commit >> fe903c5ab7354b97f80ecf1b01ca3ff1027be446 by Eli Zaretskii, which is on >> master, but not on emacs-27. I've cherry-picked this on the emacs-27 and >> verified that it fixes at least the issue I'm having. Could this be >> included in the next 27-release? > Sorry, no. It's too late to include changes with non-trivial > consequences such as this one on the release branch. > > Since you have patched your own Emacs, the problem is fixed for you, > yes? Others will have to decide whether they want to switch to the > development snapshot of Emacs 28 or patch their Emacs 27. Hi, Eli. No, it's not a problem for me at all, now that I figured out what was wrong. (Though it wasn't so easy to figure out what it was because there were no error messages, and I'm not familiar with Emacs internals, so it was hard to navigate them in GDB. In the end I found it git-bisecting my configuration files.) From unknown Sat Aug 16 23:42:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46217: 27.1.91; Configuring certain font ligatures causes Emacs 27 to hang. Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 01 Feb 2021 09:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46217 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Johannes =?UTF-8?Q?Gr=C3=B8dem?= Cc: Eli Zaretskii , 46217@debbugs.gnu.org Received: via spool by 46217-submit@debbugs.gnu.org id=B46217.161217084412184 (code B ref 46217); Mon, 01 Feb 2021 09:15:01 +0000 Received: (at 46217) by debbugs.gnu.org; 1 Feb 2021 09:14:04 +0000 Received: from localhost ([127.0.0.1]:58783 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6VHX-0003AL-US for submit@debbugs.gnu.org; Mon, 01 Feb 2021 04:14:04 -0500 Received: from quimby.gnus.org ([95.216.78.240]:46568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6VHV-00039c-7l for 46217@debbugs.gnu.org; Mon, 01 Feb 2021 04:14:01 -0500 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=bVzzcz8544gYy5UdrPSeRsaDx6b1UCXK/25h+BRUiwg=; b=YcYYmj3eM2DR/V2tkDZxwqEYTD C0tTNGVZ+cRo1YVYEjO0tcvms2BoPPYSRODTjdRld0/uKTDTdCSRZuyUPeIpVLBPFzdU1E2fayveg aE0fwp1E2iFjNAAgNuhjm2ks/tD62ayIf5tCe4S6CCNzaLVECVW7qghj7J/OHi0dGFXc=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l6VHN-0007Py-84; Mon, 01 Feb 2021 10:13:55 +0100 From: Lars Ingebrigtsen References: <87y2g9rn0d.fsf@ekki.no> <83im7c7vyx.fsf@gnu.org> <87tuqwsxe3.fsf@ekki.no> X-Now-Playing: Normil Hawaiians's _What's Going On?_: "The Outpost" Date: Mon, 01 Feb 2021 10:13:52 +0100 In-Reply-To: <87tuqwsxe3.fsf@ekki.no> ("Johannes =?UTF-8?Q?Gr=C3=B8dem?="'s message of "Sun, 31 Jan 2021 19:46:02 +0000") Message-ID: <87h7mwqhf3.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.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: Johannes =?UTF-8?Q?Gr=C3=B8dem?= writes: > (Though it wasn't so easy to figure out what it was because there were > no error messages, and I'm not familiar with Emacs internals, so it was > hard to navigate them in GDB. In the end I found it [...] 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: 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 (-) Johannes Gr=C3=B8dem writes: > (Though it wasn't so easy to figure out what it was because there were > no error messages, and I'm not familiar with Emacs internals, so it was > hard to navigate them in GDB. In the end I found it git-bisecting my > configuration files.) I guess the decision here is not to backport this to Emacs 27, since the potential for further regressions is too big, so I'm closing this bug report. Bug thanks for triaging and reporting this problem -- others who encounter the same issue can now find a solution when googling. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 01 04:14:12 2021 Received: (at control) by debbugs.gnu.org; 1 Feb 2021 09:14:12 +0000 Received: from localhost ([127.0.0.1]:58786 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6VHf-0003An-Sz for submit@debbugs.gnu.org; Mon, 01 Feb 2021 04:14:12 -0500 Received: from quimby.gnus.org ([95.216.78.240]:46586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l6VHd-0003AR-C0 for control@debbugs.gnu.org; Mon, 01 Feb 2021 04:14:10 -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=x/xR8AeO70lT9HnT0zwdCS5QxkaKEiNbfAolsOfX2YE=; b=MTortgiA8vgtIrABArbwb5QjW8 zNjb/tKblmdRIzRmOkqHFhsxbCX16Yew7e7bWtmGtImK3HKGDwAzAq5ujBDXjfPFdcULFPd/jHb3B zI57LG1Vo39yS0Dxy82UQzc5o/t1qEorruAw3bV+Ev66pbSuqfo1KW1/evpYNmFRoKb0=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l6VHV-0007Q6-RW for control@debbugs.gnu.org; Mon, 01 Feb 2021 10:14:03 +0100 Date: Mon, 01 Feb 2021 10:14:00 +0100 Message-Id: <87ft2gqhev.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #46217 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 46217 wontfix close 46217 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: 0.0 (/) 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: -1.0 (-) tags 46217 wontfix close 46217 quit