From unknown Sat Aug 16 21:15:54 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#29173 <29173@debbugs.gnu.org> To: bug#29173 <29173@debbugs.gnu.org> Subject: Status: 25.3; pulse-momentary-highlight-region is not visible when region is active Reply-To: bug#29173 <29173@debbugs.gnu.org> Date: Sun, 17 Aug 2025 04:15:54 +0000 retitle 29173 25.3; pulse-momentary-highlight-region is not visible when re= gion is active reassign 29173 emacs submitter 29173 Yury Bulka severity 29173 minor tag 29173 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 06 13:08:04 2017 Received: (at submit) by debbugs.gnu.org; 6 Nov 2017 18:08:04 +0000 Received: from localhost ([127.0.0.1]:54474 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eBloa-0005Hv-42 for submit@debbugs.gnu.org; Mon, 06 Nov 2017 13:08:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eBlYl-0004rd-D2 for submit@debbugs.gnu.org; Mon, 06 Nov 2017 12:51:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBlYe-0004gC-As for submit@debbugs.gnu.org; Mon, 06 Nov 2017 12:51:37 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53902) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eBlYe-0004g0-87 for submit@debbugs.gnu.org; Mon, 06 Nov 2017 12:51:36 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBlYb-0000NP-5Y for bug-gnu-emacs@gnu.org; Mon, 06 Nov 2017 12:51:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBlYW-0004aL-Ui for bug-gnu-emacs@gnu.org; Mon, 06 Nov 2017 12:51:33 -0500 Received: from perdizione.investici.org ([2001:41d0:2:33d0::19]:48854) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eBlYW-0004Yf-IS for bug-gnu-emacs@gnu.org; Mon, 06 Nov 2017 12:51:28 -0500 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: setthemfree@privacyrequired.com) by localhost (Postfix) with ESMTPSA id B5DEE1402D0 for ; Mon, 6 Nov 2017 17:51:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=privacyrequired.com; s=stigmate; t=1509990684; bh=E5zCvoYf9uNFrPRQRVMvclPY0ormDi5cFMro/CCsxhA=; h=From:To:Subject:Date; b=HmLSF39AIKjNmXKi9dEIPIwwRpAY0PBUrFNlrvSI7MA22DvzO9WfcOhGj/SUi1TM/ DOMeClUYlm0NAkheHQ3VdVHrUNecjhGmb2vzn1sKFdPG/OpzB6oCHEBKFw9KHyMpcC ZJ5qxqwV2Pv+GIDLiE6zg9lgcQp5GxVUv1bO4UIQ= From: Yury Bulka To: bug-gnu-emacs@gnu.org Subject: 25.3; pulse-momentary-highlight-region is not visible when region is active Date: Mon, 06 Nov 2017 19:51:14 +0200 Message-ID: <87fu9ri9d9.fsf@privacyrequired.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 06 Nov 2017 13:08:02 -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: -4.1 (----) To reproduce: 1) Select some region in a buffer 2) eval: (pulse-momentary-highlight-region (region-beginning) (region-end)) 3) No visual feedback is appearing By contrast, evaluating something like: (pulse-momentary-highlight-region (- (point) 5) (point)) results in the area around point highlighted as expected. The steps were tested in emacs --no-init. In GNU Emacs 25.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.22.19) of 2017-09-15 built on buildvm-29.phx2.fedoraproject.org Windowing system distributor 'Fedora Project', version 11.0.11903000 Configured using: 'configure --build=3Dx86_64-redhat-linux-gnu --host=3Dx86_64-redhat-linux-gnu --program-prefix=3D --disable-dependency-tracking --prefix=3D/usr --exec-prefix=3D/usr --bindir=3D/usr/bin --sbindir=3D/usr/sbin --sysconfdir=3D/etc --datadir=3D/usr/share --includedir=3D/usr/include --libdir=3D/usr/lib64 --libexecdir=3D/usr/libexec --localstatedir=3D/var --sharedstatedir=3D/var/lib --mandir=3D/usr/share/man --infodir=3D/usr/share/info --with-dbus --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xft --with-xpm --with-x-toolkit=3Dgtk3 --with-gpm=3Dno --with-xwidgets --with-modules build_alias=3Dx86_64-redhat-linux-gnu host_alias=3Dx86_64-redhat-linux-gnu 'CFLAGS=3D-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Werror=3Dformat-security -Wp,-D_FORTIFY_SOURCE=3D2 -fexceptions -fstack-protector-strong --param=3Dssp-buffer-size=3D4 -grecord-gcc-switches -specs=3D/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=3Dgeneric' LDFLAGS=3D-Wl,-z,relro PKG_CONFIG_PATH=3D:/usr/lib64/pkgconfig:/usr/share/pkgconfig' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 MODULES XWIDGETS Important settings: value of $LANG: uk_UA.utf8 value of $XMODIFIERS: @im=3Dnone locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: shell-dirtrack-mode: t diff-auto-refine-mode: t yas-global-mode: t yas-minor-mode: t erc-dcc-mode: t erc-truncate-mode: t erc-notifications-mode: t erc-log-mode: t erc-list-mode: t erc-menu-mode: t erc-autojoin-mode: t erc-ring-mode: t erc-networks-mode: t erc-pcomplete-mode: t erc-track-mode: t erc-match-mode: t erc-button-mode: t erc-fill-mode: t erc-stamp-mode: t erc-netsplit-mode: t erc-irccontrols-mode: t erc-noncommands-mode: t erc-keep-place-mode: t erc-move-to-prompt-mode: t erc-readonly-mode: t winner-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-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 column-number-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Back to top level When done with this frame, type C-x 5 0 Mark set Quit [2 times] [nil 23040 40878 707807 0.03 pulse-tick ((23040 40879 7801 46999)) nil 3650= 00] Mark set [nil 23040 40881 424343 0.03 pulse-tick ((23040 40881 724335 258999)) nil 9= 04000] Quit [2 times] No server buffers remain to edit You can run the command =E2=80=98delete-frame=E2=80=99 with C-x 5 0 Load-path shadows: /home/yurb/.emacs.d/elpa/puppet-mode-20170528.904/puppet-mode hides /usr/sh= are/emacs/site-lisp/puppet-mode /usr/share/emacs/site-lisp/lilypond-init hides /usr/share/emacs/site-lisp/s= ite-start.d/lilypond-init Features: (shadow term/xterm xterm emacsbug iso-transl org-table dabbrev sh-script executable macros cus-start cus-load conf-mode debug tramp-cache pulse goto-addr mml2015 mml-smime smime dig bbdb-snarf python tramp-sh tramp tramp-compat tramp-loaddefs trampver ucs-normalize rect eieio-opt pcmpl-unix vc vc-dispatcher org-clock bookmark cal-move parse-time tabify image-file org-capture org-colview cal-china lunar solar cal-dst cal-persia cal-coptic cal-mayan cal-bahai cal-french cal-islam cal-hebrew cal-julian shell sclang sclang-widgets tree-widget sclang-server sclang-help sclang-vars sclang-help-minor-mode sclang-minor-mode sclang-mode sclang-dev sclang-document sclang-language sclang-interp sclang-browser view sclang-util dired-aux gnus-dired misearch multi-isearch css-mode smie js sgml-mode json map imenu qp bbdb-com crm mail-extr sort flyspell ispell face-remap bbdb bbdb-site timezone diary-lib diary-loaddefs cal-iso vc-git diff-mode org-indent org-rmail org-mhe org-irc org-info org-gnus org-docview org-bibtex bibtex org-bbdb org-w3m two-column yasnippet mediawiki url-cache mm-url gnus gnus-ems nnheader url-http url url-proxy url-privacy url-expand url-methods url-history mailcap url-auth url-cookie url-domsuf url-util url-parse url-gw url-vars markdown-mode erc-dcc erc-truncate erc-desktop-notifications notifications dbus xml erc-log erc-list erc-menu erc-join erc-ring erc-networks erc-pcomplete erc-track erc-match erc-button wid-edit erc-fill erc-stamp erc-netsplit erc-goodies erc erc-backend erc-compat pp socks network-stream nsm starttls tls gnutls org-mu4e mu4e desktop frameset mu4e-speedbar mu4e-main mu4e-view thingatpt epa browse-url mu4e-headers mu4e-compose mu4e-context mu4e-draft mu4e-actions rfc2368 smtpmail sendmail mu4e-mark mu4e-message flow-fill html2text mu4e-proc mu4e-proc-mu mu4e-utils doc-view subr-x jka-compr image-mode mu4e-lists mu4e-vars message idna dired rfc822 mml mml-sec epg mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader hl-line mu4e-meta auth-source gnus-util mm-util help-fns mail-prsvr password-cache php-mode derived rx speedbar sb-image ezimage dframe etags xref cl-seq project eieio eieio-core flymake compile cc-langs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs add-log ox-md ox-html ox-ascii ox-beamer ox-latex ox-publish 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 org-element edmacro kmacro org-agenda org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities noutline outline org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint comint ansi-color ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs finder-inf info nrepl-autoloads package epg-config golden-ratio easy-mmode advice cl-macs cl winner ring ido seq byte-opt gv bytecomp byte-compile cl-extra cconv misterioso-theme midnight quail help-mode easymenu cl-loaddefs pcase cl-lib server bbdb-loaddefs time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame 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 charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer 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 dbusbind inotify dynamic-setting system-font-setting font-render-setting xwidget-internal move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 916665 168826) (symbols 48 59352 0) (miscs 40 14597 3791) (strings 32 176013 46970) (string-bytes 1 5325208) (vectors 16 94117) (vector-slots 8 2486231 69277) (floats 8 2980 1222) (intervals 56 24807 7034) (buffers 976 393)) From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 09 21:14:32 2017 Received: (at control) by debbugs.gnu.org; 10 Nov 2017 02:14:32 +0000 Received: from localhost ([127.0.0.1]:32960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eCyq0-0000fn-1X for submit@debbugs.gnu.org; Thu, 09 Nov 2017 21:14:32 -0500 Received: from mail-io0-f173.google.com ([209.85.223.173]:57009) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eCypy-0000fb-Jf for control@debbugs.gnu.org; Thu, 09 Nov 2017 21:14:30 -0500 Received: by mail-io0-f173.google.com with SMTP id m81so12002167ioi.13 for ; Thu, 09 Nov 2017 18:14:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:from:to:subject:date:message-id:mime-version; bh=jI4vEPacKT3uz8jlNWF1w3csWvWQKYCtn8fZPrx/rXc=; b=u9xGBIaADG1/0S4RYZJ8LCQOiS+wN7Y2x5rEZjvGnBwNwEJJFmCZq2UA+MQSkumF8W ehmBBmaQqjsN5xkb0U51zAvTLjSMmLJN2M1/y0+ktT5m5TH9aqe0PKbHVAvqSrFyYV3o oV6oyAJUrT9kn7Vt6JOjwOOH3mL5pe94pJ/t2ScoDQbCZBx+qCtwqsSWzoKJPweEkPu8 bTRkJrpKSHHJ3aes7SMNzU2KamnGgbPxxOdw5XyFMuNERIAPosMS/qGYn2ec4C77Xbgr jAe38wZolnCnokf5+K+gipM/N/maaCA3kLLS/gHGljoRRbbzitd7OTWj9Pkx9yVc8mjT hjHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:subject:date:message-id :mime-version; bh=jI4vEPacKT3uz8jlNWF1w3csWvWQKYCtn8fZPrx/rXc=; b=RO/4D5ZWLwRyrGeLwGvbXWm7JFc5oDcLH04y8fk0j9Fx7P53zfnwLg96lkXDppwRAo ud4Dc3/T9V38zU1QXcA13gdpZDWcHEYOY8V97pjPOHLXua/4BOfS0nYxg0pgOuKoNze0 JfztxUPhmJxdSsG+tPVdV5WexdTmTg4qe2nUMDCjsyF78VK7yZuvLR5o9YRBu4PyfHLA kjNxBX8l40XQrGR+1WoFkOmtv6kP8IkwyvWsMV777s2ychpxg//OBNGG+6i+VbFnUVvW psW4QTIDJdgZMBl0ukqS+sd0NGJF2XT5QJ9yrbzAMY4GzOjPo66s4nxpFg3g4vzOj90n 6Ruw== X-Gm-Message-State: AJaThX4wtXEULrGWtf2keSVHNMygaqqnbc3rzdZMSvLb7V0tUjuVrVM6 Ac2oXMFUfUMuqxw0UvA9gYBU3Q== X-Google-Smtp-Source: AGs4zMZ95ToCNkfRE8bc5hSb3kP9QIiivV4b2N1kNPOL9UVnYEAv31YHBwVJXnL6V0YlBowQsJ6v9g== X-Received: by 10.107.180.138 with SMTP id d132mr2778599iof.275.1510280064806; Thu, 09 Nov 2017 18:14:24 -0800 (PST) Received: from zebian ([45.2.119.34]) by smtp.googlemail.com with ESMTPSA id f12sm3988130ioh.21.2017.11.09.18.14.23 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 09 Nov 2017 18:14:24 -0800 (PST) From: Noam Postavsky To: control@debbugs.gnu.org Subject: control message for bug #29173 Date: Thu, 09 Nov 2017 21:14:23 -0500 Message-ID: <87y3ne3mo0.fsf@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) 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: -2.6 (--) severity 29173 minor quit From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 09 04:42:21 2019 Received: (at 29173) by debbugs.gnu.org; 9 Oct 2019 08:42:21 +0000 Received: from localhost ([127.0.0.1]:52105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI7Y4-0000iX-Vt for submit@debbugs.gnu.org; Wed, 09 Oct 2019 04:42:21 -0400 Received: from quimby.gnus.org ([80.91.231.51]:57514) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI7Y2-0000iM-Gu for 29173@debbugs.gnu.org; Wed, 09 Oct 2019 04:42:19 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iI7Xz-00058L-0Q; Wed, 09 Oct 2019 10:42:17 +0200 From: Lars Ingebrigtsen To: Yury Bulka Subject: Re: bug#29173: 25.3; pulse-momentary-highlight-region is not visible when region is active References: <87fu9ri9d9.fsf@privacyrequired.com> Date: Wed, 09 Oct 2019 10:42:14 +0200 In-Reply-To: <87fu9ri9d9.fsf@privacyrequired.com> (Yury Bulka's message of "Mon, 06 Nov 2017 19:51:14 +0200") Message-ID: <87o8yqnwd5.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: Yury Bulka writes: > To reproduce: > 1) Select some region in a buffer > 2) eval: > (pulse-momentary-highlight-region > (region-beginning) > (region-end)) > 3) No visual feedback is appearing > > By contrast, evaluating [...] 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: 29173 Cc: 29173@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: -1.0 (-) Yury Bulka writes: > To reproduce: > 1) Select some region in a buffer > 2) eval: > (pulse-momentary-highlight-region > (region-beginning) > (region-end)) > 3) No visual feedback is appearing > > By contrast, evaluating something like: > (pulse-momentary-highlight-region (- (point) 5) (point)) > results in the area around point highlighted as expected. This has now been fixed in Emacs 27 by giving the overlay used to pulse a higher priority than the default. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 09 04:42:24 2019 Received: (at control) by debbugs.gnu.org; 9 Oct 2019 08:42:24 +0000 Received: from localhost ([127.0.0.1]:52108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI7Y8-0000in-Ab for submit@debbugs.gnu.org; Wed, 09 Oct 2019 04:42:24 -0400 Received: from quimby.gnus.org ([80.91.231.51]:57528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iI7Y7-0000ig-NT for control@debbugs.gnu.org; Wed, 09 Oct 2019 04:42:24 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iI7Y4-00058S-SY for control@debbugs.gnu.org; Wed, 09 Oct 2019 10:42:22 +0200 Date: Wed, 09 Oct 2019 10:42:20 +0200 Message-Id: <87mueanwcz.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #29173 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 29173 fixed close 29173 27.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: 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 29173 fixed close 29173 27.1 quit From unknown Sat Aug 16 21:15:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 06 Nov 2019 12:24:12 +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