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: Wed, 22 Apr 2020 05:23:21 +0300 Message-ID: <83a734fecm.fsf@gnu.org> References: <6AEA7E43-DB35-458F-AFF2-B45DCBDC136F@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="109009"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 22 04:24:34 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 1jR53y-000SGy-Ab for ged-emacs-devel@m.gmane-mx.org; Wed, 22 Apr 2020 04:24:34 +0200 Original-Received: from localhost ([::1]:39796 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jR53x-0002ID-Ef for ged-emacs-devel@m.gmane-mx.org; Tue, 21 Apr 2020 22:24:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42354) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jR537-0001k4-CP for emacs-devel@gnu.org; Tue, 21 Apr 2020 22:23:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51485) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jR536-0004eH-UP; Tue, 21 Apr 2020 22:23:40 -0400 Original-Received: from [176.228.60.248] (port=2952 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jR536-0002ex-DU; Tue, 21 Apr 2020 22:23:40 -0400 In-Reply-To: <6AEA7E43-DB35-458F-AFF2-B45DCBDC136F@gmail.com> (message from Yuan Fu on Tue, 21 Apr 2020 15:47:18 -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:247481 Archived-At: > From: Yuan Fu > Date: Tue, 21 Apr 2020 15:47:18 -0400 > > I want to add high-res icons for Customize so it look better on Mac. The problem is, I couldn’t find the code that inserts the icons. I tried grepping for “xpm”, “bpm” and the like in custom.el and under /lisp but didn’t find anything. Where should I look at? If you mean the icons on the tool bar, look in tool-bar.el, the function tool-bar--image-expression.