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 09:10:00 -0400 Message-ID: References: <20090403122603.GA3082@muc.de> <20090406.081123.144381775.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 1239023465 17827 80.91.229.12 (6 Apr 2009 13:11:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Apr 2009 13:11:05 +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 Mon Apr 06 15:12:23 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 1LqocZ-0001Tm-Ip for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2009 15:12:15 +0200 Original-Received: from localhost ([127.0.0.1]:59583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqobB-00033T-Br for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2009 09:10:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqoaX-0002tT-8c for emacs-devel@gnu.org; Mon, 06 Apr 2009 09:10:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqoaS-0002nb-GS for emacs-devel@gnu.org; Mon, 06 Apr 2009 09:10:08 -0400 Original-Received: from [199.232.76.173] (port=48286 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqoaS-0002nK-BX for emacs-devel@gnu.org; Mon, 06 Apr 2009 09:10:04 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:31584 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LqoaQ-000276-LK; Mon, 06 Apr 2009 09:10:02 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoYFAH+c2UlMCqib/2dsb2JhbACBUsgehA8GhQk X-IronPort-AV: E=Sophos;i="4.39,330,1235970000"; d="scan'208";a="36589182" 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 09:10:01 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E883980A8; Mon, 6 Apr 2009 09:10:00 -0400 (EDT) In-Reply-To: <20090406.081123.144381775.wl@gnu.org> (Werner LEMBERG's message of "Mon, 06 Apr 2009 08:11:23 +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:110093 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. Stefan