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 07:46:25 +0200 Message-ID: <87a67hko26.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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35813"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , emacs-devel@gnu.org To: Po Lu , Manuel Giraud Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 03 07:49:32 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 1oUM28-00098u-IG for ged-emacs-devel@m.gmane-mx.org; Sat, 03 Sep 2022 07:49:32 +0200 Original-Received: from localhost ([::1]:33172 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUM27-0004k6-0I for ged-emacs-devel@m.gmane-mx.org; Sat, 03 Sep 2022 01:49:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34702) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oULzH-0003zZ-Mk for emacs-devel@gnu.org; Sat, 03 Sep 2022 01:46:35 -0400 Original-Received: from logand.com ([37.48.87.44]:59778) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oULzC-0005I4-4b; Sat, 03 Sep 2022 01:46:31 -0400 Original-Received: by logand.com (Postfix, from userid 1001) id 2178719E8CA; Sat, 3 Sep 2022 07:46:27 +0200 (CEST) X-Mailer: emacs 28.1 (via feedmail 11-beta-1 I) In-Reply-To: <87czcdjmu0.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:294603 Archived-At: On Sat 03 Sep 2022 at 08:58, Po Lu wrote: > Manuel Giraud writes: >> Why not both? Having multilingual text handled correctly in menu is a >> goal but while here, I'd also like to be able to change the default menu >> face from within emacs and have menus recomputed correctly. Do you >> think it is attainable? > > That already works, see x_update_menu_appearance in xfaces.c. 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?