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: Consistent face for keys in *Help* and `substitute-command-keys' Date: Fri, 05 Mar 2021 22:15:26 +0200 Message-ID: <837dmlxspt.fsf@gnu.org> References: <87h7m5iagw.fsf@gnus.org> <83blc9tnvz.fsf@gnu.org> <83y2fcrzkt.fsf@gnu.org> <831rd4romg.fsf@gnu.org> <83zgzsq7xn.fsf@gnu.org> <83v9afriqp.fsf@gnu.org> <83zgzjhvdn.fsf@gnu.org> <83a6rhxwah.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16238"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 05 21:16:44 2021 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 1lIGsN-00044M-SL for ged-emacs-devel@m.gmane-mx.org; Fri, 05 Mar 2021 21:16:43 +0100 Original-Received: from localhost ([::1]:60252 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lIGsM-0005mb-UQ for ged-emacs-devel@m.gmane-mx.org; Fri, 05 Mar 2021 15:16:42 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49830) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIGrS-0005Fa-1w for emacs-devel@gnu.org; Fri, 05 Mar 2021 15:15:46 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49972) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lIGrR-0008Lc-7R; Fri, 05 Mar 2021 15:15:45 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4066 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lIGrM-0004oW-G3; Fri, 05 Mar 2021 15:15:44 -0500 In-Reply-To: (message from Stefan Kangas on Fri, 5 Mar 2021 13:28:57 -0600) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:266040 Archived-At: > From: Stefan Kangas > Date: Fri, 5 Mar 2021 13:28:57 -0600 > Cc: larsi@gnus.org, emacs-devel@gnu.org > > > This would take care of the conflicting colors, but that's not the > > original problem which caused us to talk about tooltips. The original > > problem was that someone could customize the help-key-binding face to > > specify size as well. What do you see then? > > It works as expected also when you specify :height. "As expected" meaning what in this case? Does the different size show or doesn't it? > > This should have a comment explaining why we use a non-nil APPEND > > argument. > > Fixed in the attached. Thanks.