From unknown Sun Aug 17 09:09:42 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#20251 <20251@debbugs.gnu.org> To: bug#20251 <20251@debbugs.gnu.org> Subject: Status: 24.5; backward-list does nothing useful in inferior-python-mode Reply-To: bug#20251 <20251@debbugs.gnu.org> Date: Sun, 17 Aug 2025 16:09:42 +0000 retitle 20251 24.5; backward-list does nothing useful in inferior-python-mo= de reassign 20251 emacs submitter 20251 Eric Hanchrow severity 20251 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 03 14:03:41 2015 Received: (at submit) by debbugs.gnu.org; 3 Apr 2015 18:03:42 +0000 Received: from localhost ([127.0.0.1]:44136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ye5wT-0008KG-9R for submit@debbugs.gnu.org; Fri, 03 Apr 2015 14:03:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50142) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Ye5wR-0008K3-7a for submit@debbugs.gnu.org; Fri, 03 Apr 2015 14:03:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ye5wK-0000V3-Kb for submit@debbugs.gnu.org; Fri, 03 Apr 2015 14:03:33 -0400 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,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ye5wK-0000Ux-He for submit@debbugs.gnu.org; Fri, 03 Apr 2015 14:03:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ye5wJ-0005Ne-7j for bug-gnu-emacs@gnu.org; Fri, 03 Apr 2015 14:03:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ye5wI-0000UZ-07 for bug-gnu-emacs@gnu.org; Fri, 03 Apr 2015 14:03:31 -0400 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:32841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ye5wH-0000UD-LZ for bug-gnu-emacs@gnu.org; Fri, 03 Apr 2015 14:03:29 -0400 Received: by paboj16 with SMTP id oj16so41719136pab.0 for ; Fri, 03 Apr 2015 11:03:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Zg21rwCv9AP9xg1jUOs+6IIKXIrVZh834pF3wnbjREo=; b=jYpGEx5ZbJhRCjGAXDACZhYSXYjEDYuQ7Z1MtA3FSPniYK+6qHCPAEKA3y2MaLUECu 5orB7OSswwPZswhRteuGMwbz8k4F0SLK/gBHIGLQWVn3owh2nhJphv7PrIVG9spJHR1r AV1k7wDNBMsC3Eq+tU4NdjZ6vxZrPijEBjJ+pRfmJRm8w+ePwsyucjAMxvTeU+VvzK9o lhhvm4R5PtOxift2n7t0mf63iPnCLWy252Pr1FO769x+YPnRoEFKa6grra/hljRXyp2R CjozeJmTmvh/rWducUiAOfMco3O8WW7cuhgy0Spm+FwlQ4KNo4utrnz2dmRFCH89xEbV olMA== X-Received: by 10.70.92.107 with SMTP id cl11mr6183814pdb.31.1428084208165; Fri, 03 Apr 2015 11:03:28 -0700 (PDT) MIME-Version: 1.0 From: Eric Hanchrow Date: Fri, 03 Apr 2015 18:03:26 +0000 Message-ID: Subject: 24.5; backward-list does nothing useful in inferior-python-mode To: "bug-gnu-emacs@gnu.org" Content-Type: multipart/alternative; boundary=001a11c22becefe84a0512d5c3af X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (----) --001a11c22becefe84a0512d5c3af Content-Type: text/plain; charset=UTF-8 * I started emacs with `emacs -Q -nw'. * I started an interactive Python REPL with ESC x r u n - p y t h o n RET * I entered a very simple statement: l SPC = SPC [ 1 , SPC 2 , SPC 3 ] RET * I then tried to position point at the [: ESC x b a c k w a r d - l i s t RET I noticed, to my dismay, that point was now at the beginning of the buffer, and not before the [. In GNU Emacs 24.5.1 (i686-pc-linux-gnu) of 2015-04-03 on ip-10-229-27-45 Repository revision: 0ad5fe01aea8073e2b9f24c322bd1e9c4b83ca9b System Description: Ubuntu 14.04.2 LTS Configured using: `configure --without-x' Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Inferior Python Minor modes in effect: compilation-shell-minor-mode: t tooltip-mode: t electric-indent-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Making python-shell-interpreter local to *Python* while let-bound! Making python-shell-interpreter-args local to *Python* while let-bound! Sent python-shell-completion-setup-code Sent python-ffap-setup-code Sent python-eldoc-setup-code Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils compile tool-bar cl-extra python easymenu json comint regexp-opt ring cl-loaddefs cl-lib ansi-color xterm time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer 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 make-network-process dbusbind gfilenotify multi-tty emacs) Memory information: ((conses 8 103663 5592) (symbols 24 26930 0) (miscs 20 52 178) (strings 16 30237 4098) (string-bytes 1 528929) (vectors 8 9568) (vector-slots 4 372842 2522) (floats 8 63 552) (intervals 28 187 0) (buffers 512 12) (heap 1024 17847 522)) --001a11c22becefe84a0512d5c3af Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
* I started emacs with `emacs -Q -nw'.
<= div>* I started an interactive Python REPL with ESC x r u n - p y t h o n R= ET
* I entered a very simple statement: l SPC =3D SPC [ 1 , SPC 2= , SPC 3 ] RET
* I then tried to position point at the [: ESC x b= a c k w a r d - l i s t RET

I noticed, to my dism= ay, that point was now at the beginning of the
buffer, and not be= fore the [.




In GNU Emacs 24.5.1 (i686-pc-linux-gnu)
=C2=A0of 2015-04-0= 3 on ip-10-229-27-45
Repository revision: 0ad5fe01aea8073e2b9f24c= 322bd1e9c4b83ca9b
System Description: Ubuntu 14.04.2 LTS

Configured using:
=C2=A0`configure --without-x'

Important settings:
=C2=A0 value of $LANG: en_U= S.UTF-8
=C2=A0 locale-coding-system: utf-8-unix

Major mode: Inferior Python

Minor modes in= effect:
=C2=A0 compilation-shell-minor-mode: t
=C2=A0 = tooltip-mode: t
=C2=A0 electric-indent-mode: t
=C2=A0 m= enu-bar-mode: t
=C2=A0 file-name-shadow-mode: t
=C2=A0 = global-font-lock-mode: t
=C2=A0 font-lock-mode: t
=C2= =A0 auto-composition-mode: t
=C2=A0 auto-encryption-mode: t
=
=C2=A0 auto-compression-mode: t
=C2=A0 line-number-mode: t
=C2=A0 transient-mark-mode: t

Recent mess= ages:
For information about GNU Emacs and the GNU system, type C-= h C-a.
Making python-shell-interpreter local to *Python* while le= t-bound!
Making python-shell-interpreter-args local to *Python* w= hile let-bound!
Sent python-shell-completion-setup-code
Sent python-ffap-setup-code
Sent python-eldoc-setup-code

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug mess= age format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode = mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc20= 47 rfc2045 ietf-drums mm-util
help-fns mail-prsvr mail-utils comp= ile tool-bar cl-extra python easymenu
json comint regexp-opt ring= cl-loaddefs cl-lib ansi-color xterm
time-date tooltip electric u= niquify ediff-hook vc-hooks lisp-float-type
tabulated-list newcom= ment lisp-mode prog-mode register page menu-bar
rfn-eshadow timer= select mouse jit-lock font-lock syntax facemenu
font-core frame = cham georgian utf-8-lang misc-lang vietnamese tibetan
thai tai-vi= et lao korean japanese hebrew greek romanian slovak czech
europea= n ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-h= ook help simple abbrev minibuffer nadvice loaddefs button
faces c= us-face macroexp files text-properties overlay sha1 md5 base64
fo= rmat env code-pages mule custom widget hashtable-print-readable
b= ackquote make-network-process dbusbind gfilenotify multi-tty emacs)

Memory information:
((conses 8 103663 5592)
=C2=A0(symbols 24 26930 0)
=C2=A0(miscs 20 52 178)
=C2=A0(strings 16 30237 4098)
=C2=A0(string-bytes 1 528929)
=C2=A0(vectors 8 9568)
=C2=A0(vector-slots 4 372842 2522)=
=C2=A0(floats 8 63 552)
=C2=A0(intervals 28 187 0)
=C2=A0(buffers 512 12)
=C2=A0(heap 1024 17847 522))
<= div>
--001a11c22becefe84a0512d5c3af-- From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 04 03:41:30 2015 Received: (at submit) by debbugs.gnu.org; 4 Apr 2015 07:41:31 +0000 Received: from localhost ([127.0.0.1]:44308 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YeIhu-0002i5-Bh for submit@debbugs.gnu.org; Sat, 04 Apr 2015 03:41:30 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60165) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YeIht-0002ht-2y for submit@debbugs.gnu.org; Sat, 04 Apr 2015 03:41:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YeIhn-0002IU-5a for submit@debbugs.gnu.org; Sat, 04 Apr 2015 03:41:23 -0400 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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeIhn-0002IQ-35 for submit@debbugs.gnu.org; Sat, 04 Apr 2015 03:41:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeIhm-0008RU-A1 for bug-gnu-emacs@gnu.org; Sat, 04 Apr 2015 03:41:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YeIhh-0002I8-Ar for bug-gnu-emacs@gnu.org; Sat, 04 Apr 2015 03:41:22 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:57065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeIhh-0002I2-0y for bug-gnu-emacs@gnu.org; Sat, 04 Apr 2015 03:41:17 -0400 Received: from [192.168.178.31] ([77.12.96.156]) by mrelayeu.kundenserver.de (mreue002) with ESMTPSA (Nemesis) id 0Lq1p2-1Z8wYN1Cl6-00dqcY for ; Sat, 04 Apr 2015 09:41:15 +0200 Message-ID: <551F958D.7050904@easy-emacs.de> Date: Sat, 04 Apr 2015 09:41:01 +0200 From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: Re: bug#20251: 24.5; backward-list does nothing useful in inferior-python-mode References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:hrhg4IBNQStwfR48qMTJDF7iBf8fgvx9jHqsY2137gkuOpxLEpM cVrQejuXx4bACCwjju9K3MKufAoIoTXEhSaXZU/+8urkKHFkylo9UURKNQviyCDE8GBFxz6 V2KmB0tBuUEoXj34oTC3mN5JgpJsxwDuAulSTaPRjc1G6e/sCYKf9SfvUXGPF8rfRyyo/48 HkDHfF/62Vpz/wYiN/pcw== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) Am 03.04.2015 um 20:03 schrieb Eric Hanchrow: > * I started emacs with `emacs -Q -nw'. > * I started an interactive Python REPL with ESC x r u n - p y t h o n RET > * I entered a very simple statement: l SPC = SPC [ 1 , SPC 2 , SPC 3 ] RET > * I then tried to position point at the [: ESC x b a c k w a r d - l i > s t RET > > I noticed, to my dismay, that point was now at the beginning of the > buffer, and not before the [. > IIUC cursor was at the opening bracket, i.e. at the beginning of list. In that case Emacs would search the previous list - and end at BOB if no other list found. Nonetheless probably it would be useful if in comint-modes position of prompt is taken for point-min. From debbugs-submit-bounces@debbugs.gnu.org Thu May 27 20:40:10 2021 Received: (at 20251) by debbugs.gnu.org; 28 May 2021 00:40:10 +0000 Received: from localhost ([127.0.0.1]:53167 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmQXp-0004T3-Vo for submit@debbugs.gnu.org; Thu, 27 May 2021 20:40:10 -0400 Received: from quimby.gnus.org ([95.216.78.240]:48602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmQXo-0004So-6z for 20251@debbugs.gnu.org; Thu, 27 May 2021 20:40:09 -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=m/faNosxWNHgVHt8nHQa+oVPyCi3Ou9I5W1wUJVVW0s=; b=u9BVbWhCAMaXrVg8iFV9M94KU9 1QF96i12axUDMpg2QivSI8QGI80a7bDFwdsw+/VdZfI7iwTgFlREDM8fJXKVuEcNsE3tzknLvcY4s RDH3vrOmHDgtnSkOi+W1IdUISv600FyEJSPzTwToAbYbOWAg6TmxNMhR7RJFb//8O4Ws=; Received: from cm-84.212.220.105.getinternet.no ([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 1lmQXg-0002Rf-2e; Fri, 28 May 2021 02:40:02 +0200 From: Lars Ingebrigtsen To: Eric Hanchrow Subject: Re: bug#20251: 24.5; backward-list does nothing useful in inferior-python-mode References: X-Now-Playing: The Residents's _The King & Eye: RMX_: "A Fool such as I" Date: Fri, 28 May 2021 02:39:59 +0200 In-Reply-To: (Eric Hanchrow's message of "Fri, 03 Apr 2015 18:03:26 +0000") Message-ID: <87pmxb1yjk.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 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: Eric Hanchrow writes: > * I started emacs with `emacs -Q -nw'. > * I started an interactive Python REPL with ESC x r u n - p y t h o n RET > * I entered a very simple statement: l SPC = SPC [ 1 , SPC 2 , SPC 3 ] RET > * I [...] 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: 20251 Cc: 20251@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 (-) Eric Hanchrow writes: > * I started emacs with `emacs -Q -nw'. > * I started an interactive Python REPL with ESC x r u n - p y t h o n RET > * I entered a very simple statement: l SPC = SPC [ 1 , SPC 2 , SPC 3 ] RET > * I then tried to position point at the [: ESC x b a c k w a r d - l i s t RET > > I noticed, to my dismay, that point was now at the beginning of the > buffer, and not before the [. (I'm going through old bug reports that unfortunately got no response at the time.) I'm unable to reproduce the problem in Emacs 28, so I'm going to go ahead and guess that this has been fixed in the years since it was reported, and I'm closing this bug report. If this is still a problem, 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 Thu May 27 20:40:14 2021 Received: (at control) by debbugs.gnu.org; 28 May 2021 00:40:14 +0000 Received: from localhost ([127.0.0.1]:53170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmQXu-0004TO-6s for submit@debbugs.gnu.org; Thu, 27 May 2021 20:40:14 -0400 Received: from quimby.gnus.org ([95.216.78.240]:48616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmQXs-0004St-C4 for control@debbugs.gnu.org; Thu, 27 May 2021 20:40:12 -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=VDEealUHM8cUOyj3RN5wrluSEnAGhgYpGKcdz263NTw=; b=bXiv+tsKnCiZjOn3SrieX3jw8R LSwCsEjAPYQeZjZ7tlgzgLVv9PXEaPHUBDCofcd6za+QLdkhy6aBEJY7HBLJvdbsDNLwUs068NTn8 HImMf1kFVS3jnkoN+sOFO9zDePrsHYMMxo2l5ObyEUfzOp8DI5h2fWvbVAmWISyOVEJY=; Received: from cm-84.212.220.105.getinternet.no ([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 1lmQXk-0002Rq-S3 for control@debbugs.gnu.org; Fri, 28 May 2021 02:40:06 +0200 Date: Fri, 28 May 2021 02:40:04 +0200 Message-Id: <87o8cv1yjf.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #20251 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 20251 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 (-) close 20251 quit From unknown Sun Aug 17 09:09:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 25 Jun 2021 11:24:07 +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