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: How to walk a Lisp_String? Date: Fri, 02 Sep 2022 13:36:47 +0300 Message-ID: <83y1v2oyf4.fsf@gnu.org> References: <87a67jw1kw.fsf@elite.giraud> <83o7vzqey8.fsf@gnu.org> <83mtbjqemd.fsf@gnu.org> <87ler2963r.fsf@elite.giraud> <875yi6mvlx.fsf@yahoo.com> <83czceqoau.fsf@gnu.org> <87fshakwps.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40784"; mail-complaints-to="usenet@ciao.gmane.io" Cc: manuel@ledu-giraud.fr, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 02 12:38:59 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 1oU44f-000ALf-TB for ged-emacs-devel@m.gmane-mx.org; Fri, 02 Sep 2022 12:38:58 +0200 Original-Received: from localhost ([::1]:44068 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oU44e-0000VU-Cy for ged-emacs-devel@m.gmane-mx.org; Fri, 02 Sep 2022 06:38:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51274) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU425-0006oB-LL for emacs-devel@gnu.org; Fri, 02 Sep 2022 06:36:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44628) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU425-0000U1-BP; Fri, 02 Sep 2022 06:36:17 -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=xLY65zYoaVmlnOkoKVCqmbCQmAJYqdvF0T6j+nlGBT8=; b=fA0sxttDyZoq oHdo0Uv54P1vI0GpnKhevHT7xLhmCATP0CiMGpCTymAZ1LFYLfupnri9CvOAjJmZsRWYKSxdIJq2o /YU83rqyza7X+xWfhzzViGNqeGXD0ndFRZmU1gVZu34C7EIACI/cWQjqLBRol+jJssYLnrhqIs4L9 H1IpPaOazSMt75VvPG/y/80R+aEduIYfzEqwuItUdmnFLoCazR2a20dUQtwzXjtuNgWDVYDjwQXKP EWHWiZG0JrYUhpLdFZcB28MU+1gtrAognFYYlLb7mA8RLD22YOLWxM0JgrbY9anIH0TKpj5yE2kbR 7wsXDf5sDxCb/fLhDYvyUA==; Original-Received: from [87.69.77.57] (port=1358 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 1oU424-0002AG-Qk; Fri, 02 Sep 2022 06:36:17 -0400 In-Reply-To: <87fshakwps.fsf@yahoo.com> (message from Po Lu on Fri, 02 Sep 2022 16:27:11 +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:294528 Archived-At: > From: Po Lu > Cc: manuel@ledu-giraud.fr, emacs-devel@gnu.org > Date: Fri, 02 Sep 2022 16:27:11 +0800 > > Eli Zaretskii writes: > > > Do menu items use different fonts and colors? Can you give an example > > of such menu items? > > No, menu items do not. But we still need to retrieve the faces > generated separately by redisplay anyway (for non-ASCII characters), > because we want menu items to be able to display multilingual text. I don't think I understand what you are saying. If each menu item uses a single font and single color, then it will use a single face as well, regardless of the scripts used by the item's text, right?