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: mouse-face and help echo support for xterm mouse Date: Sat, 14 Nov 2020 14:38:38 +0200 Message-ID: <83361cw1td.fsf@gnu.org> References: <946d9ea094642758037d1881a97e8d0c@finder.org> <6e5a5cde54359702c36d1371861f30c3@finder.org> <831rh79g97.fsf@gnu.org> <83zh3v7x3a.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18641"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Jared Finder Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 14 13:39:38 2020 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 1kduqA-0004lP-5e for ged-emacs-devel@m.gmane-mx.org; Sat, 14 Nov 2020 13:39:38 +0100 Original-Received: from localhost ([::1]:49144 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kduq9-0000WB-8O for ged-emacs-devel@m.gmane-mx.org; Sat, 14 Nov 2020 07:39:37 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50032) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdupV-0008Pi-Hb for emacs-devel@gnu.org; Sat, 14 Nov 2020 07:38:57 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53744) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdupU-000214-VE; Sat, 14 Nov 2020 07:38:56 -0500 Original-Received: from [176.228.60.248] (port=3101 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kdupN-0001Li-R2; Sat, 14 Nov 2020 07:38:51 -0500 In-Reply-To: (message from Jared Finder on Fri, 06 Nov 2020 17:22:57 -0800) 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:259164 Archived-At: > Date: Fri, 06 Nov 2020 17:22:57 -0800 > From: Jared Finder > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > > > If you want, we can add a more reasonable condition, using the > > 'supports' keyword, requesting specifically support for the :box > > attribute. > > Thank you! > > I was not aware of the supports keyword for defface and it certainly is > better here. Updated patch attached. Thanks, pushed to the master branch.