From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Giraud Newsgroups: gmane.emacs.help Subject: Re: Lucid menu faces Date: Thu, 21 Jul 2022 15:23:02 +0200 Message-ID: <878romioqx.fsf@elite.giraud> References: <874jzbhm0z.fsf@elite.giraud> <83mtd3lqgv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17895"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (berkeley-unix) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jul 21 15:24:04 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1oEW9r-0004Tb-V3 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 21 Jul 2022 15:24:04 +0200 Original-Received: from localhost ([::1]:53646 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oEW9q-0007wA-V3 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 21 Jul 2022 09:24:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47444) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEW8z-0007sT-Jj for help-gnu-emacs@gnu.org; Thu, 21 Jul 2022 09:23:09 -0400 Original-Received: from ledu-giraud.fr ([51.159.28.247]:42236) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEW8x-0006TT-Aj; Thu, 21 Jul 2022 09:23:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=rsa; bh=8amgiPS3IafQJVUb JWJOpcLulu79l2qKjetJ0B5fM6E=; h=date:references:in-reply-to:subject: cc:to:from; d=ledu-giraud.fr; b=WjS4hu+c1v6BGFy2+vJPHOqpost6xLAQvQnH7U QyWU8BHQE6QyUncJXGsK5yHkEs/MQR+vfMKy+LQvV5Ap7OHgirfNlwD+SeDUtNN+CJ6IaM CXKcpcfwVL5NiDtd1i09UbO0nyj+GquS5E27vuZjiTfFVFa4cmJMMVyoUeT0ImqDZedn7q zq5PrNoGZrHvJ6So4xZ7e4zlKVDg626EEaoEMrBKRZtJcOccabnov5s7TwBGnDzj/Pkyg4 2oOGB5qoB7b/nc6ICOjBsAv3c6Jj4qc9LdrYh2Cpkwk/fYE34es2qheWNyPVQbcSAxm/iu cDEPGHQlm4z3zZ4izL2OjaTg== Original-Received: from elite.giraud ( [10.1.1.1]) by ledu-giraud.fr (OpenSMTPD) with ESMTPSA id 1180c559 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 21 Jul 2022 15:23:03 +0200 (CEST) In-Reply-To: <83mtd3lqgv.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 20 Jul 2022 19:05:20 +0300") Received-SPF: pass client-ip=51.159.28.247; envelope-from=manuel@ledu-giraud.fr; helo=ledu-giraud.fr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, 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: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:138546 Archived-At: Eli Zaretskii writes: [...] > Isn't it true that the appearance of toolkit menus can be fully > controlled only through X resources? Yes of course and so far this is what I'm doing. > Toolkits are not part of Emacs, so they don't abide by our Lisp > trickery. We are all spoiled rotten by Emacs letting us control > everything via Lisp objects and properties, but the truth is that it > only works because Emacs has code to make it work. Ok. I was just wondering as it partially work for the background of the menu face. As for my personal use case, I'd like to have that because I'm a exwm user on a laptop (i.e. I do go from laptop screen to external ones back and forth and so use differents resolutions). So being able to modify the menu aspect *without* restarting Emacs would be an improvement=E2=80=A6= but it is not of life-and-death importance either. --=20 Manuel Giraud