From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: hiding lines Date: Mon, 06 Apr 2009 20:50:26 -0400 Message-ID: References: <20090406.081123.144381775.wl@gnu.org> <20090406.182001.174368994.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239065449 25927 80.91.229.12 (7 Apr 2009 00:50:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Apr 2009 00:50:49 +0000 (UTC) Cc: acm@muc.de, emacs-devel@gnu.org To: Werner LEMBERG Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 07 02:52:08 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 1LqzXr-0005QY-Kb for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2009 02:52:07 +0200 Original-Received: from localhost ([127.0.0.1]:52170 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqzWT-0007TR-Gp for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2009 20:50:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqzWO-0007ST-EC for emacs-devel@gnu.org; Mon, 06 Apr 2009 20:50:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqzWJ-0007Qq-5p for emacs-devel@gnu.org; Mon, 06 Apr 2009 20:50:35 -0400 Original-Received: from [199.232.76.173] (port=45677 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqzWJ-0007Qn-0m for emacs-devel@gnu.org; Mon, 06 Apr 2009 20:50:31 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:36496 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LqzWG-0001cG-5X; Mon, 06 Apr 2009 20:50:28 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiYFAJFA2klMCqib/2dsb2JhbACBUslhhA8GhQk X-IronPort-AV: E=Sophos;i="4.39,333,1235970000"; d="scan'208";a="36630096" Original-Received: from 76-10-168-155.dsl.teksavvy.com (HELO pastel.home) ([76.10.168.155]) by ironport2-out.teksavvy.com with ESMTP; 06 Apr 2009 20:50:26 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 182A080A8; Mon, 6 Apr 2009 20:50:26 -0400 (EDT) In-Reply-To: <20090406.182001.174368994.wl@gnu.org> (Werner LEMBERG's message of "Mon, 06 Apr 2009 18:20:01 +0200 (CEST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) 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:110105 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 ;-) Stefan