From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: scratch/icons 09509f4fa1 05/11: Import Material design icons Date: Wed, 24 Aug 2022 14:28:45 +0300 Message-ID: <831qt57udu.fsf@gnu.org> References: <166132324164.29491.8702393664945861865@vcs2.savannah.gnu.org> <20220824064044.65239C0088A@vcs2.savannah.gnu.org> <87k06y2l8l.fsf@yahoo.com> <87sfll2abu.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17683"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 24 14:47:22 2022 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 1oQpmz-0004Oe-FU for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Aug 2022 14:47:21 +0200 Original-Received: from localhost ([::1]:44298 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oQpmv-0003Jj-4j for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Aug 2022 08:47:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37132) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQoYw-0005Y4-2d for emacs-devel@gnu.org; Wed, 24 Aug 2022 07:28:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54144) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQoYn-0002QA-Ps; Wed, 24 Aug 2022 07:28:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=2TNu9aWMokWhQ/Y0i8D09PNZ55xsg5eguMgvQY1DtOQ=; b=rKRC9WyVH4WE 1fCyZTs+WKNRR36weVBsQpj0rLIeF6/tgumCQogCNa1PR568bvuj0hiDvc52QgW9cC4LGyU+LSIi8 GwcW0tNQWlSuXNt9OWutiOG/38utfUWBm0d0+8LWUAbwQ8qWTJPvUL1I6GugFRYPVHnnVyQd7x/2u r1Av6EXU5mu9xdTOUf8fwwyjhn39vDqJT1uW/37X1QMqvSvUXiU0zcf8Czr4/GYWKwSsnuL8IHR43 fuQNuJT7s/fjp25M2XELsD5RQC1m8hdqqVkHZLDWZfILTJX5vfTePkiyJp3yWwbKvu+vrE2bR7ulw sJeVi1Y0idgVHXz9J5W+aQ==; Original-Received: from [87.69.77.57] (port=4655 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQoYn-0006Gq-5B; Wed, 24 Aug 2022 07:28:37 -0400 In-Reply-To: <87sfll2abu.fsf@yahoo.com> (message from Po Lu on Wed, 24 Aug 2022 18:40:53 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:294004 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Wed, 24 Aug 2022 18:40:53 +0800 > > Stefan Kangas writes: > > > There should be some kind of fallback for when SVG is not available, > > yes. I'm not yet sure exactly what that will look like. The problem > > with generating PBM versions AFAIK is that they don't scale, so maybe > > we'd want to prefer Unicode symbols in those cases (or even emojis, > > though I'm not exactly a huge fan). > > We cannot put symbols in the tool bar, AFAIK. If that's the tool bar displayed by Emacs (nit by the toolkit), then yes, we can. The Emacs tool bar is just a special kind of window, which displays a Lisp string instead of text of some buffer.