From unknown Mon Jun 23 13:07:43 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#7153 <7153@debbugs.gnu.org> To: bug#7153 <7153@debbugs.gnu.org> Subject: Status: 24.0.50; ediff-clone-buffer-for-region-comparison Reply-To: bug#7153 <7153@debbugs.gnu.org> Date: Mon, 23 Jun 2025 20:07:43 +0000 retitle 7153 24.0.50; ediff-clone-buffer-for-region-comparison reassign 7153 emacs submitter 7153 Stephen Berman severity 7153 normal tag 7153 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 03 11:38:51 2010 Received: (at submit) by debbugs.gnu.org; 3 Oct 2010 15:38:51 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2QeJ-0008LA-5T for submit@debbugs.gnu.org; Sun, 03 Oct 2010 11:38:51 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P2QeH-0008L5-0Q for submit@debbugs.gnu.org; Sun, 03 Oct 2010 11:38:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2QhD-0000QK-TT for submit@debbugs.gnu.org; Sun, 03 Oct 2010 11:41:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:43957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2QhD-0000QG-Q2 for submit@debbugs.gnu.org; Sun, 03 Oct 2010 11:41:51 -0400 Received: from [140.186.70.92] (port=57781 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2QhC-0006xf-Kg for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 11:41:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2QhB-0000Pp-Cn for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 11:41:50 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:35903 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P2QhA-0000PY-UV for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2010 11:41:49 -0400 Received: (qmail invoked by alias); 03 Oct 2010 15:41:45 -0000 Received: from i59F57BA1.versanet.de (EHLO escher.home) [89.245.123.161] by mail.gmx.net (mp035) with SMTP; 03 Oct 2010 17:41:45 +0200 X-Authenticated: #20778731 X-Provags-ID: V01U2FsdGVkX1+vjtcuLCCvYkDGeTn/0ljp4Tw8H2i2DT7MCJVMzw 8e5WJirF9hyCtl Received: by escher.home (Postfix, from userid 1000) id 5217A10426; Sun, 3 Oct 2010 17:41:45 +0200 (CEST) From: Stephen Berman To: bug-gnu-emacs@gnu.org Subject: 24.0.50; ediff-clone-buffer-for-region-comparison Date: Sun, 03 Oct 2010 17:41:45 +0200 Message-ID: <87ocbb9tc6.fsf@escher.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.6 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -4.6 (----) 1. emacs -Q 2. M-x ediff-regions-linewise, type RET twice to use *scratch* for both Ediff buffers (it doesn't matter which buffers are used). 3. Try to select a region with the mouse => Emacs beeps and announces the error "mouse-drag-track: The mark is not set now, so there is no region" This happens on any click of the mouse in the buffer. Nevertheless, it is possible to select a region by dragging the mouse with mouse-1 pressed. Subsequently, further mouse clicks do not raise an error any more. The bug also happens if I visit a file and call ediff-regions-linewise on it. If I comment out the line (ediff-activate-mark) in ediff-clone-buffer-for-region-comparison (in ediff-util.el), then eval that function, visit a file and call ediff-regions-linewise, then clicking with mouse-1 does not raise an error. I observe this bug since r101737, which fixed bug#7044. That bug prevented even trying step 3 in the above recipe, so I don't know if the fix introduced the mouse-drag-track bug or revealed it. In GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.18.6) of 2010-10-03 on escher Windowing system distributor `The X.Org Foundation', version 11.0.10605000 configured using `configure '--without-toolkit-scroll-bars'' From debbugs-submit-bounces@debbugs.gnu.org Mon May 09 22:13:06 2022 Received: (at 7153) by debbugs.gnu.org; 10 May 2022 02:13:06 +0000 Received: from localhost ([127.0.0.1]:59862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noFN3-0007wf-I9 for submit@debbugs.gnu.org; Mon, 09 May 2022 22:13:05 -0400 Received: from quimby.gnus.org ([95.216.78.240]:48916) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noFMp-0007vr-P3 for 7153@debbugs.gnu.org; Mon, 09 May 2022 22:13:02 -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=4rTVOdPXH8GkFVze2dJTadiaL5Q9uLNa+A2sKKFSyjA=; b=aWd6h3UuEM/NIz8+zyt2umUsN9 CahtGKtk9pF/ZrzhbIqmH1nQfnTfh9C350yd3C3MkOaEHKL0TILOv3xTtf8yqNSPR89bJIyCh1k01 xCw1w6OTD2jNDoVvWrlbfB2IGauU1nfl5E0U/exP/MafbqbUqnq9GqCFuMGCFuGW/7hU=; 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 1noFMh-0004uv-Cu; Tue, 10 May 2022 04:12:45 +0200 From: Lars Ingebrigtsen To: Stephen Berman Subject: Re: bug#7153: 24.0.50; ediff-clone-buffer-for-region-comparison References: <87ocbb9tc6.fsf@escher.home> X-Now-Playing: Joni Mitchell's _Ladies of the Canyon_: "Conversation" Date: Tue, 10 May 2022 04:12:42 +0200 In-Reply-To: <87ocbb9tc6.fsf@escher.home> (Stephen Berman's message of "Sun, 03 Oct 2010 17:41:45 +0200") Message-ID: <87v8uem8yt.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: Stephen Berman writes: > 1. emacs -Q > 2. M-x ediff-regions-linewise, type RET twice to use *scratch* for both > Ediff buffers (it doesn't matter which buffers are used). > 3. Try to select a region with the mouse > => Emac [...] 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: 7153 Cc: 7153@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 (---) Stephen Berman writes: > 1. emacs -Q > 2. M-x ediff-regions-linewise, type RET twice to use *scratch* for both > Ediff buffers (it doesn't matter which buffers are used). > 3. Try to select a region with the mouse > => Emacs beeps and announces the error "mouse-drag-track: The mark is > not set now, so there is no region" (I'm going through old bug reports that unfortunately weren't resolved at the time.) I'm unable to reproduce this problem in Emacs 29. Are you still seeing this problem in recent Emacs versions? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon May 09 22:13:05 2022 Received: (at control) by debbugs.gnu.org; 10 May 2022 02:13:05 +0000 Received: from localhost ([127.0.0.1]:59860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noFMv-0007wA-CC for submit@debbugs.gnu.org; Mon, 09 May 2022 22:13:05 -0400 Received: from quimby.gnus.org ([95.216.78.240]:48930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noFMt-0007vw-OE for control@debbugs.gnu.org; Mon, 09 May 2022 22:12:56 -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=O++U5Xa7o8iBqpU4eO5ma5uPH0QptaLfZJ8Q/3JLdds=; b=fycd5ivTG18/nBytCzn/c9H4ys 8oZ0OcrmhrGttXms9ZDcPfQHCqoeUCHJEh3w27jgsXoSCZViTtqQJlZmYFbtLmH3vQG6RTZXEllRU 2rsJyZgNbgq/ttfoerx09mYOWaPdjWlxIYvq6tXybkBDFkAyzoOwtwumD4q2jkegBn0I=; 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 1noFMm-0004v5-67 for control@debbugs.gnu.org; Tue, 10 May 2022 04:12:50 +0200 Date: Tue, 10 May 2022 04:12:47 +0200 Message-Id: <87tu9ym8yo.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #7153 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 7153 + 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 7153 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Tue May 10 03:23:43 2022 Received: (at 7153) by debbugs.gnu.org; 10 May 2022 07:23:43 +0000 Received: from localhost ([127.0.0.1]:60166 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noKDf-0008Nb-Hu for submit@debbugs.gnu.org; Tue, 10 May 2022 03:23:43 -0400 Received: from mout.gmx.net ([212.227.17.21]:49729) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noKDd-0008NN-1j for 7153@debbugs.gnu.org; Tue, 10 May 2022 03:23:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1652167414; bh=7kCba6STmwy1gEJUUndU9DUuYEphkwOp/4BuLm3jIPo=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=ktJjwFAX3UGoOa28AWGo8fJObBPZulxA+Ma0/aOKteSLgNvwiqwFrCfJZgCmN3uAk rYULw0LmrR8sPQ1cJP2dBRt//fjj+AtxXCGHhXe1C5EdVFx3/4NP8JKlqP5GQbOaMm pMOYECXZQRs8WUtgYj/M9odJEJRk3+mCt5xh3QxE= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from strobelfs2 ([89.246.38.27]) by mail.gmx.net (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1Ml6m4-1oDo8A2aPU-00lVcH; Tue, 10 May 2022 09:23:34 +0200 From: Stephen Berman To: Lars Ingebrigtsen Subject: Re: bug#7153: 24.0.50; ediff-clone-buffer-for-region-comparison References: <87ocbb9tc6.fsf@escher.home> <87v8uem8yt.fsf@gnus.org> Date: Tue, 10 May 2022 09:23:33 +0200 In-Reply-To: <87v8uem8yt.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 10 May 2022 04:12:42 +0200") Message-ID: <878rr9n956.fsf@gmx.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:TiBi7or12VbFFG/MNaDIeV1qF9iEtgyJ0gtgbrfTJZf5XgChx1Z L5Vdng5ufbQcKH5YOfH3cRjXp/MqTU1eV9U+VPYUU9dd3cGXsGBV5w+uWh317JNRXaDHOd3 1ktLzYlDlLZ0nSx0C0qarDrHrkDr/abCNcIP9lAYq6TBK6Sltu2JEdSKJAybr3DW0SiZ7wI 6YLHXtcSAdbudyC/gj50g== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:uKNwUmw9Uxc=:oxYHBygSjY60OA6/2JUHIz vJsS1oORW3ZBHGkPy5B6foESnm3I2u01xaQycoVQNUJg7T4TYCou3eGTvpnrb/p8VSQZMgjUA 6SXbUxaaxQciWA4cF1zzUsCnKZNSzGd4PnQp5TU+I59mUSCZMSYl1p6DYguDnH1OpUv3dp75R WfrjCwv6XeD1Y2a+HY2z8x4s6Wuspya35EumWQfsW9lLv5TV9FfmHW3mD3aiVjzen+dhXqySM xo3hSt22varzsU5AEhcyhkzi7oeP1zyFe9Y6dANocaAPRRR88N9/9hSuONuPvCmz8WY/0FeQr X4PMqVb2IRF4H8b9uOk5J4il2bHJpUyNh1FL6JbY8tlv1s5wZJ68TA1BL98LvY47vPcgLDd6U c6jiGRGLB7g9vwshLBKeu83j9pw+ZdR7Nn6mT7mU3e7SF4yznq9JJDEkIxn+VQtTDh7wPlHRS t9PNzKXEEk2u6UxXlGU1KmT/Z8YTgAcac26S1PCM5K0aIrvMqz0eNGTQrAY8Vnj0IK1la7w4H Uiac9D0Z6AO+Ly25/jRTVQ9zzuLi++R7OLNQ/VMkKGEfwGXu+VTBHx9kvYUb+o+lQnlK4PksK 07PwE0kpsvdFOdeiPmccex9CmKA8huyURfm7n1VIL/b1J3Xk6uWf7tTf2t+W+2NKmZPVrWjg0 gSR+bdlJUcSTUryon9WDdqrnmWrQSPme0f0SiD+GO8Z4JwS8fFpxYlQ0SjavL7nd++Mrb/3S2 hMQ2pLkkTjO+gyN0c2zyY+chQO4qOBvLnctjXzzErm+OqoIm5RB2pAn8K0/jlp/GWy3b2Powe rg5wssvIv/+fcf4pC4usgWRSWG7Hsg54O/pXtpbMUxmccoGQNyK1ZS5BNMW11QZYupUhJuSiH DyQK+ocRs3k2QzMUbB46xkt+4nN9uzlm4prB0vreIV59cUZfGREyPOv5SUn8iz6TUDj0RGeMn mJ+MD9/FndFhbUToTbG/emC/IfLXWeZGGqpOHw7t0jxQRH80YYJmkRXqHfdXIs/XufArB6pnM yAie/dRxS09kqhJKAM1ugX8epnlKR/7VsvMy+z+B3ckITWrg/k2kMigunQpDP+mr7qri3YrQs qg5iLVbEBcgpPg= Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 7153 Cc: 7153@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.7 (-) On Tue, 10 May 2022 04:12:42 +0200 Lars Ingebrigtsen wrot= e: > Stephen Berman writes: > >> 1. emacs -Q >> 2. M-x ediff-regions-linewise, type RET twice to use *scratch* for both >> Ediff buffers (it doesn't matter which buffers are used). >> 3. Try to select a region with the mouse >> =3D> Emacs beeps and announces the error "mouse-drag-track: The mark is >> not set now, so there is no region" > > (I'm going through old bug reports that unfortunately weren't resolved > at the time.) > > I'm unable to reproduce this problem in Emacs 29. Are you still seeing > this problem in recent Emacs versions? No, I can't reproduce it now either. Steve Berman From debbugs-submit-bounces@debbugs.gnu.org Tue May 10 07:46:24 2022 Received: (at 7153) by debbugs.gnu.org; 10 May 2022 11:46:25 +0000 Received: from localhost ([127.0.0.1]:60468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noOJs-0000bi-P7 for submit@debbugs.gnu.org; Tue, 10 May 2022 07:46:24 -0400 Received: from quimby.gnus.org ([95.216.78.240]:53962) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noOJr-0000bR-Cn for 7153@debbugs.gnu.org; Tue, 10 May 2022 07:46:23 -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=UFP/Vc0CM2PQsdlvp0ao0NwZYJ2VJi9G5mB3m7fcr38=; b=BmpeeUI0Lwu8KVipad4HlsZ/5k OxkKBCSZ+wia5gruuDimQWLzE+44wmi6XDR8pjFXnAxLHK6Qi1lwWAeC/OGlB+3yIF3+kal7P0iCZ oc4furv9KJt4b2k5ezaqbqc7CuDopQLn4vDfNt4QqIbkQKCVyI3f1MipOYXytCZmDjaw=; 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 1noOJi-0002tV-Lx; Tue, 10 May 2022 13:46:16 +0200 From: Lars Ingebrigtsen To: Stephen Berman Subject: Re: bug#7153: 24.0.50; ediff-clone-buffer-for-region-comparison References: <87ocbb9tc6.fsf@escher.home> <87v8uem8yt.fsf@gnus.org> <878rr9n956.fsf@gmx.net> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJ1BMVEX0uWz8x3TapWKo cUXJkle2jF391IGOWDduTjCaZTy4pYW2hjr///8gnOpWAAAAAWJLR0QMgbNRYwAAAAd0SU1FB+YF CgsoGZ731KAAAAGOSURBVDjLndI9T8JAGAfwPgdJjdP9GwNhawsR3FSqho1iEzVsAgmMJC5sxpJA 4ugAjpgm4AdgYfULen1/ZdAn1yZ3vz5399xVkvJB3G25UUjwWjbghsSRTwiiMCGGcC0iDvAEMIOj pAEK3UwhJ8Cqs/K4a+gy7OtuywyBHOdxufye2YvP5npp74wI5g2dqV1OXNWfOLQTigAgrwFMPHKc wVM1pAGchyU048UFUFxcCqKjyMNUrKxKOQAqUHSVcosnZjoO1QR49bn7db+oUgq8MpiuJsFxB91H saxeDkRP2Q/1PIBpp4fRcwI4eRfAmaYc9gMnBiLREafFNIwm648YEALQWq3egZoP4v0mQPVOt//j RCD244N/g5QAfAUj4ZGkgBeB4//IIdXSEKfEYCAVmYwsUApIlO9BJYALEyZKZ+XbzqsALcwwXswN lE57ct+72wCzczfDnWCrz5fty4fRdrHYbcrWWGRMvYy6Kdv9K1bq6QNTqw/FlQQADDRkIoAGjgD+ ANI/oHgyCcVQ+QXOAGak/arHkAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0wNS0xMFQxMTo0MDoy NSswMDowMHu9iiAAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjItMDUtMTBUMTE6NDA6MjUrMDA6MDAK 4DKcAAAAAElFTkSuQmCC X-Now-Playing: Joni Mitchell's _Court and Spark_: "Raised On Robbery" Date: Tue, 10 May 2022 13:46:14 +0200 In-Reply-To: <878rr9n956.fsf@gmx.net> (Stephen Berman's message of "Tue, 10 May 2022 09:23:33 +0200") Message-ID: <87sfphk3uh.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: Stephen Berman writes: > No, I can't reproduce it now either. Thanks for checking; I'm closing this bug report, then. 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: 7153 Cc: 7153@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 (---) Stephen Berman writes: > No, I can't reproduce it now either. Thanks for checking; I'm closing this bug report, then. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue May 10 07:46:33 2022 Received: (at control) by debbugs.gnu.org; 10 May 2022 11:46:33 +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 1noOK0-0000c5-VE for submit@debbugs.gnu.org; Tue, 10 May 2022 07:46:33 -0400 Received: from quimby.gnus.org ([95.216.78.240]:53978) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1noOJz-0000br-Cj for control@debbugs.gnu.org; Tue, 10 May 2022 07:46:31 -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=HbU/N3GSh1B6ryIYhHylueh1Appr2kJqqklV9UTFnXg=; b=qN99NASguOP7/2o0EgvIAqMtM6 e8nznTzYYWPfPXYGKN/3R9fgAJiT2fqLa0GbqEsATeG8U0GmWKD/2QzkC32NQDZTOAWRQu1yIRFyj 5fXhW/UemEXLHgNKxgiQ3Aet45DOUz3X7rs2ruEADfrVZoN8GewRr00G+Lrmxxn3NtWk=; 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 1noOJr-0002tf-Iz for control@debbugs.gnu.org; Tue, 10 May 2022 13:46:25 +0200 Date: Tue, 10 May 2022 13:46:23 +0200 Message-Id: <87r151k3u8.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #7153 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 7153 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 7153 quit From unknown Mon Jun 23 13:07:43 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, 08 Jun 2022 11:24:06 +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