From unknown Tue Jun 17 20:19:21 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#51152 <51152@debbugs.gnu.org> To: bug#51152 <51152@debbugs.gnu.org> Subject: Status: 29.0.50; Fix deletion of marked thumbnails Reply-To: bug#51152 <51152@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:19:21 +0000 retitle 51152 29.0.50; Fix deletion of marked thumbnails reassign 51152 emacs submitter 51152 Peter M=C3=BCnster severity 51152 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 12 03:53:24 2021 Received: (at submit) by debbugs.gnu.org; 12 Oct 2021 07:53:24 +0000 Received: from localhost ([127.0.0.1]:33366 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maCbE-0004HH-D6 for submit@debbugs.gnu.org; Tue, 12 Oct 2021 03:53:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:53870) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maCbC-0004H9-9O for submit@debbugs.gnu.org; Tue, 12 Oct 2021 03:53:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47682) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maCbB-00063Y-U6 for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2021 03:53:21 -0400 Received: from server.a16n.net ([178.33.238.77]:38230) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maCb8-00053F-65 for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2021 03:53:21 -0400 Received: from ws.localdomain (arennes-657-1-259-169.w2-14.abo.wanadoo.fr [2.14.213.169]) by server.a16n.net (Postfix) with ESMTPSA id 9947F43E0562 for ; Tue, 12 Oct 2021 09:53:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a16n.net; s=a16n; t=1634025193; bh=3yqBroQcrZjltsj7PvP4J83XrfntxSLRyEnbtTiik7Q=; h=From:To:Subject:Date; b=htJuHotb8b6iN7cbTIBqVMkHNtO9LAEUHX9+pGVGHWReG1Dj4vBybJaDA6/u+Gwe5 NwrXotYPblxp3DS9xwkXbpPJwRwj6k3sVcnmJb/9ohDJ62c58GsLPNaXfGi60Cb8U+ MC4xPntepVOiNLVE0CVaEVMHYOFm7Ccw+b5AFB+3jn6/Q8ty1ALCB54+hI/GZ5UHvj PTDyJ3ERs71548DTLRBCem5Vhnrg2PIyWpa5/G7keEuQZI2jVvqq6ByOiV9ouJ0lAw jP+MfKnq28oGkVseLvM4lKil93rZEGTGncCilv2bjlhfyiWpulmZARpxkLRU2lJmHY xbSnqjPReD7Yw== Received: by ws.localdomain (Postfix, from userid 1000) id E9C3F20522; Tue, 12 Oct 2021 09:53:12 +0200 (CEST) From: =?utf-8?Q?Peter_M=C3=BCnster?= To: Emacs Bugs Subject: 29.0.50; Fix deletion of marked thumbnails Date: Tue, 12 Oct 2021 09:53:12 +0200 Message-ID: <87tuhm1xxz.fsf@a16n.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Received-SPF: pass client-ip=178.33.238.77; envelope-from=pm@a16n.net; helo=server.a16n.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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 (--) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello, Since there is no movement tracking involved, the original commit bf64342a8ffd8777df10051037ca13ec4f6857a5 was not needed. In contrast, it introduced another problem: after deletion of the original files, image-dired--with-marked doesn't see the marks any more. Please find attached a new patch. Kind regards, =2D-=20 Peter --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-Fix-deletion-of-marked-thumbnails.patch Content-Transfer-Encoding: quoted-printable From=20be6d927abe3502748d32f08df8547f79bb0ba819 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Peter=3D20M=3DC3=3DBCnster?=3D Date: Tue, 12 Oct 2021 09:50:16 +0200 Subject: [PATCH] Fix deletion of marked thumbnails * lisp/image-dired.el (image-dired-thumb-file-marked-p): Don't move point in associated dired buffer. (image-dired-delete-marked): Revert "Fix deletion of associated image" because it was wrong and introduced another problem, see bug#xxx. =2D-- lisp/image-dired.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lisp/image-dired.el b/lisp/image-dired.el index ec3f988bfb..921215c603 100644 =2D-- a/lisp/image-dired.el +++ b/lisp/image-dired.el @@ -2323,18 +2323,19 @@ image-dired-thumb-file-marked-p (dired-buf (image-dired-associated-dired-buffer))) (when (and dired-buf file-name) (with-current-buffer dired-buf =2D (when (dired-goto-file file-name) =2D (image-dired-dired-file-marked-p)))))) + (save-excursion + (when (dired-goto-file file-name) + (image-dired-dired-file-marked-p))))))) =20 (defun image-dired-delete-marked () "Delete current or marked thumbnails and associated images." (interactive) =2D (with-current-buffer (image-dired-associated-dired-buffer) =2D (dired-do-delete)) (image-dired--with-marked (image-dired-delete-char) (backward-char)) =2D (image-dired--line-up-with-method)) + (image-dired--line-up-with-method) + (with-current-buffer (image-dired-associated-dired-buffer) + (dired-do-delete))) =20 (defun image-dired-thumb-update-marks () "Update the marks in the thumbnail buffer." =2D-=20 2.31.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iGoEARECACoWIQS/5hHRBUjla4uZVXU6jitvQ7HLaAUCYWU+6AwccG1AYTE2bi5u ZXQACgkQOo4rb0Oxy2hzJwCgx7qT7grX2D7te84Ad8T1FpOSIi0AnRz2AxLq6tcL UCcFyiEbb5uMOsqk =EcmK -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 12 08:32:22 2021 Received: (at 51152) by debbugs.gnu.org; 12 Oct 2021 12:32:22 +0000 Received: from localhost ([127.0.0.1]:35602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maGxB-0000Bb-Sh for submit@debbugs.gnu.org; Tue, 12 Oct 2021 08:32:22 -0400 Received: from quimby.gnus.org ([95.216.78.240]:37782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maGx9-00004w-Cr for 51152@debbugs.gnu.org; Tue, 12 Oct 2021 08:32:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To: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=5Q2Qn4Fv0TWGv0T53ZSTPcWcfTtiohLy2on0UF3SRoA=; b=FR9y7n5jmE7pKrkuTJYwGquhOa KOg05CFZMzl7zCuugsLBiT6drv8czgoOR2SjZGK+Pu+fwSM42urERCRVJnzEng1W9qb20b1bLCO7q 2nLMMgTTNGkroZpALk/0XMxfYqhAoq5QvRW0mccaBNTFyGxNEY5ibbog30UJZFd6YT8I=; Received: from [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 1maGx1-0004xl-1x; Tue, 12 Oct 2021 14:32:13 +0200 From: Lars Ingebrigtsen To: Peter =?utf-8?Q?M=C3=BCnster?= Subject: Re: bug#51152: 29.0.50; Fix deletion of marked thumbnails References: <87tuhm1xxz.fsf@a16n.net> X-Now-Playing: Mochipet's _Godzillafather Rick Owens Fogachine_: "Godzillafather Rick Owens Fogachine (Original Mix)" Date: Tue, 12 Oct 2021 14:32:10 +0200 In-Reply-To: <87tuhm1xxz.fsf@a16n.net> ("Peter =?utf-8?Q?M=C3=BCnster=22's?= message of "Tue, 12 Oct 2021 09:53:12 +0200") Message-ID: <877deie851.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; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Peter Münster writes: > Since there is no movement tracking involved, the original commit > bf64342a8ffd8777df10051037ca13ec4f6857a5 was not needed. In contrast, it > introduced another problem: after deletion of the origi [...] 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: 51152 Cc: 51152@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 (---) Peter M=C3=BCnster writes: > Since there is no movement tracking involved, the original commit > bf64342a8ffd8777df10051037ca13ec4f6857a5 was not needed. In contrast, it > introduced another problem: after deletion of the original files, > image-dired--with-marked doesn't see the marks any more. > > Please find attached a new patch. Thanks; applied to Emacs 28. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 12 08:32:26 2021 Received: (at control) by debbugs.gnu.org; 12 Oct 2021 12:32:26 +0000 Received: from localhost ([127.0.0.1]:35611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maGxF-0000Ez-N8 for submit@debbugs.gnu.org; Tue, 12 Oct 2021 08:32:25 -0400 Received: from quimby.gnus.org ([95.216.78.240]:37796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maGxD-00008e-Pc for control@debbugs.gnu.org; Tue, 12 Oct 2021 08:32:24 -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=ervkT1WUiJywYiozhL8EMbLLZ2yXAahVd8wNIyjXHnk=; b=Eigv6tuBPubXYLFR19hbVtJgjy QmpMHIyrmdx0ezsVJRYsMDHfhFy2NtFi94FiEH9jSIQcORLfZhccFRiPVsURwVulIkmsyQ/15z3Pr 0ZthXoeyJ58m8PEW2KsFiEVKLhJ5AmoJKOn6mZZmRuXaFO2/wbpTHEvWEknFY/8K81cU=; Received: from [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 1maGx6-0004xv-DL for control@debbugs.gnu.org; Tue, 12 Oct 2021 14:32:18 +0200 Date: Tue, 12 Oct 2021 14:32:16 +0200 Message-Id: <875yu2e84v.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #51152 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 51152 29.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 51152 29.1 quit From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 12 10:52:08 2021 Received: (at 51152) by debbugs.gnu.org; 12 Oct 2021 14:52:09 +0000 Received: from localhost ([127.0.0.1]:47011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maJ8S-0004j0-PS for submit@debbugs.gnu.org; Tue, 12 Oct 2021 10:52:08 -0400 Received: from server.a16n.net ([178.33.238.77]:51460) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maJ8R-0004i6-Gh for 51152@debbugs.gnu.org; Tue, 12 Oct 2021 10:52:08 -0400 Received: from ws.localdomain (arennes-657-1-259-169.w2-14.abo.wanadoo.fr [2.14.213.169]) by server.a16n.net (Postfix) with ESMTPSA id 3888543E05E6; Tue, 12 Oct 2021 16:52:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a16n.net; s=a16n; t=1634050320; bh=j7quM79fxE4yLcQvhxUl/KZQZvUjsmnUUpw1c/oRS1I=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=gEwrlKvI6r/8fRx8A19S8E8j4laN9uFIOeWENtRNFC846KeINOLV2DzZ3CE/jOCr4 3Jelncrr9G6RHvvC3lP9+TXUOCvAlWkp5ubwizIxSHZ7WDHj1+E4wLWDTKfjM3yh6x SsztRY2xq7sfdKJRA1Bu4EjrDF0TumV663qdYPv7qaiCdEorLPPnpD46McUhi8LSYN ODmryztwiTXV2I2cUxvnyTSj4ENnheu4afFBS8dx5qVv5ZLvdDC08PAq19wPkW1Tgj B5Qu09F1ua5EEWF/uGJEuE5O18dtTIQzypCkxCF2Rd+FSUKgNvqt0xUtPAP8zweFfe uSWETAGTCBqMA== Received: by ws.localdomain (Postfix, from userid 1000) id 891C320522; Tue, 12 Oct 2021 16:51:59 +0200 (CEST) From: =?utf-8?Q?Peter_M=C3=BCnster?= To: Lars Ingebrigtsen Subject: Re: bug#51152: 29.0.50; Fix deletion of marked thumbnails References: <87tuhm1xxz.fsf@a16n.net> <877deie851.fsf@gnus.org> Date: Tue, 12 Oct 2021 16:51:59 +0200 In-Reply-To: <877deie851.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 12 Oct 2021 14:32:10 +0200") Message-ID: <87zgrexpm8.fsf@a16n.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51152 Cc: 51152@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 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, Oct 12 2021, Lars Ingebrigtsen wrote: > Thanks; applied to Emacs 28. Could you apply it to master too please? Thanks, =2D-=20 Peter --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iGoEARECACoWIQS/5hHRBUjla4uZVXU6jitvQ7HLaAUCYWWhDwwccG1AYTE2bi5u ZXQACgkQOo4rb0Oxy2gq0gCg2ko45yz6YACUQ6jraarfjxeicGgAn2uc2j68TFvq ET9Bw2UGnw7lNhew =/G5h -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 12 11:16:35 2021 Received: (at 51152) by debbugs.gnu.org; 12 Oct 2021 15:16:36 +0000 Received: from localhost ([127.0.0.1]:48594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maJW7-0007v5-BO for submit@debbugs.gnu.org; Tue, 12 Oct 2021 11:16:35 -0400 Received: from quimby.gnus.org ([95.216.78.240]:39978) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maJW4-0007nX-Pp for 51152@debbugs.gnu.org; Tue, 12 Oct 2021 11:16:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To: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=bmDhtvWXHbgeVw/wZXvAjH5NQcaz2rOwt8qQV8v7A/Q=; b=OgQVCj2UuKgV0wZJhuYzTZARTv rCquo2sYo5LyKamdiayHTfM0V/DbRX0dVBUvQnW2fLNBdDr0/E6ehOjpRUM+Nv2Y2zYtmZcu+vQkk ExUp8nqY6ZLyfR4shPU7yGARIMgXi47fYQaG1p6Wiubj8czD2QcakjXtiTXWAkbXeI1o=; Received: from [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 1maJVv-0006DN-CR; Tue, 12 Oct 2021 17:16:26 +0200 From: Lars Ingebrigtsen To: Peter =?utf-8?Q?M=C3=BCnster?= Subject: Re: bug#51152: 29.0.50; Fix deletion of marked thumbnails References: <87tuhm1xxz.fsf@a16n.net> <877deie851.fsf@gnus.org> <87zgrexpm8.fsf@a16n.net> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEXez8Oqk5OfeoOS cXT///9PBfgWAAAAAWJLR0QEj2jZUQAAAAd0SU1FB+UKDA8QAMul0uQAAAGPSURBVDjLpZNtlsMg CEWh3QDgBkQ3UOP+9zZ8qEnn35yxjU29ecEHCPD3gWwTr0GABPEbwD5MjOgopjZcYvf2YMp9dTDr CAWG8hDZr7JrARMiIY4NeBMEVELewPYBevZoL1MeH78VuxpnBA/ppG4fbUUR2n4y+AGY65IGCV5N byDXDAW3aqDeBnmO6cGL+x7HH6Fqv4E+BBcXTlAN8A4h3JXnBtJ8iwxkhlh1FAciCq3NyB2YN7En Zg3QDAwoBQZmclVT0Uhate2kWUOWLI/RWpVeCVa1wnkEn01fepfKyx7Oy5yXieHkjVflDIypfEbk foHZVSJqAN/FBvPq4AvsX169EWBOIMrI+b4HWLUtp4ILUPGqIvWp+gXOGJ7RG3zw7Ys2KavcoHtP fxjf5prL1T4LDLHMxoYRhgdPcKlI9GnkF/kEj/IhRk+v+tZIe5edJ7nSXeZK15nwnr0bFMKq5hKe FIfCQrR9Mr+APv/ht2KNU/PfgE7H+51YhDwuxOdQh8J6leGhcFKXcjfIv8YPcKY+lZE2QQEAAAAl dEVYdGRhdGU6Y3JlYXRlADIwMjEtMTAtMTJUMTU6MTY6MDArMDA6MDAyZSq2AAAAJXRFWHRkYXRl Om1vZGlmeQAyMDIxLTEwLTEyVDE1OjE2OjAwKzAwOjAwQziSCgAAAABJRU5ErkJggg== X-Now-Playing: Boris's _Golden Dance Classics +_: =?utf-8?B?IuODiOODvA==?= =?utf-8?B?44Kt44On44O844Ov44Oz44OA44O844Op44Oz44OJ?= -Tokyo Wonder Land- (Studio Rehearsal 19th Sep, 2009. with Michio Kurihara)" Date: Tue, 12 Oct 2021 17:16:22 +0200 In-Reply-To: <87zgrexpm8.fsf@a16n.net> ("Peter =?utf-8?Q?M=C3=BCnster=22's?= message of "Tue, 12 Oct 2021 16:51:59 +0200") Message-ID: <87fst6b7eh.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; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Peter Münster writes: >> Thanks; applied to Emacs 28. > > Could you apply it to master too please? All changes to emacs-28 will get merged to master (usually after a couple of days). 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: 51152 Cc: 51152@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 (---) Peter M=C3=BCnster writes: >> Thanks; applied to Emacs 28. > > Could you apply it to master too please? All changes to emacs-28 will get merged to master (usually after a couple of days). --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 12 14:48:23 2021 Received: (at 51152) by debbugs.gnu.org; 12 Oct 2021 18:48:23 +0000 Received: from localhost ([127.0.0.1]:53476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maMp5-0005o2-6x for submit@debbugs.gnu.org; Tue, 12 Oct 2021 14:48:23 -0400 Received: from server.a16n.net ([178.33.238.77]:40798) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maMp3-0005nm-M1 for 51152@debbugs.gnu.org; Tue, 12 Oct 2021 14:48:22 -0400 Received: from ws.localdomain (arennes-657-1-259-169.w2-14.abo.wanadoo.fr [2.14.213.169]) by server.a16n.net (Postfix) with ESMTPSA id C366343E05E6; Tue, 12 Oct 2021 20:48:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a16n.net; s=a16n; t=1634064494; bh=F6KUog7Iduj0LgjaEirQvTVv1UqRYwhjgwrQXRCMLzk=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=TnEOfF2Vn1kRTUqIPa5+ZUe+iPpyIYwUR02Efe+f32PEhEWm0IVOOx0F+GsWoDnvn o3E76hlkMtflwhqwws4CZAQyGUDnc9Z/cINXwqKGqgWIZzux98AjG0LFt0P67Kln4P d2LTxNkwon0nUPqGUHwCVuZZN0YpV9QzKpuECeOkWaIjJg01rVjXh4lr9Ut+amqR+U gUcIumDH/mAdkzty3rZWQMLBsTd8isZVyctzmX0sx6Xbwvot/zCz6vhE3iCYBEDNEP SBsDOsf23a18zUFnvXgFIbOgn/ud81OtFd0PHX16JR7KyZpHE4RjLww6Ebym9eRO5w yqX8/RjXSyOuw== Received: by ws.localdomain (Postfix, from userid 1000) id EDCC82051D; Tue, 12 Oct 2021 20:48:13 +0200 (CEST) From: =?utf-8?Q?Peter_M=C3=BCnster?= To: Lars Ingebrigtsen Subject: Re: bug#51152: 29.0.50; Fix deletion of marked thumbnails References: <87tuhm1xxz.fsf@a16n.net> <877deie851.fsf@gnus.org> <87zgrexpm8.fsf@a16n.net> <87fst6b7eh.fsf@gnus.org> Date: Tue, 12 Oct 2021 20:48:13 +0200 In-Reply-To: <87fst6b7eh.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 12 Oct 2021 17:16:22 +0200") Message-ID: <87a6jew042.fsf@a16n.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51152 Cc: 51152@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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Tue, Oct 12 2021, Lars Ingebrigtsen wrote: > Peter M=C3=BCnster writes: > >>> Thanks; applied to Emacs 28. >> >> Could you apply it to master too please? > > All changes to emacs-28 will get merged to master (usually after a > couple of days). Ok, thanks. I use git://git.sv.gnu.org/emacs.git. Is this repository updated? I don't find the commit in emacs-28... =2D-=20 Peter --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iGoEARECACoWIQS/5hHRBUjla4uZVXU6jitvQ7HLaAUCYWXYbQwccG1AYTE2bi5u ZXQACgkQOo4rb0Oxy2j8MACeN+lvI3IQgGPMM702wDa+DisU4FkAnRxHn7WtdTvP 7RACF7i0s0g9gsnp =2n22 -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Jun 17 20:19:21 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, 10 Nov 2021 12:24:10 +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