From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Questions about isearch Date: Sat, 28 Nov 2015 10:09:48 +0200 Message-ID: <83egfar1df.fsf@gnu.org> References: <83lh9lx6oi.fsf@gnu.org> <87k2p45k3p.fsf@mail.linkov.net> <83bnafuape.fsf@gnu.org> <8737vrgh57.fsf@mail.linkov.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1448698225 3144 80.91.229.3 (28 Nov 2015 08:10:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Nov 2015 08:10:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 28 09:10:14 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 1a2aaE-0006Il-2q for ged-emacs-devel@m.gmane.org; Sat, 28 Nov 2015 09:10:14 +0100 Original-Received: from localhost ([::1]:59922 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2aaH-0001TB-87 for ged-emacs-devel@m.gmane.org; Sat, 28 Nov 2015 03:10:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2aa5-0001Rw-FQ for emacs-devel@gnu.org; Sat, 28 Nov 2015 03:10:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2aa1-00041z-G7 for emacs-devel@gnu.org; Sat, 28 Nov 2015 03:10:05 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:39844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2aa1-00041t-86 for emacs-devel@gnu.org; Sat, 28 Nov 2015 03:10:01 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NYI00L00MLX4500@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sat, 28 Nov 2015 10:10:00 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NYI00L2BMON4D00@a-mtaout22.012.net.il>; Sat, 28 Nov 2015 10:10:00 +0200 (IST) In-reply-to: <8737vrgh57.fsf@mail.linkov.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:195436 Archived-At: > From: Juri Linkov > Cc: emacs-devel@gnu.org > Date: Sat, 28 Nov 2015 01:24:36 +0200 > > I believe this is the intended behavior since the comment of > isearch-clean-overlays says this explicitly: > > ;; This is called when exiting isearch. It closes the temporary > ;; opened overlays, except the ones that contain the latest match. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Thanks, this means the changes I did in the documentation are TRT.