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 15:21:50 +0300 Message-ID: <83tu616dcx.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> <831qt57udu.fsf@gnu.org> <874jy126em.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38021"; 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 15:21:09 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 1oQqJg-0009le-5A for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Aug 2022 15:21:08 +0200 Original-Received: from localhost ([::1]:42318 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oQqJe-00027v-S2 for ged-emacs-devel@m.gmane-mx.org; Wed, 24 Aug 2022 09:21:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQpO9-0006JE-PX for emacs-devel@gnu.org; Wed, 24 Aug 2022 08:21:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40274) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQpO9-0004rT-FI; Wed, 24 Aug 2022 08:21:41 -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=y2TDiSfB63TotdAsJC2w9xJbX1AW11oijD8n1xBTBAE=; b=GdmaU56BoqcI UkV0EG+0M2eeCc6s5o2hrl9UPePMmfJmIesIk2/JjeZS3SwND5Pz+bGapkZCIcXPAUDtvluxgHY22 qP8A0w2A9cufQ/Su4EqRtT7yir83YIzw6GUs5FMwJUmpiV6dekCPJz4KtHgm9g+tTf6/yv7UvS6bG JC4xd5d7MkL/Zy0SN3ohUL7l2jadiiHEsgaKgd85UpJnbDs1Q54HPojIm5UqBmpplXQpKdRc2S8cC Y+Fe+IXCv0YSRW+6nYe5yg8GZdK4PAxymrU6kN9cWI3uFiLPaR2GZV0fZA1odN/fATpuR44N2eo54 t6x1FDshivSP5/ONTJGOBQ==; Original-Received: from [87.69.77.57] (port=4289 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 1oQpO8-0008OZ-Th; Wed, 24 Aug 2022 08:21:41 -0400 In-Reply-To: <874jy126em.fsf@yahoo.com> (message from Po Lu on Wed, 24 Aug 2022 20:05:37 +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:294018 Archived-At: > From: Po Lu > Cc: stefankangas@gmail.com, emacs-devel@gnu.org > Date: Wed, 24 Aug 2022 20:05:37 +0800 > > Eli Zaretskii writes: > > > 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. > > Right, but that text is a label What do you mean by "label"? > which isn't displayed everywhere, most notably under NS toolkit > tooltips. If Emacs uses a tool bar provided by some toolkit, then what I said is not relevant: Emacs doesn't display its own tool bar in those builds. But how are tooltips relevant to this?