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: Questions about isearch Date: Fri, 27 Nov 2015 02:43:54 +0200 Organization: LINKOV.NET Message-ID: <87k2p45k3p.fsf@mail.linkov.net> References: <83lh9lx6oi.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1448586452 3325 80.91.229.3 (27 Nov 2015 01:07:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Nov 2015 01:07:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 27 02:07:21 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 1a27VQ-00043C-BH for ged-emacs-devel@m.gmane.org; Fri, 27 Nov 2015 02:07:20 +0100 Original-Received: from localhost ([::1]:53765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a27VS-00058y-Oo for ged-emacs-devel@m.gmane.org; Thu, 26 Nov 2015 20:07:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a27VO-000582-US for emacs-devel@gnu.org; Thu, 26 Nov 2015 20:07:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a27VO-0004bY-2S for emacs-devel@gnu.org; Thu, 26 Nov 2015 20:07:18 -0500 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:44643 helo=homiemail-a23.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a27VI-0004at-E7; Thu, 26 Nov 2015 20:07:12 -0500 Original-Received: from homiemail-a23.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a23.g.dreamhost.com (Postfix) with ESMTP id 748964B006D; Thu, 26 Nov 2015 17:07:10 -0800 (PST) Original-Received: from localhost.linkov.net (m212-53-115-218.cust.tele2.ee [212.53.115.218]) (Authenticated sender: jurta@jurta.org) by homiemail-a23.g.dreamhost.com (Postfix) with ESMTPA id 8CCAC4B0062; Thu, 26 Nov 2015 17:07:09 -0800 (PST) In-Reply-To: <83lh9lx6oi.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 25 Nov 2015 20:41:49 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 69.163.253.7 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:195329 Archived-At: > 3. With the default value t of isearch-hide-immediately, one match in > invisible text is not hidden, and remains on display. To repro: > > emacs -Q > C-x C-f etc/NEWS RET > C-c C-q > C-s require C-s > > This leaves the match and its surrounding hidden text on screen. I > can understand the rationale, but the doc string doesn't say anything > about this feature. On the contrary, it says: > > Whatever the value, all opened invisible text is hidden again after > exiting the search. ^^^ I see no answers to your 3rd question, so I wanted to clarify whether this is something new or can you reproduce the same in older versions?