From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Hlavaty Newsgroups: gmane.emacs.devel Subject: Re: How to walk a Lisp_String? Date: Sat, 03 Sep 2022 10:05:21 +0200 Message-ID: <87v8q4khmm.fsf@logand.com> References: <87a67jw1kw.fsf@elite.giraud> <83o7vzqey8.fsf@gnu.org> <83mtbjqemd.fsf@gnu.org> <87ler2963r.fsf@elite.giraud> <838rn2qnsf.fsf@gnu.org> <87wnam6y70.fsf@elite.giraud> <831qsuqllo.fsf@gnu.org> <87bkry6tnr.fsf@elite.giraud> <83tu5qoxol.fsf@gnu.org> <87mtbi57i2.fsf@elite.giraud> <87h71qj5x6.fsf@yahoo.com> <87bkrx6ci4.fsf@elite.giraud> <87czcdjmu0.fsf@yahoo.com> <87a67hko26.fsf@logand.com> <87ler1hte9.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21811"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Manuel Giraud , Eli Zaretskii , emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 03 10:08:38 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 1oUOCj-0005RZ-F9 for ged-emacs-devel@m.gmane-mx.org; Sat, 03 Sep 2022 10:08:37 +0200 Original-Received: from localhost ([::1]:56960 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUOCh-0007eK-TC for ged-emacs-devel@m.gmane-mx.org; Sat, 03 Sep 2022 04:08:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53022) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUO9j-0005u8-2z for emacs-devel@gnu.org; Sat, 03 Sep 2022 04:05:31 -0400 Original-Received: from logand.com ([37.48.87.44]:36546) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUO9e-0004wr-KC; Sat, 03 Sep 2022 04:05:27 -0400 Original-Received: by logand.com (Postfix, from userid 1001) id 3B6EC19E8E3; Sat, 3 Sep 2022 10:05:24 +0200 (CEST) X-Mailer: emacs 28.1 (via feedmail 11-beta-1 I) In-Reply-To: <87ler1hte9.fsf@yahoo.com> Received-SPF: pass client-ip=37.48.87.44; envelope-from=tom@logand.com; helo=logand.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:294615 Archived-At: On Sat 03 Sep 2022 at 14:19, Po Lu wrote: > Tomas Hlavaty writes: > >> Does it really? That would be great. When I asked for that in >> bug#57372: no-toolkit menu popups do not respect emacs font >> configuration, it was dismissed. In what cases does it work? Could you >> please give an example, how to use that? > > We are talking about the Lucid menu bar widget, though this feature also > works on Motif menus. > > And no, changing the size of the default face does is not reflected by > changes to the Lucid menu bar. We're talking about the foreground and > background colors. Understand. Thanks for clarification.