From unknown Sat Sep 20 06:23:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53477: 28.0.50; what-cursor-position Resent-From: Devon Sean McCullough Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 23 Jan 2022 16:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53477 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 53477@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164295412727888 (code B ref -1); Sun, 23 Jan 2022 16:09:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Jan 2022 16:08:47 +0000 Received: from localhost ([127.0.0.1]:40921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBfQ7-0007Fk-5g for submit@debbugs.gnu.org; Sun, 23 Jan 2022 11:08:47 -0500 Received: from lists.gnu.org ([209.51.188.17]:36672) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBfQ5-0007Fc-4i for submit@debbugs.gnu.org; Sun, 23 Jan 2022 11:08:45 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46144) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBfQ4-00030f-RL for bug-gnu-emacs@gnu.org; Sun, 23 Jan 2022 11:08:45 -0500 Received: from gateway34.websitewelcome.com ([192.185.149.101]:29406) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBfQ2-0000TO-LI for bug-gnu-emacs@gnu.org; Sun, 23 Jan 2022 11:08:44 -0500 Received: from cm12.websitewelcome.com (cm12.websitewelcome.com [100.42.49.8]) by gateway34.websitewelcome.com (Postfix) with ESMTP id AACD6197D02 for ; Sun, 23 Jan 2022 10:08:13 -0600 (CST) Received: from leaf.websitewelcome.com ([192.185.82.99]) by cmsmtp with SMTP id BfPZnHc8v9AGSBfPZnVNeB; Sun, 23 Jan 2022 10:08:13 -0600 X-Authority-Reason: nr=8 Received: from c-24-2-157-5.hsd1.ma.comcast.net ([24.2.157.5]:52810 helo=[192.168.1.60]) by leaf.websitewelcome.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nBfPZ-003fdp-Dp for bug-gnu-emacs@gnu.org; Sun, 23 Jan 2022 10:08:13 -0600 Message-ID: Date: Sun, 23 Jan 2022 11:08:12 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Content-Language: en-US From: Devon Sean McCullough Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - leaf.websitewelcome.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jovi.net X-BWhitelist: no X-Source-IP: 24.2.157.5 X-Source-L: No X-Exim-ID: 1nBfPZ-003fdp-Dp X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: c-24-2-157-5.hsd1.ma.comcast.net ([192.168.1.60]) [24.2.157.5]:52810 X-Source-Auth: devon2011@jovi.net X-Email-Count: 1 X-Source-Cap: am92aW5ldDtkZXZvbjtsZWFmLndlYnNpdGV3ZWxjb21lLmNvbQ== X-Local-Domain: yes Received-SPF: pass client-ip=192.185.149.101; envelope-from=emacs-hacker2020@jovi.net; helo=gateway34.websitewelcome.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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.6 (--) ; A phase-of-the-moon error (let ((debug-on-error t)) (find-file "/tmp/bad-character.el") (save-excursion (insert #x1F62D)) (what-cursor-position t)) ; always displays information about a popular emoji, but (let ((debug-on-error t)) (pop-to-buffer "bad-char") (save-excursion (insert #x1F62D)) (what-cursor-position t)) ; often bombs instead - as does c-U c-X = but not c-X = Debugger entered--Lisp error: (cl-assertion-failed ((not (multibyte-string-p str)) nil)) cl--assertion-failed((not (multibyte-string-p str))) encoded-string-description(#("😭" 0 1 (charset unicode)) nil) describe-char(1) what-cursor-position(t) (let ((debug-on-error t)) (pop-to-buffer "bad-char") (save-excursion (insert 128557)) (what-cursor-position t)) eval((let ((debug-on-error t)) (pop-to-buffer "bad-char") (save-excursion (insert 128557)) (what-cursor-position t)) nil) elisp--eval-last-sexp(nil) eval-last-sexp(nil) funcall-interactively(eval-last-sexp nil) call-interactively(eval-last-sexp nil nil) command-execute(eval-last-sexp) In GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2021-06-20 built on builder10-14.porkrind.org Windowing system distributor 'Apple', version 10.3.1671 System Description: Mac OS X 10.14.6 Configured using: 'configure --with-ns '--enable-locallisppath=/Library/Application Support/Emacs/${version}/site-lisp:/Library/Application Support/Emacs/site-lisp' --with-modules' Configured features: ACL GMP GNUTLS JSON LIBXML2 MODULES NOTIFY KQUEUE NS PDUMPER THREADS TOOLKIT_SCROLL_BARS ZLIB Important settings: value of $LANG: en_BE@currency=USD.UTF-8 locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: tooltip-mode: t global-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 blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: 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 rfc822 mml mml-sec epa derived epg epg-config gnus-util rmail rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map 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 iso-transl tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/ns-win ns-win ucs-normalize mule-util term/common-win 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 easymenu timer select scroll-bar mouse jit-lock font-lock syntax 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 button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads kqueue cocoa ns multi-tty make-network-process emacs) Memory information: ((conses 16 51159 5018) (symbols 48 6521 1) (strings 32 17717 1875) (string-bytes 1 591805) (vectors 16 13465) (vector-slots 8 175402 12038) (floats 8 21 47) (intervals 56 198 0) (buffers 992 11)) From unknown Sat Sep 20 06:23:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53477: 28.0.50; what-cursor-position Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 23 Jan 2022 16:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53477 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Devon Sean McCullough Cc: 53477@debbugs.gnu.org Received: via spool by 53477-submit@debbugs.gnu.org id=B53477.164295622019353 (code B ref 53477); Sun, 23 Jan 2022 16:44:01 +0000 Received: (at 53477) by debbugs.gnu.org; 23 Jan 2022 16:43:40 +0000 Received: from localhost ([127.0.0.1]:41021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBfxs-000524-Dg for submit@debbugs.gnu.org; Sun, 23 Jan 2022 11:43:40 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52100) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBfxq-00051Y-TG for 53477@debbugs.gnu.org; Sun, 23 Jan 2022 11:43:39 -0500 Received: from [2001:470:142:3::e] (port=43448 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBfxl-0000tL-8v; Sun, 23 Jan 2022 11:43:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=eWESy3BVlOJP/uywY9iaZNMIPJkbmaUS1zji0dOVJ6A=; b=odhsfpnKUCbrEKLpFhzj 8a7iQEYRKU39OOICzLzoSkXU33DOuR/+b/2F9SkfTnwEaHQgYFkOKjyw9VIeFNbHHAlNWDhNDbgbQ BTI7RPrYzyGdVWrcxq8dXDJRVkygVcS35gOZziWNVcFFdIN30BMvTf2G4Xtpkn5KRVlXk+VzgLplp MBeyuDNdlJyVVS4YWzNmO6klsn9qq4FvhrSIPZ99XSig3XmF910hWjV5rA1F5DBlQxpq5PpJ76J4m i9tHB7XTCUFm2LKLZc0BtGH8DS2Cs64I5HMNY6YB1We1aIHmWm1JVs3FVl2oZo/tEckEXs+6bqIXZ o3KsJopxqXxtkw==; Received: from [87.69.77.57] (port=3576 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nBfxk-0007JI-Mg; Sun, 23 Jan 2022 11:43:33 -0500 Date: Sun, 23 Jan 2022 18:43:17 +0200 Message-Id: <83h79ul7x6.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: (message from Devon Sean McCullough on Sun, 23 Jan 2022 11:08:12 -0500) References: MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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 (---) > Date: Sun, 23 Jan 2022 11:08:12 -0500 > From: Devon Sean McCullough > > (let ((debug-on-error t)) > (pop-to-buffer "bad-char") > (save-excursion > (insert #x1F62D)) > (what-cursor-position t)) > > ; often bombs instead - as does c-U c-X = but not c-X = > > Debugger entered--Lisp error: (cl-assertion-failed ((not (multibyte-string-p str)) nil)) > cl--assertion-failed((not (multibyte-string-p str))) > encoded-string-description(#("😭" 0 1 (charset unicode)) nil) > describe-char(1) > what-cursor-position(t) > (let ((debug-on-error t)) (pop-to-buffer "bad-char") (save-excursion (insert 128557)) (what-cursor-position t)) > eval((let ((debug-on-error t)) (pop-to-buffer "bad-char") (save-excursion (insert 128557)) (what-cursor-position t)) nil) > elisp--eval-last-sexp(nil) > eval-last-sexp(nil) > funcall-interactively(eval-last-sexp nil) > call-interactively(eval-last-sexp nil nil) > command-execute(eval-last-sexp) I cannot reproduce this, and I don't see how this would be possible, since encoded-string-description is only ever called for the result of encode-coding-string, which must be a unibyte string. > In GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) > of 2021-06-20 built on builder10-14.porkrind.org This seems to be a very old build of a development version; do you still see this in the current code? From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 24 05:31:56 2022 Received: (at control) by debbugs.gnu.org; 24 Jan 2022 10:31:56 +0000 Received: from localhost ([127.0.0.1]:42283 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBwdg-0001pM-FA for submit@debbugs.gnu.org; Mon, 24 Jan 2022 05:31:56 -0500 Received: from quimby.gnus.org ([95.216.78.240]:49088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nBwdd-0001j3-W0 for control@debbugs.gnu.org; Mon, 24 Jan 2022 05:31:54 -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=56T4uqqgLN3Q/CAeginVQYffJD086Vsfc7RBncV7OPc=; b=M4ZasPWks+Pbrmd7p3yHLYWAVM iwKb688U/MiP0fXKWhTht+li++ZZ/N7twyp+l5L6Ji8F+RzYMnGjEQ46aOEtT3lTO2n9FAWmpIrw7 nXLl04YMeEqHHusSNHUM8LDgmY3UPx/OBFAMyOrPVUBBSW2OgQETHbqQiA5trDk4DC04=; 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 1nBwdW-0006n3-71 for control@debbugs.gnu.org; Mon, 24 Jan 2022 11:31:48 +0100 Date: Mon, 24 Jan 2022 11:31:45 +0100 Message-Id: <87y2351l2m.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #53477 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 53477 + 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 53477 + moreinfo quit From unknown Sat Sep 20 06:23:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53477: 28.0.50; what-cursor-position Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 21 Feb 2022 14:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53477 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Eli Zaretskii Cc: Devon Sean McCullough , 53477@debbugs.gnu.org Received: via spool by 53477-submit@debbugs.gnu.org id=B53477.164545322821960 (code B ref 53477); Mon, 21 Feb 2022 14:21:02 +0000 Received: (at 53477) by debbugs.gnu.org; 21 Feb 2022 14:20:28 +0000 Received: from localhost ([127.0.0.1]:35544 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nM9YC-0005i8-4T for submit@debbugs.gnu.org; Mon, 21 Feb 2022 09:20:28 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nM9Y9-0005ht-JD for 53477@debbugs.gnu.org; Mon, 21 Feb 2022 09:20:26 -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=ofzSiYPN4djCLtqsEhRPxwoXHDF7Y4pCnlCBvA9EGyI=; b=ffdPB5X170saxtvRKI5iu3mY6k O0PLmxulToM4qXybm0oem1/krgRgQgc0WiOPwMtWHBadendv+DeWUPkGpsBEz1sIzTgAbS5bOiHuf 1OWjSKRAjj4RSirZ7vQrHTsi0+55OcKom2xKdGrzJg+fLufo2Ke/CUpqz2O9g9otJJZU=; 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 1nM9Xz-00088z-1L; Mon, 21 Feb 2022 15:20:18 +0100 From: Lars Ingebrigtsen References: <83h79ul7x6.fsf@gnu.org> X-Now-Playing: Big in Japan's _From Y to Z and never again_: "Taxi" Date: Mon, 21 Feb 2022 15:20:14 +0100 In-Reply-To: <83h79ul7x6.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 23 Jan 2022 18:43:17 +0200") Message-ID: <87k0dojo81.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: Eli Zaretskii writes: >> In GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin18.7.0, NS >> appkit-1671.60 Version 10.14.6 (Build 18G95)) >> of 2021-06-20 built on builder10-14.porkrind.org > > This seems to be a very old bui [...] 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 (---) Eli Zaretskii writes: >> In GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin18.7.0, NS >> appkit-1671.60 Version 10.14.6 (Build 18G95)) >> of 2021-06-20 built on builder10-14.porkrind.org > > This seems to be a very old build of a development version; do you > still see this in the current code? More information was requested, but no response was given within a month, so I'm closing this bug report. If the problem still exists, please respond to this email and we'll reopen the bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 21 09:20:33 2022 Received: (at control) by debbugs.gnu.org; 21 Feb 2022 14:20:33 +0000 Received: from localhost ([127.0.0.1]:35547 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nM9YH-0005iS-E9 for submit@debbugs.gnu.org; Mon, 21 Feb 2022 09:20:33 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nM9YG-0005i6-I5 for control@debbugs.gnu.org; Mon, 21 Feb 2022 09:20:33 -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=/bUwfQ1l/rI03EaIJ/a2Ikrgj7kIi2w+TPUroh8GJFE=; b=PTpZszX0mN+TsqpL5wNKE0ovKg kScofr9v/1RKv1CRZfnPvtb99dAp4gLt3LKrgB6xHmL8YVfPBHouhlZwapVLn1EjqnDHBo86BAt9A 1+XNRS5hm6EGTdvefazNt89eOvjyQMuqcDZg3ysPQc9PFS8KCPo+J6FvmordvQuyndDk=; 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 1nM9Y8-000896-6k for control@debbugs.gnu.org; Mon, 21 Feb 2022 15:20:26 +0100 Date: Mon, 21 Feb 2022 15:20:20 +0100 Message-Id: <87ilt8jo7v.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #53477 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 53477 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 53477 quit