From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#39994: 27.0.90; Broken image-converter probe for imagemagick Date: Sat, 14 Mar 2020 13:02:03 +0100 Message-ID: <87fteb16x0.fsf@gnus.org> References: <87d09mpexq.fsf@mail.linkov.net> <877dztopns.fsf@gnus.org> <87mu8p9mjj.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="61711"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 39994@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Mar 14 13:03:12 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jD5VX-000FwN-Qa for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 14 Mar 2020 13:03:11 +0100 Original-Received: from localhost ([::1]:44480 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jD5VW-0005kv-HY for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 14 Mar 2020 08:03:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35272) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jD5VP-0005ko-Oi for bug-gnu-emacs@gnu.org; Sat, 14 Mar 2020 08:03:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jD5VO-0007HW-NN for bug-gnu-emacs@gnu.org; Sat, 14 Mar 2020 08:03:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54711) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jD5VO-0007HF-JU for bug-gnu-emacs@gnu.org; Sat, 14 Mar 2020 08:03:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jD5VO-0004L8-GO for bug-gnu-emacs@gnu.org; Sat, 14 Mar 2020 08:03:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 14 Mar 2020 12:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39994 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 39994-submit@debbugs.gnu.org id=B39994.158418733515173 (code B ref 39994); Sat, 14 Mar 2020 12:03:02 +0000 Original-Received: (at 39994) by debbugs.gnu.org; 14 Mar 2020 12:02:15 +0000 Original-Received: from localhost ([127.0.0.1]:60684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jD5Uc-0003wQ-Lq for submit@debbugs.gnu.org; Sat, 14 Mar 2020 08:02:14 -0400 Original-Received: from quimby.gnus.org ([95.216.78.240]:56378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jD5Ua-0003rg-Ta for 39994@debbugs.gnu.org; Sat, 14 Mar 2020 08:02:13 -0400 Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jD5US-0001Vs-1z; Sat, 14 Mar 2020 13:02:06 +0100 In-Reply-To: <87mu8p9mjj.fsf@mail.linkov.net> (Juri Linkov's message of "Tue, 10 Mar 2020 00:43:44 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:177342 Archived-At: Juri Linkov writes: > I propose to change the order because ffmpeg doesn't support too much > image formats, so it is less useful than imagemagick when both > imagemagick and ffmpeg are installed at the same time. We put imagemagick at the end because of the same reason we're deprecating libmagick in Emacs -- imagemagick has had en enormous number of exploitable bugs over the years. Running external programs mitigates this slightly, but it should remain the last option. > Oh, I haven't noticed the comment, I don't know why, now updated: Looks good to me; please apply. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no