From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: how to control isearch for invisible text Date: Sun, 13 Aug 2006 13:52:59 -0400 Message-ID: References: <854pwh3y55.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1155491625 22487 80.91.229.2 (13 Aug 2006 17:53:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Aug 2006 17:53:45 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 13 19:53:44 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GCK9f-0002nl-9f for ged-emacs-devel@m.gmane.org; Sun, 13 Aug 2006 19:53:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCK9e-0007Qu-Rt for ged-emacs-devel@m.gmane.org; Sun, 13 Aug 2006 13:53:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GCK8z-00077Z-Jf for emacs-devel@gnu.org; Sun, 13 Aug 2006 13:53:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GCK8z-00077B-2w for emacs-devel@gnu.org; Sun, 13 Aug 2006 13:53:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCK8y-000778-TU for emacs-devel@gnu.org; Sun, 13 Aug 2006 13:53:00 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GCKEc-0000pa-5y for emacs-devel@gnu.org; Sun, 13 Aug 2006 13:58:50 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GCK8x-000128-Sc; Sun, 13 Aug 2006 13:52:59 -0400 Original-To: drew.adams@oracle.com, David Kastrup In-reply-to: <854pwh3y55.fsf@lola.goethe.zz> (message from David Kastrup on Sun, 13 Aug 2006 09:14:46 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:58359 Archived-At: > I think `occur' always makes things visible because it copies text > and overlays are not copied along, so the invisibility gets lost. I > do think query-replace should be improved to open invisible text > just like isearch does. I agree that query-replace should show invisible text when a match occurs inside it. Would someone like to implement that? What is `preview-open-overlays'? It is not part of Emacs.