From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v2] Add native image scaling (bug#33587) Date: Fri, 04 Jan 2019 22:21:17 +0200 Message-ID: <8336q82myq.fsf@gnu.org> References: <8336qb3upt.fsf@gnu.org> <20190102211241.GA53734@breton.holly.idiocy.org> <837efk335e.fsf@gnu.org> <20190104190914.GA61852@breton.holly.idiocy.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1546633218 18252 195.159.176.226 (4 Jan 2019 20:20:18 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 4 Jan 2019 20:20:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 04 21:20:14 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gfVwy-0004cb-L4 for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2019 21:20:12 +0100 Original-Received: from localhost ([127.0.0.1]:38691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfVz5-0006V8-4n for ged-emacs-devel@m.gmane.org; Fri, 04 Jan 2019 15:22:23 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:35783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfVyO-0006V1-O8 for emacs-devel@gnu.org; Fri, 04 Jan 2019 15:21:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfVyL-00083U-3r for emacs-devel@gnu.org; Fri, 04 Jan 2019 15:21:40 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfVyK-00080Q-3p; Fri, 04 Jan 2019 15:21:37 -0500 Original-Received: from [176.228.60.248] (port=2675 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gfVyJ-0002CW-O7; Fri, 04 Jan 2019 15:21:36 -0500 In-reply-to: <20190104190914.GA61852@breton.holly.idiocy.org> (message from Alan Third on Fri, 4 Jan 2019 19:09:14 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232173 Archived-At: > Date: Fri, 4 Jan 2019 19:09:14 +0000 > From: Alan Third > Cc: emacs-devel@gnu.org > > (Another option would be to automatically fall‐back to ImageMagick if > required, but given that we’re doing this because people are concerned > about ImageMagick’s security record, I doubt making it’s use automatic > would appeal.) I guess I've misread the code, because I thought we did fall back automatically. FWIW, I think if the user builds Emacs with ImageMagick, they already considered the security issues and decided they are okay with them. We shouldn't second-guess them.