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: Sun, 06 Jan 2019 18:26:13 +0200 Message-ID: <83sgy5zra2.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 X-Trace: blaine.gmane.org 1546791910 29449 195.159.176.226 (6 Jan 2019 16:25:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2019 16:25:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 17:25:06 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from listsout.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ggBEX-0007Y8-5D for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2019 17:25:05 +0100 Original-Received: from localhost ([127.0.0.1]:47343 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggBGa-0000kb-Pb for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2019 11:27:12 -0500 Original-Received: from eggsout.gnu.org ([209.51.188.92]:55783 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggBFy-0000kL-80 for emacs-devel@gnu.org; Sun, 06 Jan 2019 11:26:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggBFv-0002fW-0L for emacs-devel@gnu.org; Sun, 06 Jan 2019 11:26:34 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggBFu-0002fI-Sz; Sun, 06 Jan 2019 11:26:30 -0500 Original-Received: from [176.228.60.248] (port=2656 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ggBFt-0004bg-0t; Sun, 06 Jan 2019 11:26:30 -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:232212 Archived-At: > Date: Fri, 4 Jan 2019 19:09:14 +0000 > From: Alan Third > Cc: emacs-devel@gnu.org > > On Fri, Jan 04, 2019 at 04:31:41PM +0200, Eli Zaretskii wrote: > > > Date: Wed, 2 Jan 2019 21:12:41 +0000 > > > From: Alan Third > > > Cc: emacs-devel@gnu.org > > > > > > I think this is the final version. > > > > Thanks. A few minor gotchas. > > I regret touching this now. ;) > > Do these look OK? Yes, thanks.