From unknown Sun Jun 22 07:55:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53299: GTK3 frames stop updating Resent-From: Ross Vandegrift Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 16 Jan 2022 09:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53299 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 53299@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16423241681713 (code B ref -1); Sun, 16 Jan 2022 09:10:02 +0000 Received: (at submit) by debbugs.gnu.org; 16 Jan 2022 09:09:28 +0000 Received: from localhost ([127.0.0.1]:42450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n91XT-0000RY-Ma for submit@debbugs.gnu.org; Sun, 16 Jan 2022 04:09:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:59210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8zVH-0005YU-2k for submit@debbugs.gnu.org; Sun, 16 Jan 2022 01:59:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53026) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n8zVG-0002zy-Gx for bug-gnu-emacs@gnu.org; Sun, 16 Jan 2022 01:59:02 -0500 Received: from [2600:3c03:e000:2e0::5] (port=43783 helo=ravenhurst.kallisti.us) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n8zVE-0007RO-MS for bug-gnu-emacs@gnu.org; Sun, 16 Jan 2022 01:59:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kallisti.us ; s=20220106; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date: Sender:Reply-To:Cc: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=LpBgVJ/53E2KsIwgLQJnRu2nOqda5i01WAbBYgOHwys=; b=boFoOzisrb3MfcfTAaqwa9Vrq/ PFFZoE3gNglXmGSbNRLj6XxdW343xjhXcydPEkPpxu5xYMy6827udB7e9zbfJHvhDoGSDQtP2VUTr 32ixLb1VmIjuS2iQrjpq27TtIupdNnNY3h7nm+WOsFk7KjFGqehDEnm0oF67ZHFH3GkSY3i5mWXw1 avcInqK93zH8GavmSAma1YZYgjnufyVX4giaUpJa2ZRUkqauSULS9VxzoZOhhaUPb/g4nmBmlVIDi zS3xsQBW8w3sGw+zsPfZd/tOfN5QlW7uIwJPn0kFfIKtDn4Tdi6d4p+wZLgWucTPHwkKyWRD8+yJq wYg9fh9Q==; Received: from [50.46.16.53] (helo=stgulik) by ravenhurst.kallisti.us with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1n8zVD-00Fx4D-G5 for bug-gnu-emacs@gnu.org; Sun, 16 Jan 2022 01:58:59 -0500 Date: Sat, 15 Jan 2022 22:58:55 -0800 From: Ross Vandegrift Message-ID: <20220116065855.cvo62vxt45flqi3c@stgulik> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Host-Lookup-Failed: Reverse DNS lookup failed for 2600:3c03:e000:2e0::5 (failed) Received-SPF: pass client-ip=2600:3c03:e000:2e0::5; envelope-from=ross@kallisti.us; helo=ravenhurst.kallisti.us X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Mailman-Approved-At: Sun, 16 Jan 2022 04:09:26 -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.3 (--) With Enlightenment 0.25, gtk3 builds of emacs stop updating the screen after switching virtual desktops away. They still respond to input. Display updates can be restored by iconifying or shading (aka rolling up) the window. (If you iconify, virtual desktop flipping is fixed until the window is shaded.) Enlightenment 0.25 started setting _NET_WM_STATE to _NET_WM_STATE_HIDDEN when switching virtual desktops. Previous versions of Enlightement did not do this. Xaw builds are not affected. I've reproduced with 27.1 from debian bullseye and git master. Steps: 1. install enlightenment 0.25 and start a session 2. add at least one virtual desktop (Settings > Screen > Virtual Desktops) 3. start a gtk3 build of emacs 4. switch to a different virtual desktop and back. Typing should not cause the screen to update. But C-x C-c will exit. 5. shade the window and unshade (double click the title bar twice). This should restore normal input. Thanks, Ross In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) of 2022-01-15 built on stgulik Repository revision: c59e870cceb2f40040d6c02da7658c58054ab3ad Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12011000 System Description: Debian GNU/Linux 11 (bullseye) Configured using: 'configure --with-x=yes --with-x-toolkit=gtk3 --with-cairo --with-toolkit-scroll-bars --enable-libsystemd --without-gconf --with-mailutils --prefix=/usr/local/emacs/' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XPM GTK3 ZLIB Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: global-flycheck-mode: t auto-insert-mode: t override-global-mode: t global-auto-revert-mode: t cl-old-struct-compat-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-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: (rfc2104 gnutls vc-git diff-mode vc-dispatcher cus-edit cus-start cus-load network-stream nsm mailalias smtpmail time-stamp pp shadow sort flyspell mail-extr emacsbug message yank-media rmc dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums flycheck-yamllint init trailing-whitespace-mode terraform-mode systemd edmacro kmacro server rego-mode reformatter protobuf-mode cc-langs plantuml-mode ob-dot ox-odt rng-loc rng-uri rng-parse rng-match rng-dt rng-util rng-pttrn nxml-parse nxml-ns nxml-enc xmltok nxml-util ox-latex ox-icalendar ox-html table ox-ascii ox-publish ox org-element avl-tree org-capture org-agenda org-refile org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete pcomplete org-list org-faces org-entities org-version ob-emacs-lisp ob-core ob-eval org-table oc-basic bibtex iso8601 ol org-keys oc org-compat org-macs org-loaddefs format-spec cal-menu calendar cal-loaddefs paragraph-tricks nginx-mode meson-mode markdown-mode noutline outline logstash-conf conf-mode js cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs ispell highlight-symbol highlight-quoted highlight-parentheses highlight-numbers parent-mode highlight-defined advice hcl-mode go-mode find-file ffap etags fileloop generator xref project compile comint ansi-color ring gitlab-ci-mode yaml-mode flycheck find-func dash dockerfile-mode s sh-script executable css-mode smie sgml-mode facemenu imenu eww xdg url-queue thingatpt shr pixel-fill kinsoku svg xml dom puny mm-url gnus nnheader gnus-util text-property-search time-date mail-utils wid-edit mm-util mail-prsvr color autoinsert cl-extra help-mode use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core finder-inf autorevert filenotify rx info package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map url-vars seq gv subr-x byte-opt bytecomp byte-compile cconv cl-loaddefs cl-lib iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode 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 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 emoji-zwj 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 keymap 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 519460 56056) (symbols 48 33932 20) (strings 32 177102 6821) (string-bytes 1 5077482) (vectors 16 60553) (vector-slots 8 664196 43060) (floats 8 256 442) (intervals 56 1333 212) (buffers 992 14)) From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 16 04:19:23 2022 Received: (at control) by debbugs.gnu.org; 16 Jan 2022 09:19:23 +0000 Received: from localhost ([127.0.0.1]:42473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n91h5-0000hT-AD for submit@debbugs.gnu.org; Sun, 16 Jan 2022 04:19:23 -0500 Received: from quimby.gnus.org ([95.216.78.240]:57994) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n91h3-0000hD-SO for control@debbugs.gnu.org; Sun, 16 Jan 2022 04:19:22 -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=2j9t0XMFRkt8Uofs2eh5tWs7nlaGVEAcLh4maGgDoy4=; b=ZCAtY6JFmV9rVwJKSPsiT6/ifP aDkjeXbj8NBgpHCVkwXzNwJz9NYoY4/mkq6HusyZ1q8jcJSAyh35qO6LJ4tkQmU9jEZvMgdWAVmpx 7mT+HOjO2ib47kjkEEwCvgMrqEtJLNOGVe97mlj/kLyogH2FIRLkNo9ZIXrZSllNbgDc=; 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 1n91gv-0003h6-Fn for control@debbugs.gnu.org; Sun, 16 Jan 2022 10:19:15 +0100 Date: Sun, 16 Jan 2022 10:19:12 +0100 Message-Id: <87pmosyr5b.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #53299 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: forcemerge 53299 53298 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 (---) forcemerge 53299 53298 quit From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 21 07:01:16 2022 Received: (at control) by debbugs.gnu.org; 21 Jan 2022 12:01:16 +0000 Received: from localhost ([127.0.0.1]:60471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAsbU-0005uj-7R for submit@debbugs.gnu.org; Fri, 21 Jan 2022 07:01:16 -0500 Received: from quimby.gnus.org ([95.216.78.240]:34012) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nAsbS-0005nP-Dc for control@debbugs.gnu.org; Fri, 21 Jan 2022 07:01:14 -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=LcAHpLDiGHTlfhnGVkPuM8x4ewpqwge5Jzvg/RoI3Wc=; b=bn2cJk247Ob5Mdkvo/6+7FOLWk 5cgusV/AEnTW69VwoP7prFg+CgdqFfsuWCltypePqCBJqHrcZkyc2TLTfQAoou4dxULKPTCxMWKjG HhlIazVaGx8fnFEnIz0TbdILxbjUWNXRx0oHQfrdLt8HyniyTuFGxwh873qnUFj1uLTk=; 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 1nAsbK-00041X-Is for control@debbugs.gnu.org; Fri, 21 Jan 2022 13:01:08 +0100 Date: Fri, 21 Jan 2022 13:01:06 +0100 Message-Id: <87mtjpqovx.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #53298 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 53298 + 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 53298 + moreinfo quit From unknown Sun Jun 22 07:55:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53299: GTK3 frames stop updating Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Feb 2022 12:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53299 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: martin rudalics Cc: Eli Zaretskii , ross@kallisti.us, 53298@debbugs.gnu.org, 53299@debbugs.gnu.org Received: via spool by 53299-submit@debbugs.gnu.org id=B53299.16452754448218 (code B ref 53299); Sat, 19 Feb 2022 12:58:02 +0000 Received: (at 53299) by debbugs.gnu.org; 19 Feb 2022 12:57:24 +0000 Received: from localhost ([127.0.0.1]:57105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLPIh-00028N-Vd for submit@debbugs.gnu.org; Sat, 19 Feb 2022 07:57:24 -0500 Received: from quimby.gnus.org ([95.216.78.240]:43934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLPIc-00027z-IA; Sat, 19 Feb 2022 07:57: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=L6ZGOuv2WZZUJFr6e9ZMALsaquhX7Y+KP+EUFQJgAKc=; b=VuqcQrfRPBFr91n+dGOvzzX8fP hKyJRotw3+103Ql9lIPzPlg/7zihumTLh9TsE2caJe7yI2Xc9ZxdvJTJKeYb+fuNr1yscy3xLOVA9 JhIeOYM6v/EKmX5WQ6OywrDiWtdJNoKDHdGi8Xuetwr/GnRhrdsuKGF4+upYB10GCHTY=; 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 1nLPIT-0006bD-A9; Sat, 19 Feb 2022 13:57:12 +0100 From: Lars Ingebrigtsen References: <87h7a4w57u.fsf@kallisti.us> <08309eaf-2abb-080e-9c55-573b330e7765@gmx.at> <20220116204410.e2vjlz3g4clrxg7q@stgulik> <20220117232351.35nwooltmbj3cvhv@stgulik> <40e5420e-8de6-be61-28af-8ab9418a08ea@gmx.at> <837dawvs3h.fsf@gnu.org> <75acb076-1067-8c73-e3cf-8b8334663f47@gmx.at> X-Now-Playing: Tuxedomoon's _Ten Years In One Night (Live)_: "Courante Marocaine" Date: Sat, 19 Feb 2022 13:57:08 +0100 In-Reply-To: <75acb076-1067-8c73-e3cf-8b8334663f47@gmx.at> (martin rudalics's message of "Thu, 20 Jan 2022 10:49:23 +0100") Message-ID: <877d9rvwt7.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: martin rudalics writes: > Ross, I pushed this to Emacs 28. If you are using master only, you will > have to wait a day or two until the changes have been merged. After > that please check again and tell us whether it works. 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 (---) martin rudalics writes: > Ross, I pushed this to Emacs 28. If you are using master only, you will > have to wait a day or two until the changes have been merged. After > that please check again and tell us whether it works. This was a month ago, but there was no response to this message, so I'm assuming that Martin's change fixed this, and I'm closing this bug report. If it's still a problem in Emacs 28, please respond to the debbugs address and we'll reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 19 07:57:29 2022 Received: (at control) by debbugs.gnu.org; 19 Feb 2022 12:57:29 +0000 Received: from localhost ([127.0.0.1]:57108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLPIn-00028k-B8 for submit@debbugs.gnu.org; Sat, 19 Feb 2022 07:57:29 -0500 Received: from quimby.gnus.org ([95.216.78.240]:43950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLPIj-000286-Oe for control@debbugs.gnu.org; Sat, 19 Feb 2022 07:57:26 -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=WtFi/4lpnCKusnvUeWfhvAQkVxNPMCDDXEWQfVk0h3g=; b=RUNCHcDd11YLfndo4uzl7CqDre ovjGF4XVk7RAjNgpNhvcHcklVygt7FiBRRoeIPA+i4Ior2kUSuZ26PA4N9FXFdzbrTnzD3nrr+ZLs iwoj3NLQMz11+MTpB1PRXLh6FyxQXjAZyKV6jfoS6TiO5n503YJ8NVZmmWikqK2p4XAw=; 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 1nLPIb-0006bL-CT for control@debbugs.gnu.org; Sat, 19 Feb 2022 13:57:19 +0100 Date: Sat, 19 Feb 2022 13:57:16 +0100 Message-Id: <875ypbvwsz.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #53299 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 53299 28.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 53299 28.1 quit