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 09:32:25 +0300 Message-ID: <83czceqoau.fsf@gnu.org> References: <87a67jw1kw.fsf@elite.giraud> <83o7vzqey8.fsf@gnu.org> <83mtbjqemd.fsf@gnu.org> <87ler2963r.fsf@elite.giraud> <875yi6mvlx.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3666"; 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 08:37:04 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 1oU0IX-0000kx-PH for ged-emacs-devel@m.gmane-mx.org; Fri, 02 Sep 2022 08:37:01 +0200 Original-Received: from localhost ([::1]:34080 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oU0IW-0002nn-Ir for ged-emacs-devel@m.gmane-mx.org; Fri, 02 Sep 2022 02:37:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48502) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU0Dd-0001en-C8 for emacs-devel@gnu.org; Fri, 02 Sep 2022 02:31:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52936) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU0Dc-0005fO-G5; Fri, 02 Sep 2022 02:31:56 -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=m2pfQnTTKMJmDUsDFwt+uan7+4iDZ+i8GtVvtmrWSbY=; b=JyQLxtFTi5c8 KAnM492XZYfSCz+EcwZAjG+M8twP4/hJBHn1CVSEMFvU6Ke2gvxeE2Y3p/66+jWQ55xkD59YBTOnT lyt64I/zNFJRehl3PrC+bWN3Yd3EGrMkn2On0g0Tjn6z8PbP0onknX1J6ASljKHeIf4ivLiyE5P7f S1F7kCluee9xMGeJhMlHHAtA1on/mNulleCRaecatejogLLFBzsIkgUtlLnr8ApXZfVWGX6GWy4L/ Qq44AVTrdrsZFupEYhneStfmHkte+ZNhynfC/sK1jAMhTUTPG3oGedaUhUkvD8fzkb3Yz6kORL7Dc FUd/Ctasu7M96Vmc7EcMUQ==; Original-Received: from [87.69.77.57] (port=2312 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 1oU0Db-0005GC-N5; Fri, 02 Sep 2022 02:31:56 -0400 In-Reply-To: <875yi6mvlx.fsf@yahoo.com> (message from Po Lu on Fri, 02 Sep 2022 09:08:10 +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:294513 Archived-At: > From: Po Lu > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Fri, 02 Sep 2022 09:08:10 +0800 > > After you obtain the substring containing characters that can be > displayed with a single font Do menu items use different fonts and colors? Can you give an example of such menu items? If each menu item always uses the same face, then face information can be retrieved once for each menu item. That includes both colors and font information.