From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: hiding lines Date: Tue, 07 Apr 2009 07:26:49 +0200 (CEST) Message-ID: <20090407.072649.229128626.wl@gnu.org> References: <20090406.182001.174368994.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1239082040 25233 80.91.229.12 (7 Apr 2009 05:27:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Apr 2009 05:27:20 +0000 (UTC) Cc: acm@muc.de, emacs-devel@gnu.org To: monnier@iro.umontreal.ca Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 07 07:28:38 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lr3rP-0007P2-Uf for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2009 07:28:36 +0200 Original-Received: from localhost ([127.0.0.1]:49324 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lr3q1-00040B-Nm for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2009 01:27:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lr3pt-0003zA-6m for emacs-devel@gnu.org; Tue, 07 Apr 2009 01:27:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lr3pn-0003wC-N2 for emacs-devel@gnu.org; Tue, 07 Apr 2009 01:26:59 -0400 Original-Received: from [199.232.76.173] (port=41333 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lr3pn-0003w2-Dk for emacs-devel@gnu.org; Tue, 07 Apr 2009 01:26:55 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:42114) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Lr3pm-00085m-Oc for emacs-devel@gnu.org; Tue, 07 Apr 2009 01:26:55 -0400 Original-Received: (qmail invoked by alias); 07 Apr 2009 05:26:53 -0000 Original-Received: from 91-66-115-135-dynip.superkabel.de (EHLO localhost) [91.66.115.135] by mail.gmx.net (mp006) with SMTP; 07 Apr 2009 07:26:53 +0200 X-Authenticated: #54312696 X-Provags-ID: V01U2FsdGVkX1913CByYLx1gAUrvilbf/dijgLY8MutTKLR//u1GU gjG3qAKnEn1b2/ In-Reply-To: X-Mailer: Mew version 6.2.50 on Emacs 22.3.1 / Mule 5.0 (SAKAKI) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.71 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110111 Archived-At: >>>> I would like to make all lines invisable *and* intangible which >>>> don't contain a `='. Otherwise interactive search-and-replace >>>> would try to modify invisible text. At least this is my >>>> conclusion of your explanations. >>> >>> No, the conclusion of my explanations is that search&replace need >>> to be changed to ignore (or reveal) invisible text, like isearch >>> does. >> >> And what do you advise me to do? How can I do what I want without >> setting the `intangible' property? > > Send a patch ;-) In other words, with current code I have to use `intangible', right? Werner