From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: High-res Customize icons Date: Thu, 23 Apr 2020 22:40:45 +0300 Message-ID: <83zhb2at36.fsf@gnu.org> References: <87k127fd03.fsf@mail.linkov.net> <20200423.061101.167407195680152265.wl@gnu.org> <83r1wecl04.fsf@gnu.org> <20200423.194951.1783852521294813912.wl@gnu.org> <834ktac89t.fsf@gnu.org> <868D5BA0-BA69-47A4-A4CE-14A38B0E94DF@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="92313"; mail-complaints-to="usenet@ciao.gmane.io" Cc: juri@linkov.net, cpitclaudel@gmail.com, emacs-devel@gnu.org, yandros@gmail.com, yuri.v.khan@gmail.com To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 23 21:41:53 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jRhjM-000NrG-N2 for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Apr 2020 21:41:52 +0200 Original-Received: from localhost ([::1]:38660 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRhjL-0001az-Lf for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Apr 2020 15:41:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45292) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRhie-0000z8-MI for emacs-devel@gnu.org; Thu, 23 Apr 2020 15:41:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54494) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRhid-00061L-I9; Thu, 23 Apr 2020 15:41:07 -0400 Original-Received: from [176.228.60.248] (port=2536 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jRhiW-0006FS-Fa; Thu, 23 Apr 2020 15:41:06 -0400 In-Reply-To: <868D5BA0-BA69-47A4-A4CE-14A38B0E94DF@gmail.com> (message from Yuan Fu on Thu, 23 Apr 2020 15:35:19 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:247623 Archived-At: > From: Yuan Fu > Date: Thu, 23 Apr 2020 15:35:19 -0400 > Cc: Werner LEMBERG , > Juri Linkov , > Yuri Khan , > Clément Pit-Claudel , > yandros@gmail.com, > emacs-devel@gnu.org > > Apart from the font vs image discussion, what about the idea to add @2x images support to Emacs? > WDYT? Basically, we add name@2x.xpm images along side the existing name.xpm images. And find-image > would prefer those @2x images if, say, image-prefer-hidpi is non-nil. I don't think I understand what is meant by @2x images, but the general idea of preferring certain variants of images given some aspect of the environment is sound.