From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#14729: 24.3.50; Isearch oddity Date: Tue, 07 Dec 2021 23:53:30 +0200 Organization: LINKOV.NET Message-ID: <86wnkgaxph.fsf@mail.linkov.net> References: <87mwqbay6p.fsf@mail.jurta.org> <87haggmv72.fsf@mail.jurta.org> <87h7bpqb6q.fsf@gnus.org> <865ys4taxv.fsf@mail.linkov.net> <87pmqcxbwn.fsf@gnus.org> <867dch239c.fsf@mail.linkov.net> <871r2odtu5.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30099"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 14729@debbugs.gnu.org, Dani Moncayo To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Dec 07 22:57:37 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 1muiSv-0007he-9m for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 07 Dec 2021 22:57:37 +0100 Original-Received: from localhost ([::1]:51788 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1muiSt-00078d-Oq for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 07 Dec 2021 16:57:35 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57174) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1muiSP-00078Q-1R for bug-gnu-emacs@gnu.org; Tue, 07 Dec 2021 16:57:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:55550) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1muiSM-0008Ft-9y for bug-gnu-emacs@gnu.org; Tue, 07 Dec 2021 16:57:04 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1muiSM-0000ZQ-9X for bug-gnu-emacs@gnu.org; Tue, 07 Dec 2021 16:57:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 07 Dec 2021 21:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14729 X-GNU-PR-Package: emacs Original-Received: via spool by 14729-submit@debbugs.gnu.org id=B14729.16389141922150 (code B ref 14729); Tue, 07 Dec 2021 21:57:02 +0000 Original-Received: (at 14729) by debbugs.gnu.org; 7 Dec 2021 21:56:32 +0000 Original-Received: from localhost ([127.0.0.1]:38863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muiRs-0000Yc-Hq for submit@debbugs.gnu.org; Tue, 07 Dec 2021 16:56:32 -0500 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:38865) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1muiRq-0000YJ-Sk for 14729@debbugs.gnu.org; Tue, 07 Dec 2021 16:56:31 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 9D881E0003; Tue, 7 Dec 2021 21:56:22 +0000 (UTC) In-Reply-To: <871r2odtu5.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 07 Dec 2021 21:48:50 +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:221883 Archived-At: >> The matched string is highlighted partly in the buffer, >> and exactly the same parts are highlighted in the isearch prompt too - >> the string "buf" is highlighted as the matched string in the buffer, >> and the same string "buf" has no failure indication in the isearch prompt. >> So currently there is consistency between these highlightings: > > But before we type "fer", "buf" is highlit as failing, but after "fer" > is highlit as failing (in the echo area), while the highlighting in the > buffer doesn't change. 😀 This is why the subject is "Search oddity": it's working in a most peculiar way, and the circuit's dead, and there's something wrong 😁