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#39245: 26.3; 'mouse-face highlighting is extended beyond EOB Date: Fri, 30 Oct 2020 13:44:07 +0200 Message-ID: <834kmcaqgo.fsf@gnu.org> References: <86wo9jc4h9.fsf@gmail.com> <87wnzar0hy.fsf@gnus.org> <83imaucq8y.fsf@gnu.org> <87wnz8kkqi.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3830"; mail-complaints-to="usenet@ciao.gmane.io" Cc: ynyaaa@gmail.com, 39245@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 30 12:46:09 2020 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 1kYSrB-0000s0-Lz for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 30 Oct 2020 12:46:09 +0100 Original-Received: from localhost ([::1]:42636 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kYSrA-0006gj-Fh for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 30 Oct 2020 07:46:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39316) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kYSq6-00060j-TH for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2020 07:45:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44847) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kYSq6-00049e-I0 for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2020 07:45:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kYSq6-0000tK-GG for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2020 07:45: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: Fri, 30 Oct 2020 11:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39245 X-GNU-PR-Package: emacs Original-Received: via spool by 39245-submit@debbugs.gnu.org id=B39245.16040582723372 (code B ref 39245); Fri, 30 Oct 2020 11:45:02 +0000 Original-Received: (at 39245) by debbugs.gnu.org; 30 Oct 2020 11:44:32 +0000 Original-Received: from localhost ([127.0.0.1]:56393 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYSpb-0000sK-Ll for submit@debbugs.gnu.org; Fri, 30 Oct 2020 07:44:31 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kYSpa-0000s9-Va for 39245@debbugs.gnu.org; Fri, 30 Oct 2020 07:44:31 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40416) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kYSpV-0003wi-IW; Fri, 30 Oct 2020 07:44:25 -0400 Original-Received: from [176.228.60.248] (port=3095 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kYSpU-0000wa-RD; Fri, 30 Oct 2020 07:44:25 -0400 In-Reply-To: <87wnz8kkqi.fsf@gnus.org> (message from Lars Ingebrigtsen on Fri, 30 Oct 2020 12:37:41 +0100) 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:192066 Archived-At: > From: Lars Ingebrigtsen > Cc: ynyaaa@gmail.com, 39245@debbugs.gnu.org > Date: Fri, 30 Oct 2020 12:37:41 +0100 > > But what do you think of the mouse-face behaviour? I'd be damned if I ever agree to hack that piece of code again. Making it DTRT with bidirectional text was a heck of a ride at the time, and I have no reason to want to take it again. People who are annoyed enough by the corner cases presented in this bug report are welcome to try their teeth, I promise to lend any help I can to those brave souls.