From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#13402: 24.2.92 pretest: bugs in isearch-yank-line in info page. [Patch] Date: Fri, 15 Feb 2013 12:10:45 +0200 Organization: JURTA Message-ID: <87liapan32.fsf@mail.jurta.org> References: <20130110132530.GA2805@acm.acm> <20130214200937.GA3336@acm.acm> <87d2w2ggsh.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1360924354 11599 80.91.229.3 (15 Feb 2013 10:32:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2013 10:32:34 +0000 (UTC) Cc: 13402@debbugs.gnu.org To: Alan Mackenzie Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 15 11:32:56 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U6Ib9-0006Bw-Mx for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Feb 2013 11:32:55 +0100 Original-Received: from localhost ([::1]:33649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Iaq-0008T1-48 for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Feb 2013 05:32:36 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:55745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Iag-0008Gp-VO for bug-gnu-emacs@gnu.org; Fri, 15 Feb 2013 05:32:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6Iaa-0001pC-Uk for bug-gnu-emacs@gnu.org; Fri, 15 Feb 2013 05:32:26 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:51676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Iaa-0001p4-RN for bug-gnu-emacs@gnu.org; Fri, 15 Feb 2013 05:32:20 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U6IbG-0003BO-FB for bug-gnu-emacs@gnu.org; Fri, 15 Feb 2013 05:33:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 15 Feb 2013 10:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13402 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13402-submit@debbugs.gnu.org id=B13402.136092433812182 (code B ref 13402); Fri, 15 Feb 2013 10:33:02 +0000 Original-Received: (at 13402) by debbugs.gnu.org; 15 Feb 2013 10:32:18 +0000 Original-Received: from localhost ([127.0.0.1]:57140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6IaX-0003AQ-1k for submit@debbugs.gnu.org; Fri, 15 Feb 2013 05:32:17 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:53011 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U6IaU-0003AI-Db for 13402@debbugs.gnu.org; Fri, 15 Feb 2013 05:32:15 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 9D92F201F76C2F; Fri, 15 Feb 2013 02:31:30 -0800 (PST) In-Reply-To: <87d2w2ggsh.fsf@mail.jurta.org> (Juri Linkov's message of "Fri, 15 Feb 2013 09:47:10 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71305 Archived-At: >> Here is a patch for this change: > > Thanks, I'll test your patch now. I noticed one problem: going to the next match with `C-s' (isearch-repeat-forward) doesn't lazy-highlight the previous match that was unhighlighted. The previous match needs to be re-highlighted and the next match unhighlighted. But this requires performing the complete round of lazy-highlighting all of lazy-matches on every `C-s' key press that will cause significant slow down in lazy-highlighting because it will remove the current optimization where `C-s' doesn't cause re-highlighting of lazy-matches most of the time (when there is no scrolling or toggling of search parameters).