From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: bug#17453: Isearch doesn't work properly with Follow Mode. Date: Tue, 03 Nov 2015 01:33:06 +0200 Organization: LINKOV.NET Message-ID: <87io5k3rkd.fsf@mail.linkov.net> References: <20140509224458.GA4205@acm.acm> <20151029232302.GB3812@acm.fritz.box> <87h9l6627a.fsf@mail.linkov.net> <20151031235651.GE1853@acm.fritz.box> <87bnbddzpk.fsf@mail.linkov.net> <20151102092853.GA11804@acm.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1446507239 23694 80.91.229.3 (2 Nov 2015 23:33:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Nov 2015 23:33:59 +0000 (UTC) Cc: 17453@debbugs.gnu.org, Stefan Monnier , emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 03 00:33:47 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZtObh-0003Ny-5q for ged-emacs-devel@m.gmane.org; Tue, 03 Nov 2015 00:33:45 +0100 Original-Received: from localhost ([::1]:44768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtObg-0007to-HY for ged-emacs-devel@m.gmane.org; Mon, 02 Nov 2015 18:33:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtObc-0007tj-W4 for emacs-devel@gnu.org; Mon, 02 Nov 2015 18:33:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtObZ-0006N4-NS for emacs-devel@gnu.org; Mon, 02 Nov 2015 18:33:40 -0500 Original-Received: from hapkido.dreamhost.com ([66.33.216.122]:57375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtObZ-0006Mx-HS for emacs-devel@gnu.org; Mon, 02 Nov 2015 18:33:37 -0500 Original-Received: from homiemail-a76.g.dreamhost.com (sub3.mail.dreamhost.com [69.163.253.7]) by hapkido.dreamhost.com (Postfix) with ESMTP id C89828C8AA for ; Mon, 2 Nov 2015 15:33:36 -0800 (PST) Original-Received: from homiemail-a76.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTP id 737D445807C; Mon, 2 Nov 2015 15:33:35 -0800 (PST) Original-Received: from localhost.linkov.net (62.65.227.66.cable.starman.ee [62.65.227.66]) (Authenticated sender: jurta@jurta.org) by homiemail-a76.g.dreamhost.com (Postfix) with ESMTPA id 4644F45807B; Mon, 2 Nov 2015 15:33:34 -0800 (PST) In-Reply-To: <20151102092853.GA11804@acm.fritz.box> (Alan Mackenzie's message of "Mon, 2 Nov 2015 09:28:53 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 66.33.216.122 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:193125 Archived-At: >> IIUC, lazy highlighting is not a problem anymore, .... > > It is. With Follow Mode enabled, lazy highlighting is only occurring i= n > the one window, not all of them. Perhaps you missed my patch in the previous message that will highlight matches in all windows after Artur will add a new option =E2=80=98all-windows=E2=80=99 to =E2=80=98isearch-lazy-highl= ight=E2=80=99 to lift the selected-window-only restriction from lazy overlays.