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#11746: feature request: `isearch-query-replace' should open invisible text Date: Tue, 28 May 2013 02:04:50 +0300 Organization: JURTA Message-ID: <8761y410tk.fsf@mail.jurta.org> References: <87mx3z9od7.fsf@web.de> <87pq02btxv.fsf@mail.jurta.org> <87y5eq4pm1.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1369696090 3277 80.91.229.3 (27 May 2013 23:08:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 May 2013 23:08:10 +0000 (UTC) Cc: 11746-done@debbugs.gnu.org To: Michael Heerdegen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue May 28 01:08:07 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 1Uh6WN-0006bo-8I for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 May 2013 01:08:07 +0200 Original-Received: from localhost ([::1]:50173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uh6WM-0003Fd-E9 for geb-bug-gnu-emacs@m.gmane.org; Mon, 27 May 2013 19:08:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uh6WC-0003F6-PY for bug-gnu-emacs@gnu.org; Mon, 27 May 2013 19:08:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uh6W4-0006Yi-8P for bug-gnu-emacs@gnu.org; Mon, 27 May 2013 19:07:56 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uh6W4-0006Xn-35 for bug-gnu-emacs@gnu.org; Mon, 27 May 2013 19:07:48 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Uh6XG-00048r-Kb for bug-gnu-emacs@gnu.org; Mon, 27 May 2013 19:09:02 -0400 Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Mon, 27 May 2013 23:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 11746 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 11746@debbugs.gnu.org, juri@jurta.org, michael_heerdegen@web.de Original-Received: via spool by 11746-done@debbugs.gnu.org id=D11746.136969610815854 (code D ref 11746); Mon, 27 May 2013 23:09:02 +0000 Original-Received: (at 11746-done) by debbugs.gnu.org; 27 May 2013 23:08:28 +0000 Original-Received: from localhost ([127.0.0.1]:36896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uh6Wh-00047e-Gh for submit@debbugs.gnu.org; Mon, 27 May 2013 19:08:28 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:40111 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uh6Wf-00047V-EG for 11746-done@debbugs.gnu.org; Mon, 27 May 2013 19:08:25 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 3524F258B9E91C; Mon, 27 May 2013 16:07:09 -0700 (PDT) In-Reply-To: <87y5eq4pm1.fsf@web.de> (Michael Heerdegen's message of "Thu, 14 Feb 2013 21:17:26 +0100") 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:74607 Archived-At: >> > if you have `search-invisible' non-nil, isearch "opens" invisible >> > text. But when you hit M-% or C-M-% while searching, you loose this >> > ability: point will just be put inside invisible areas, and you don't >> > see what you're doing. >> >> The recent adaptation of isearch functions to `perform-replace' >> makes it easy to implement this now. > > This sounds great. Sorry for the delay, it required more testing with more fixes like adding `isearch-clean-overlays' to `replace-dehighlight', etc. This is installed now.