From unknown Mon Jun 23 04:09:15 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#13429 <13429@debbugs.gnu.org> To: bug#13429 <13429@debbugs.gnu.org> Subject: Status: 24.2; `window-end' returns point after last point in window Reply-To: bug#13429 <13429@debbugs.gnu.org> Date: Mon, 23 Jun 2025 11:09:15 +0000 retitle 13429 24.2; `window-end' returns point after last point in window reassign 13429 emacs submitter 13429 Nathan Trapuzzano severity 13429 wishlist thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 13 17:14:10 2013 Received: (at submit) by debbugs.gnu.org; 13 Jan 2013 22:14:10 +0000 Received: from localhost ([127.0.0.1]:58737 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TuVoe-0004uA-7j for submit@debbugs.gnu.org; Sun, 13 Jan 2013 17:14:09 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34561) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TuVob-0004tW-DZ for submit@debbugs.gnu.org; Sun, 13 Jan 2013 17:14:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuVo7-0006ke-QP for submit@debbugs.gnu.org; Sun, 13 Jan 2013 17:13:39 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:41787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuVo7-0006ka-NL for submit@debbugs.gnu.org; Sun, 13 Jan 2013 17:13:35 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuVo1-0007ZC-00 for bug-gnu-emacs@gnu.org; Sun, 13 Jan 2013 17:13:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuVnx-0006jm-K5 for bug-gnu-emacs@gnu.org; Sun, 13 Jan 2013 17:13:28 -0500 Received: from oproxy9.bluehost.com ([69.89.24.6]:35917) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TuVnx-0006ja-8N for bug-gnu-emacs@gnu.org; Sun, 13 Jan 2013 17:13:25 -0500 Received: (qmail 1744 invoked by uid 0); 13 Jan 2013 22:13:02 -0000 Received: from unknown (HELO host393.hostmonster.com) (66.147.240.193) by oproxy9.bluehost.com with SMTP; 13 Jan 2013 22:13:02 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbtrap.com; s=default; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From; bh=69vX2PU0ewD+3z0EMupflzwAb0/a5b1pExKKQD5VDvo=; b=iSZpNj29oxurZXnuoU97SjxxibzvcHXysx0JVNvBnXjWW0NE1DuE42RaxcH5AhOeDACvqM0/TCnwjuNpOdWVuL7vftit2jeMVC/lWdkWvywZkoJMBWTY0CPNK4PB5CXw; Received: from [76.240.203.247] (port=52177 helo=Nathan-GNU) by host393.hostmonster.com with esmtpsa (TLSv1:CAMELLIA128-SHA:128) (Exim 4.80) (envelope-from ) id 1TuVnZ-0006GE-Kt for bug-gnu-emacs@gnu.org; Sun, 13 Jan 2013 15:13:02 -0700 From: Nathan Trapuzzano To: bug-gnu-emacs@gnu.org Subject: 24.2; `window-end' returns point after last point in window Date: Sun, 13 Jan 2013 17:12:59 -0500 Message-ID: <87y5fwivf8.fsf@nbtrap.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Identified-User: {1585:host393.hostmonster.com:nbtrapco:nbtrap.com} {sentby:smtp auth 76.240.203.247 authed with nbtrap@nbtrap.com} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) The current doc-string for `window-end' states that the function returns the ``position at which display currently ends in WINDOW''. I understand this to mean, more or less, the greatest position visible in WINDOW. However, even if that's an incorrect interpretation, the behavior of this function is inconsistent under seemingly any interpretation. For example, when a given window is displaying a buffer that overflows the window, a call to `window-end' will return the greatest visible position **plus one**. Whereas, when the buffer does not overflow the window (i.e., when the window displays the end of the buffer, including any blank lines at the end), `window-end' returns just the greatest visible position, the same thing that `point-max' would return. As I say, this behavior seems inconsistent under any interpretation of the documentation. If it is in fact a bug, the code should be rectified; but in either case, the documentation should be clarified, because if there is a correct interpretation that I'm missing, it's not obvious. Nathan In GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu) of 2013-01-13 on Nathan-GNU Configured using: `configure '--prefix=/usr' '--sysconfdir=/etc' '--libexecdir=/usr/lib' '--localstatedir=/var' '--without-x' '--without-sound' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 13 22:47:43 2013 Received: (at 13429) by debbugs.gnu.org; 14 Jan 2013 03:47:44 +0000 Received: from localhost ([127.0.0.1]:58988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tub1S-0007kU-Mt for submit@debbugs.gnu.org; Sun, 13 Jan 2013 22:47:43 -0500 Received: from mtaout21.012.net.il ([80.179.55.169]:55034) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tub1O-0007kD-Vu for 13429@debbugs.gnu.org; Sun, 13 Jan 2013 22:47:40 -0500 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MGL00800JT38M00@a-mtaout21.012.net.il> for 13429@debbugs.gnu.org; Mon, 14 Jan 2013 05:47:10 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MGL008T8JUM0270@a-mtaout21.012.net.il>; Mon, 14 Jan 2013 05:47:10 +0200 (IST) Date: Mon, 14 Jan 2013 05:47:39 +0200 From: Eli Zaretskii Subject: Re: bug#13429: 24.2; `window-end' returns point after last point in window In-reply-to: <87y5fwivf8.fsf@nbtrap.com> X-012-Sender: halo1@inter.net.il To: Nathan Trapuzzano Message-id: <83vcb0qvc4.fsf@gnu.org> References: <87y5fwivf8.fsf@nbtrap.com> X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > From: Nathan Trapuzzano > Date: Sun, 13 Jan 2013 17:12:59 -0500 > > The current doc-string for `window-end' states that the function returns > the ``position at which display currently ends in WINDOW''. I understand > this to mean, more or less, the greatest position visible in > WINDOW. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.179.55.169 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.5000] X-Debbugs-Envelope-To: 13429 Cc: 13429@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > From: Nathan Trapuzzano > Date: Sun, 13 Jan 2013 17:12:59 -0500 > > The current doc-string for `window-end' states that the function returns > the ``position at which display currently ends in WINDOW''. I understand > this to mean, more or less, the greatest position visible in > WINDOW. [...] Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [80.179.55.169 listed in list.dnswl.org] 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4907] > From: Nathan Trapuzzano > Date: Sun, 13 Jan 2013 17:12:59 -0500 > > The current doc-string for `window-end' states that the function returns > the ``position at which display currently ends in WINDOW''. I understand > this to mean, more or less, the greatest position visible in > WINDOW. This interpretation is incorrect. > For example, when a given window is displaying a buffer that overflows > the window, a call to `window-end' will return the greatest visible > position **plus one**. This is what is meant by "position at which display ends". Suggestions for how to describe that better are welcome. > Whereas, when the buffer does not overflow the window > (i.e., when the window displays the end of the buffer, including any > blank lines at the end), `window-end' returns just the greatest visible > position, the same thing that `point-max' would return. This is still consistent: there's no character at position returned by point-max. The last position visible in the window is one less that the returned value in this case as well. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 30 12:38:10 2019 Received: (at control) by debbugs.gnu.org; 30 Sep 2019 16:38:10 +0000 Received: from localhost ([127.0.0.1]:60360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEygc-0001fE-Hz for submit@debbugs.gnu.org; Mon, 30 Sep 2019 12:38:10 -0400 Received: from mail-pg1-f182.google.com ([209.85.215.182]:38115) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iEyga-0001ey-Dz for control@debbugs.gnu.org; Mon, 30 Sep 2019 12:38:08 -0400 Received: by mail-pg1-f182.google.com with SMTP id x10so7688773pgi.5 for ; Mon, 30 Sep 2019 09:38:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=C10ubcPei7+3/158h1WDXCB32OCcIrh8VK6mEIx6jbQ=; b=njilfwW3AddoPkJ3vf1VrYolBfj6K9jBzazSSCwsF4Zm1G7HIHZW42Swf4q59h8WRR gCvaj/ytgilRFQPaZ2NAY17K83gswkCJ91hPDQV3nmhvp8xR+4PTg5f5lmN/ItFN5z0n tmy4vtDiMWVP0e+zGxS4cDvFJDwAfztUAmT/JeNG6eP1Zbvrj+Ff0/IHaXP9rb6gTLpF y0EjKmRZzr2J0/yPSZsrLM2AEpNK4HzWhalTlqTezRMZ2HpX1V4UM4vMNIESC1bpwtoL +kKaqUuydGXUm9lv2XzTEHh6ogAppc7HCeX4sOvUjU+edCLqvjk6T6WtVRIby1RVcBQX P/yQ== X-Gm-Message-State: APjAAAW2vUaMcee2aw2FbK6q9C04zfmF7NevI1bsUhStnMRcIdgs//5X +TKDOIy4csiVrM3omXSa2qFiGPtpIdbiyiCBoRoMx5SYric= X-Google-Smtp-Source: APXvYqy6lWIf2oIwhEKx8Bb72x9w4A02oT5mdt7343HE5N3tYEd9Oi3hQ6J2kaZ9RYrtcOk7inb9MiaXYXbV0HVXMHE= X-Received: by 2002:aa7:8009:: with SMTP id j9mr22064207pfi.107.1569861482484; Mon, 30 Sep 2019 09:38:02 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Mon, 30 Sep 2019 18:37:51 +0200 Message-ID: Subject: To: control@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.2 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: severity 13429 wishlist quit Content analysis details: (2.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.215.182 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.215.182 listed in wl.mailspike.net] 2.0 BLANK_SUBJECT Subject is present but empty 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different 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.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: severity 13429 wishlist quit Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.215.182 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.215.182 listed in wl.mailspike.net] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 2.0 BLANK_SUBJECT Subject is present but empty 0.0 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager severity 13429 wishlist quit From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 15 05:23:44 2021 Received: (at 13429) by debbugs.gnu.org; 15 Jul 2021 09:23:44 +0000 Received: from localhost ([127.0.0.1]:46829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3xaq-0005gX-7e for submit@debbugs.gnu.org; Thu, 15 Jul 2021 05:23:44 -0400 Received: from quimby.gnus.org ([95.216.78.240]:55088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3xao-0005gK-T3 for 13429@debbugs.gnu.org; Thu, 15 Jul 2021 05:23:43 -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=Be57RxNnWazNdl8x1zzz5BuVzAXDdW5nU9tNU0AXAPw=; b=RTMzGWp7Q7e+RLHUXdCbuGFb8i 8nTw0ARvKCnSEqmztnV4MAWP77ilNuU3xu8Rs567UpqolpneFiBlyCpxRTSaXTSEKPVSAlEPuWOxU aMCAjVFaa2wYHFW9KVlrME2lh6c5U2o7fukbfgdrx/GwKiJHIIAOGoUPUT2PGRCYTlK8=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m3xaf-0006jZ-PY; Thu, 15 Jul 2021 11:23:36 +0200 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#13429: 24.2; `window-end' returns point after last point in window References: <87y5fwivf8.fsf@nbtrap.com> <83vcb0qvc4.fsf@gnu.org> X-Now-Playing: Bob Hund's _KlassiskBOBHUNkonsert_: "Harduingetmankandansatill?" Date: Thu, 15 Jul 2021 11:23:33 +0200 In-Reply-To: <83vcb0qvc4.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 14 Jan 2013 05:47:39 +0200") Message-ID: <87y2a8j5gq.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: Eli Zaretskii writes: >> For example, when a given window is displaying a buffer that overflows >> the window, a call to `window-end' will return the greatest visible >> position **plus one**. > > This is what is meant by [...] 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: 13429 Cc: Nathan Trapuzzano , 13429@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: -3.3 (---) Eli Zaretskii writes: >> For example, when a given window is displaying a buffer that overflows >> the window, a call to `window-end' will return the greatest visible >> position **plus one**. > > This is what is meant by "position at which display ends". > Suggestions for how to describe that better are welcome. I've added an extra sentence to the doc string in Emacs 28 to try to clarify this. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 15 05:23:48 2021 Received: (at control) by debbugs.gnu.org; 15 Jul 2021 09:23:48 +0000 Received: from localhost ([127.0.0.1]:46832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3xau-0005gn-JP for submit@debbugs.gnu.org; Thu, 15 Jul 2021 05:23:48 -0400 Received: from quimby.gnus.org ([95.216.78.240]:55102) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3xas-0005gP-Vk for control@debbugs.gnu.org; Thu, 15 Jul 2021 05:23:47 -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=fuTOMPvBA67DUPMRrIqlSye3cCjG3YPa45p80hAbsbY=; b=sqwEbJCuPdyohCtLwX9X9qu04w D9rVXMOYWr0KzFTqBeY4yc3DMjTeTzjQxPeI25B7ofzYjdtQnS+WUKz48QlUy6QTTUE0RM0cksTNF f1nilnKGGfN18AHKR24hXVtrC/kDsMk81t8zElvlaUNMQvik3WVZwiAs75PNsUiAHWFo=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m3xal-0006ji-DC for control@debbugs.gnu.org; Thu, 15 Jul 2021 11:23:41 +0200 Date: Thu, 15 Jul 2021 11:23:38 +0200 Message-Id: <87wnpsj5gl.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #13429 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 13429 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 13429 28.1 quit From unknown Mon Jun 23 04:09:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 12 Aug 2021 11:24:05 +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