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: Mon, 06 Apr 2009 18:20:01 +0200 (CEST) Message-ID: <20090406.182001.174368994.wl@gnu.org> References: <20090406.081123.144381775.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 1239034827 27333 80.91.229.12 (6 Apr 2009 16:20:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Apr 2009 16:20:27 +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 Mon Apr 06 18:21:45 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 1LqrZv-0001tr-2x for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2009 18:21:43 +0200 Original-Received: from localhost ([127.0.0.1]:44425 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqrYW-0005xj-Uh for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2009 12:20:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqrYT-0005xZ-1k for emacs-devel@gnu.org; Mon, 06 Apr 2009 12:20:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqrYO-0005uc-6S for emacs-devel@gnu.org; Mon, 06 Apr 2009 12:20:12 -0400 Original-Received: from [199.232.76.173] (port=45339 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqrYO-0005uT-00 for emacs-devel@gnu.org; Mon, 06 Apr 2009 12:20:08 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:40589) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LqrYN-00013h-EC for emacs-devel@gnu.org; Mon, 06 Apr 2009 12:20:07 -0400 Original-Received: (qmail invoked by alias); 06 Apr 2009 16:20:05 -0000 Original-Received: from 91-66-115-135-dynip.superkabel.de (EHLO localhost) [91.66.115.135] by mail.gmx.net (mp068) with SMTP; 06 Apr 2009 18:20:05 +0200 X-Authenticated: #54312696 X-Provags-ID: V01U2FsdGVkX1++sTxj2Pq+7XhNG1pU93wTwrmHeeNCjmDt/fS+7Z 9qZYq2SyeBotVG 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.75 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:110099 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? Werner