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.bugs Subject: bug#4394: 23.1; flashing when overlapping face and mouse-face properties Date: Sun, 18 Jul 2021 22:11:29 +0300 Message-ID: <83fswb77z2.fsf@gnu.org> References: <3161BF3616744F8E89EB971AE0169BD0@us.oracle.com> <878s23o2zy.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19395"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, 4394@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jul 18 21:12:18 2021 Return-path: Envelope-to: geb-bug-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 1m5CD3-0004qz-A3 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 18 Jul 2021 21:12:17 +0200 Original-Received: from localhost ([::1]:38784 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m5CD2-0004Xw-CG for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 18 Jul 2021 15:12:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54750) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m5CCq-0004Wk-63 for bug-gnu-emacs@gnu.org; Sun, 18 Jul 2021 15:12:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:45786) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m5CCo-0005Ps-P3 for bug-gnu-emacs@gnu.org; Sun, 18 Jul 2021 15:12:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m5CCo-0008B6-LV for bug-gnu-emacs@gnu.org; Sun, 18 Jul 2021 15:12:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 18 Jul 2021 19:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4394 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 4394-submit@debbugs.gnu.org id=B4394.162663550231403 (code B ref 4394); Sun, 18 Jul 2021 19:12:02 +0000 Original-Received: (at 4394) by debbugs.gnu.org; 18 Jul 2021 19:11:42 +0000 Original-Received: from localhost ([127.0.0.1]:57331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5CCU-0008AR-FE for submit@debbugs.gnu.org; Sun, 18 Jul 2021 15:11:42 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:56866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m5CCS-0008AB-VF for 4394@debbugs.gnu.org; Sun, 18 Jul 2021 15:11:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49540) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m5CCN-00052K-M0; Sun, 18 Jul 2021 15:11:35 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1963 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m5CCN-0005CS-9q; Sun, 18 Jul 2021 15:11:35 -0400 In-Reply-To: <878s23o2zy.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 18 Jul 2021 21:06:57 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:210208 Archived-At: > From: Lars Ingebrigtsen > Date: Sun, 18 Jul 2021 21:06:57 +0200 > Cc: Stefan Monnier , 4394@debbugs.gnu.org > > The point of the mouse face is to tell the user that they can mouse-2 on > the region to expand the abbreviated bits. (This is done in > `last-sexp-setup-props'.) > > However, when the sexp is large, the mouse face is indeed very annoying. > Would it make sense to shorten it somehow? For instance, only display > it over the "..." to indicate that it's the abbreviation that the mouse > face is trying to draw attention to? Or... something else? > > Like... er... adding underlines or something to the dots and not using > a mouse face at all? Or underlines and a mouse face, but just for the > dots... > > Anybody got an opinion? My opinion is that we should leave this alone.