From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 30 11:24:15 2021 Received: (at submit) by debbugs.gnu.org; 30 Nov 2021 16:24:15 +0000 Received: from localhost ([127.0.0.1]:42236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ms5vP-00039j-PG for submit@debbugs.gnu.org; Tue, 30 Nov 2021 11:24:15 -0500 Received: from lists.gnu.org ([209.51.188.17]:56886) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ms5vO-00039a-W4 for submit@debbugs.gnu.org; Tue, 30 Nov 2021 11:24:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ms5vO-0002MU-3s for bug-gnu-emacs@gnu.org; Tue, 30 Nov 2021 11:24:10 -0500 Received: from server.a16n.net ([178.33.238.77]:38618) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ms5vL-00022n-5r for bug-gnu-emacs@gnu.org; Tue, 30 Nov 2021 11:24:08 -0500 Received: from ws.localdomain (lfbn-ren-1-2050-95.w92-167.abo.wanadoo.fr [92.167.129.95]) by server.a16n.net (Postfix) with ESMTPSA id BFBA943E0536 for ; Tue, 30 Nov 2021 17:24:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a16n.net; s=a16n; t=1638289443; bh=a74GUQD/8xq8gufI8RNRDfctK4KONc2BXVrnBbVPNio=; h=From:To:Subject:Date; b=VDB1fMeOT8SyLGClKTodLpEEJUrzFHLdSq70TnFp02fAKfP9Fb5F6qlnXY3viTznL FMYW3qZ4qPbNzwiXkvDEu4dLGAGwPMiU05bZ8xriA78Sv3j5xdZaXZU+ny+5BdnmG2 vODNvh1MFkOPl/hXpazDNMLke9UiJObEd1QV5p0/wpnT2aNfhhQmqMdJ3RZeEhmgVs DRzyQfgsMO7gwGZRoEhAH6qHcKYh4r0k5dkDm28l7iU/LtXeSbZ/Ei781hxSOIuTKK Q7P+roOk9FX5fpv2+zjjtkqEzkDUNLf2VbOuefl8HqIUdWHI6vf/Rc/cPFodlwdn6Q y8juzMu9xPQSQ== Received: by ws.localdomain (Postfix, from userid 1000) id 1EF9A20547; Tue, 30 Nov 2021 17:24:03 +0100 (CET) From: =?utf-8?Q?Peter_M=C3=BCnster?= To: Emacs Bugs Subject: 29.0.50; image-dired-cmd-create-standard-thumbnail-options Date: Tue, 30 Nov 2021 17:24:02 +0100 Message-ID: <87o861k3x9.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: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi, I'm a bit confused about image-dired-cmd-create-standard-thumbnail-options: =2D It seems, that it's not used with pngcrush or pngnq, so this test is perhaps useless: (unless (or image-dired-cmd-pngcrush-program image-dired-cmd-pngnq-program) ... =2D If gm is used, then the "convert" command should be added. The attached patch works for me, but probably I'm missing something... =2D-=20 Peter --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=my.patch Content-Transfer-Encoding: quoted-printable diff --git a/lisp/image-dired.el b/lisp/image-dired.el index 47a44a4a60..159f6a3b97 100644 =2D-- a/lisp/image-dired.el +++ b/lisp/image-dired.el @@ -302,19 +302,17 @@ image-dired-cmd-optipng-options :link '(url-link "man:optipng(1)")) =20 (defcustom image-dired-cmd-create-standard-thumbnail-options =2D (append '("-size" "%wx%h" "%f[0]") =2D (unless (or image-dired-cmd-pngcrush-program =2D image-dired-cmd-pngnq-program) =2D (list =2D "-set" "Thumb::MTime" "%m" =2D "-set" "Thumb::URI" "file://%f" =2D "-set" "Description" "Thumbnail of file://%f" =2D "-set" "Software" (emacs-version))) =2D '("-thumbnail" "%wx%h>" "png:%t")) + (let ((opts (list "-size" "%wx%h" "%f[0]" + "-set" "Thumb::MTime" "%m" + "-set" "Thumb::URI" "file://%f" + "-set" "Description" "Thumbnail of file://%f" + "-set" "Software" (emacs-version) + "-thumbnail" "%wx%h>" "png:%t"))) + (if (executable-find "gm") (cons "convert" opts) opts)) "Options for creating thumbnails according to the Thumbnail Managing Sta= ndard. Available format specifiers are the same as in `image-dired-cmd-create-thumbnail-options', with %m for file modification = time." =2D :version "26.1" + :version "29.1" :type '(repeat (string :tag "Argument"))) =20 (defcustom image-dired-cmd-rotate-original-program --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iGoEARECACoWIQS/5hHRBUjla4uZVXU6jitvQ7HLaAUCYaZQIgwccG1AYTE2bi5u ZXQACgkQOo4rb0Oxy2g4GACbBStorLQ/zxyHPFpZdkjW1aDSAoEAn3X++siPtEzP I76O0ZvUyqCs8pQN =2B5B -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 08 21:01:58 2021 Received: (at 52200) by debbugs.gnu.org; 9 Dec 2021 02:01:58 +0000 Received: from localhost ([127.0.0.1]:41973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv8kw-0003qM-J5 for submit@debbugs.gnu.org; Wed, 08 Dec 2021 21:01:58 -0500 Received: from mail-pg1-f178.google.com ([209.85.215.178]:38858) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mv8ku-0003q7-K6 for 52200@debbugs.gnu.org; Wed, 08 Dec 2021 21:01:57 -0500 Received: by mail-pg1-f178.google.com with SMTP id s137so3701907pgs.5 for <52200@debbugs.gnu.org>; Wed, 08 Dec 2021 18:01:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:in-reply-to:references:user-agent :mime-version:date:message-id:subject:to:cc :content-transfer-encoding; bh=hx5FWoh6n6lcio0yf2uidLCh1iDFAgKeed0vml538ec=; b=akCKo2K6j3ZqpXNBneQ5KPWQrTFRqDy5fxeNCOXqDBvio3qFBBVYDlsBnCJCxNVEqe //hfzH0m970W8jHgwN2CqvnCO6qgGBV//r7E2Fx5SSxjSxMRtFq11VjiWnoCqrhFd6I+ 6hS1NA7TDWkPh13xpCuL/HhG8eTCEJMqMCG7O8DH30wBJEayNVHyFGa5pLzik3dHevXh 8j6flKHaysba0YSqlTupvp/LFp47TxjcnFnmGV/5RXGyelKuZv1kjgx61I+Givjx9pRl X1ZU8Q7u6Y3ffLMmB/QqeQhdid0epSrv3iVonZgZbULIO8AerYVKzcxrNBvHn3gLm9hV 00nQ== X-Gm-Message-State: AOAM53255O07OCrM/HMDf1ma60jJ2QviFyjBCGijiQmLwSpcf7khnsed fsOjidApPkzJqXNKJKq5M1PF5Osxy9aF1v52clntF2JJ X-Google-Smtp-Source: ABdhPJwUnkXS5ZDyebNyyl9E09qanONwBziWQZDyN5cunvYcZ5LkuQ4Slls7XKMxcbBczBUTqNu1sjAESsqir6hL/5E= X-Received: by 2002:aa7:8283:0:b0:49f:a0d0:abcf with SMTP id s3-20020aa78283000000b0049fa0d0abcfmr9081575pfm.70.1639015310656; Wed, 08 Dec 2021 18:01:50 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 8 Dec 2021 18:01:50 -0800 From: Stefan Kangas In-Reply-To: =?UTF-8?B?PDg3bzg2MWszeDkuZnNmQGExNm4ubmV0PiAoIlBldGVyIE3DvG5zdGVyIidzIG1l?= =?UTF-8?B?c3NhZ2Ugb2YgIlR1ZSwgMzAgTm92IDIwMjEgMTc6MjQ6MDIgKzAxMDAiKQ==?= References: <87o861k3x9.fsf@a16n.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Date: Wed, 8 Dec 2021 18:01:50 -0800 Message-ID: Subject: Re: bug#52200: 29.0.50; image-dired-cmd-create-standard-thumbnail-options To: =?UTF-8?Q?Peter_M=C3=BCnster?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 52200 Cc: 52200@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: -0.5 (/) Peter M=C3=BCnster writes: > I'm a bit confused about > image-dired-cmd-create-standard-thumbnail-options: > > - It seems, that it's not used with pngcrush or pngnq, so this test is > perhaps useless: > (unless (or image-dired-cmd-pngcrush-program > image-dired-cmd-pngnq-program) ... I think the intention is that we shouldn't insert those text fields twice. See the removed code in commit 36b9973dec65 and also `image-dired-cmd-pngcrush-options'. Perhaps we could make this unconditional, but then what should we do about `image-dired-cmd-pngcrush-options'? Should the options be removed from there? > - If gm is used, then the "convert" command should be added. Yes, I think you are right. From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 14 02:59:54 2022 Received: (at 52200) by debbugs.gnu.org; 14 Jan 2022 07:59:54 +0000 Received: from localhost ([127.0.0.1]:35367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8HV4-0001ai-9S for submit@debbugs.gnu.org; Fri, 14 Jan 2022 02:59:54 -0500 Received: from server.a16n.net ([178.33.238.77]:37434) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8HV2-0001aM-9E for 52200@debbugs.gnu.org; Fri, 14 Jan 2022 02:59:52 -0500 Received: from ws.localdomain (arennes-658-1-128-154.w90-32.abo.wanadoo.fr [90.32.1.154]) by server.a16n.net (Postfix) with ESMTPSA id BA82243E05EF; Fri, 14 Jan 2022 08:59:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a16n.net; s=a16n; t=1642147184; bh=NhmnGUhBxRNiUngL0a6Ec8oiJVhbsQa7+s/ntqv1Bvc=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=fK+yc7zdZbTGzeX3dXRNvJn73ydIOcPZZwiul4/GmZCbVmXZKtFhEBENO1mouofDA p66S4pfMs0wyQMNC6Vwm2mMCO76bg+4zi3BIKNcLuWqMQXOxnhwcN/UIgbqpJ4RGKb f6z6dN2uYkR2OPmvvMo/jgMvq9lIMmFsORgUVxaPi5sB7pG7MNVRutf3K1FEjjw9T+ iz1gt+Rwo7X/H2VCO3RkB+SWG8qBkqdw4v5AKy97oKh1o7w+9/g5nIcjtWZ6BWRr7q THvYF+RQyQofPem3Le1ZoWeApelNBGHlnq7GOyvCOgso3+mMq2sf5xCnKPc9RoklxH 8s194CkwlLVsg== Received: by ws.localdomain (Postfix, from userid 1000) id 51DCB20560; Fri, 14 Jan 2022 08:59:44 +0100 (CET) From: =?utf-8?Q?Peter_M=C3=BCnster?= To: Stefan Kangas Subject: Re: bug#52200: 29.0.50; image-dired-cmd-create-standard-thumbnail-options References: <87o861k3x9.fsf@a16n.net> Date: Fri, 14 Jan 2022 08:59:44 +0100 In-Reply-To: (Stefan Kangas's message of "Wed, 8 Dec 2021 18:01:50 -0800") Message-ID: <87sftq4uj3.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: 52200 Cc: 52200@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 Wed, Dec 08 2021, Stefan Kangas wrote: > Perhaps we could make this unconditional, but then what should we do > about `image-dired-cmd-pngcrush-options'? Should the options be removed > from there? I don't know... >> - If gm is used, then the "convert" command should be added. > > Yes, I think you are right. Ok, could you add this part of the patch then please? TIA, =2D-=20 Peter --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iGoEARECACoWIQS/5hHRBUjla4uZVXU6jitvQ7HLaAUCYeEtcAwccG1AYTE2bi5u ZXQACgkQOo4rb0Oxy2i/+gCeNpjR/1hoJUQNVOSUVHmMh06R/FIAn01nj6DhVyrz HX/EscYkwtGIkhHm =1uWT -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 15 14:00:02 2022 Received: (at 52200) by debbugs.gnu.org; 15 Sep 2022 18:00:02 +0000 Received: from localhost ([127.0.0.1]:59134 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYt9d-0000oZ-K5 for submit@debbugs.gnu.org; Thu, 15 Sep 2022 14:00:02 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:1184) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYt9c-0000o7-0H for 52200@debbugs.gnu.org; Thu, 15 Sep 2022 14:00:00 -0400 Received: from server.a16n.net (unknown [82.65.98.121]) by smtp2-g21.free.fr (Postfix) with ESMTPS id 70FEF2003ED; Thu, 15 Sep 2022 19:59:58 +0200 (CEST) Received: from ws.localdomain (unknown [192.168.13.254]) by server.a16n.net (Postfix) with ESMTPSA id 0DB238004AE; Thu, 15 Sep 2022 19:59:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=a16n.net; s=a16n; t=1663264798; bh=G09umVw+cETdDwMYYUse0HpUPF99xAx6+ifYEd2F5dI=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=Vp1NkIB0Rc3dlhdR79r6p2UOap/i2Aha+wJFdxQDu2sylo0yg/kyp2JczaTQ5jpIL oRL4jTOnC2ZS3vVMcamXzDFH2lX4cl15q51LAsGLudaK6iCfpFWnnkG1mLvXO7BUlO 9g1Qxt1xzkOwQxG0dZXTGvEYli1YliizYnx0lxRdjVlUwn7n/Gu06b5MfuscJ+NzjO 97PtY/rrnli0pZsoYVgZrLcWvo7X2cCMlVYysEiS1IO+O5tmtMoLF1YaocRNU8TL2O 6sTWY5Ge8lD4Uq2c/wiJehgvIkWmMFfRE/8ibOzYjmOPNkbJL0iZPTsMoPPUMDSOd0 Fp0kcJw9ce9ew== Received: by ws.localdomain (Postfix, from userid 1000) id D3FD420624; Thu, 15 Sep 2022 19:59:57 +0200 (CEST) From: =?utf-8?Q?Peter_M=C3=BCnster?= To: Stefan Kangas Subject: Re: bug#52200: 29.0.50; image-dired-cmd-create-standard-thumbnail-options In-Reply-To: <87sftq4uj3.fsf@a16n.net> ("Peter =?utf-8?Q?M=C3=BCnster=22's?= message of "Fri, 14 Jan 2022 08:59:44 +0100") References: <87o861k3x9.fsf@a16n.net> <87sftq4uj3.fsf@a16n.net> Date: Thu, 15 Sep 2022 19:59:57 +0200 Message-ID: <87bkrgikma.fsf@a16n.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 52200 Cc: 52200@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 (-) And here the same patch for the latest master: diff --git a/lisp/image/image-dired-external.el b/lisp/image/image-dired-external.el index 223d881bcf..fcf2e2edb6 100644 --- a/lisp/image/image-dired-external.el +++ b/lisp/image/image-dired-external.el @@ -128,15 +128,13 @@ image-dired-cmd-optipng-options :link '(url-link "man:optipng(1)")) (defcustom image-dired-cmd-create-standard-thumbnail-options - (append '("-size" "%wx%h" "%f[0]") - (unless (or image-dired-cmd-pngcrush-program - image-dired-cmd-pngnq-program) - (list - "-set" "Thumb::MTime" "%m" - "-set" "Thumb::URI" "file://%f" - "-set" "Description" "Thumbnail of file://%f" - "-set" "Software" (emacs-version))) - '("-thumbnail" "%wx%h>" "png:%t")) + (let ((opts (list "-size" "%wx%h" "%f[0]" + "-set" "Thumb::MTime" "%m" + "-set" "Thumb::URI" "file://%f" + "-set" "Description" "Thumbnail of file://%f" + "-set" "Software" (emacs-version) + "-thumbnail" "%wx%h>" "png:%t"))) + (if (executable-find "gm") (cons "convert" opts) opts)) "Options for creating thumbnails according to the Thumbnail Managing Standard. Available format specifiers are the same as in `image-dired-cmd-create-thumbnail-options', with %m for file modification time." -- Peter From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 15 20:39:35 2022 Received: (at 52200) by debbugs.gnu.org; 16 Sep 2022 00:39:35 +0000 Received: from localhost ([127.0.0.1]:59581 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYzOJ-0004a0-4X for submit@debbugs.gnu.org; Thu, 15 Sep 2022 20:39:35 -0400 Received: from mail-oa1-f42.google.com ([209.85.160.42]:37734) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oYzOG-0004ZQ-SY for 52200@debbugs.gnu.org; Thu, 15 Sep 2022 20:39:33 -0400 Received: by mail-oa1-f42.google.com with SMTP id 586e51a60fabf-127f5411b9cso49918927fac.4 for <52200@debbugs.gnu.org>; Thu, 15 Sep 2022 17:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date :mime-version:user-agent:references:in-reply-to:from:from:to:cc :subject:date; bh=uace8Gru1mrOxPr0Q931uu7TK7VNsSBHl5LuNy36y3Q=; b=Lb3IocJg9JmDD46fzAxiRFu3gGgUSOxoZWv51Cg6IlLJSvuhnRGnINJDrjJ7/NcWsQ fUZZNkV+OKcjv/OMABOJARVcqDsoZVjKAhGJu5HicoXkbaDKDYYQCARYpFyqZObkfZzI q4ll1oMjpFMT+XyeQNWcjcoWUlTz2QPVnrPQNivPixoVR8d8shfUk4kTBQyvrzUmHBHp mBK0LCji70tQ46ElZUpkWKM9QxKsbmP0cbJkULr52quMzfx7BeUVh4Q2ICCTeV9okOAH pne6RU+6D9jLqtHqENcmJJi1W7SiWFJLUdG4jPQhzT30RP3yK3xexqKt9pNlIhj7wqIa qw+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:cc:to:subject:message-id:date :mime-version:user-agent:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date; bh=uace8Gru1mrOxPr0Q931uu7TK7VNsSBHl5LuNy36y3Q=; b=hZ+aJQoW8zprsU3rVlDJSmGWzks7EI2MePmU0oyAxdUxGd75eMNOhRrNd4y86Ktp3K Fhe6nNY4zNjAeL4k2hKOGHw1DfQW3WIW5jJPeQOKPE0cS9CdZfVEifNUiyu8EKshua82 ygxAkUYn4hGUMFyR3nUJYSuIDVK35hoD6l20ccFiCiOrAnQAx1JlvbysEL8k8FstndSN 3za7BXZlcKLmYOPJLrhl1ioRWzTKLtfY5gohkd7FandG9DgAhFloQeyvghLYOVK3Zt2h H2l9zsEGJyvRt/OLLk/NzLuyGdNWjjiBi3PvRCymJTa9IHLOgXPLjYXYhGjFToHEE2Ew pBvQ== X-Gm-Message-State: ACgBeo1gYXVJWwI/U6O/6RviUje/fSho7y0+tQF4HyAOXa2LDk6ICaox Qpwaw6q6nXPwSST/5wPnZYnNKOA825vRkSDGrHSdvex2 X-Google-Smtp-Source: AA6agR53otl59euGsTPSDu6sj4JI0ZoZ+84ep2Kn4FdGrjkEhcTavr4lsK8wLeDJjsE03ARsC5S6k8LdRVTlJwUg4Lo= X-Received: by 2002:a05:6870:538c:b0:11b:e64f:ee1b with SMTP id h12-20020a056870538c00b0011be64fee1bmr6736807oan.92.1663288767149; Thu, 15 Sep 2022 17:39:27 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 15 Sep 2022 17:39:26 -0700 From: Stefan Kangas In-Reply-To: =?UTF-8?B?PDg3YmtyZ2lrbWEuZnNmQGExNm4ubmV0PiAoIlBldGVyIE3DvG5zdGVyIidzIG1l?= =?UTF-8?B?c3NhZ2Ugb2YgIlRodSwgMTUgU2VwIDIwMjIgMTk6NTk6NTcgKzAyMDAiKQ==?= References: <87o861k3x9.fsf@a16n.net> <87sftq4uj3.fsf@a16n.net> <87bkrgikma.fsf@a16n.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) X-Hashcash: 1:20:220916:52200@debbugs.gnu.org::3GdW564FWumpSDuA:1Yo7 MIME-Version: 1.0 Date: Thu, 15 Sep 2022 17:39:26 -0700 Message-ID: Subject: Re: bug#52200: 29.0.50; image-dired-cmd-create-standard-thumbnail-options To: =?UTF-8?Q?Peter_M=C3=BCnster?= Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 52200 Cc: 52200@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 (-) close 52200 29.1 thanks Peter M=C3=BCnster writes: > And here the same patch for the latest master: Sorry for the delay here. Your patch LGTM and works for me, so I've pushed it to master (commit 7ec31d3222). Thanks. From unknown Sat Jun 21 10:39:12 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, 14 Oct 2022 11:24:04 +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