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#43702: Emacs master: Incorrect highlighting in regexp isearch. Date: Thu, 01 Oct 2020 22:26:56 +0300 Message-ID: <838scphhmn.fsf@gnu.org> References: <20200929121317.GA27007@ACM> <83wo0ck5ig.fsf@gnu.org> <20200929153355.GB27007@ACM> <87y2ks819k.fsf@gnus.org> <87y2krdqsk.fsf@mail.linkov.net> <87pn62wxz6.fsf@gnus.org> <878scp92mo.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3279"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, larsi@gnus.org, 43702@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Oct 01 21:28:11 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 1kO4FO-0000he-Pl for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 01 Oct 2020 21:28:10 +0200 Original-Received: from localhost ([::1]:43440 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kO4FN-00009w-Rs for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 01 Oct 2020 15:28:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60954) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kO4FG-00009P-Av for bug-gnu-emacs@gnu.org; Thu, 01 Oct 2020 15:28:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55108) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kO4FG-00032C-16 for bug-gnu-emacs@gnu.org; Thu, 01 Oct 2020 15:28:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kO4FF-00058P-UV for bug-gnu-emacs@gnu.org; Thu, 01 Oct 2020 15:28:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 01 Oct 2020 19:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43702 X-GNU-PR-Package: emacs Original-Received: via spool by 43702-submit@debbugs.gnu.org id=B43702.160158043319678 (code B ref 43702); Thu, 01 Oct 2020 19:28:01 +0000 Original-Received: (at 43702) by debbugs.gnu.org; 1 Oct 2020 19:27:13 +0000 Original-Received: from localhost ([127.0.0.1]:38421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kO4ET-00057K-Ej for submit@debbugs.gnu.org; Thu, 01 Oct 2020 15:27:13 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:53996) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kO4ER-000572-E9 for 43702@debbugs.gnu.org; Thu, 01 Oct 2020 15:27:11 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60070) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kO4EL-0002pr-Tk; Thu, 01 Oct 2020 15:27:05 -0400 Original-Received: from [176.228.60.248] (port=4035 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kO4EI-0008FG-LQ; Thu, 01 Oct 2020 15:27:04 -0400 In-Reply-To: <878scp92mo.fsf@mail.linkov.net> (message from Juri Linkov on Thu, 01 Oct 2020 22:20:07 +0300) 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:189577 Archived-At: > From: Juri Linkov > Date: Thu, 01 Oct 2020 22:20:07 +0300 > Cc: Alan Mackenzie , 43702@debbugs.gnu.org > > >> Maybe better to do what Drew proposed: to distinguish the odd groups > >> from the even groups, i.e. to have only 2 additional faces > >> (a brighter face like the current isearch-group-1 for the odd groups, > >> and a darker face for the even groups). > > > > I like the idea. > > Implemented now on the trunk where isearch-group-odd is created > from the isearch-group-1 face, and isearch-group-even > from the isearch-group-4 face. > > The result is quite nice: Nice is in the eyes of the beholder: I liked the previous way better.