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#40808: 27.0.91; inaccuracy in isearch-lazy-count Date: Fri, 08 Jul 2022 20:48:03 +0300 Organization: LINKOV.NET Message-ID: <86v8s7sdgs.fsf@mail.linkov.net> References: <868rp4hmto.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38092"; 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: Eli Zaretskii , "40808@debbugs.gnu.org" <40808@debbugs.gnu.org>, "abdullah@net-c.com" To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jul 08 19:57:27 2022 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 1o9sEJ-0009qc-MF for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 08 Jul 2022 19:57:27 +0200 Original-Received: from localhost ([::1]:54524 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o9sEI-0002RF-E1 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 08 Jul 2022 13:57:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43334) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o9s6B-0004tS-Hn for bug-gnu-emacs@gnu.org; Fri, 08 Jul 2022 13:49:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39240) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o9s6A-0006Wx-9R for bug-gnu-emacs@gnu.org; Fri, 08 Jul 2022 13:49:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o9s6A-0006ns-4s for bug-gnu-emacs@gnu.org; Fri, 08 Jul 2022 13:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 08 Jul 2022 17:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40808 X-GNU-PR-Package: emacs Original-Received: via spool by 40808-submit@debbugs.gnu.org id=B40808.165730251526110 (code B ref 40808); Fri, 08 Jul 2022 17:49:02 +0000 Original-Received: (at 40808) by debbugs.gnu.org; 8 Jul 2022 17:48:35 +0000 Original-Received: from localhost ([127.0.0.1]:33135 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9s5j-0006n4-CG for submit@debbugs.gnu.org; Fri, 08 Jul 2022 13:48:35 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:60839) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9s5h-0006mn-CO; Fri, 08 Jul 2022 13:48:33 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 3229A200008; Fri, 8 Jul 2022 17:48:24 +0000 (UTC) In-Reply-To: <868rp4hmto.fsf@mail.linkov.net> (Juri Linkov's message of "Thu, 07 Jul 2022 20:09: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:236463 Archived-At: close 40808 29.0.50 thanks >> What's the status of this bug? Apart from the request >> by Juri for changes to be made to Org mode, is the code >> Juri prescribed for this bug fix going to be applied, >> or has it been applied? >> >> Is fixing this bug (e.g. with Juri's code) somehow >> dependent on also fixing some Org-mode code? > > Fortunately, the isearch fix doesn't depend on org-mode. > So here is the complete implementation that was made possible Now pushed and closed since org-mode problems should be solved independently by org-mode developers.