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: search w.r.t. intangible/invisible data Date: Tue, 19 May 2009 08:01:15 +0200 (CEST) Message-ID: <20090519.080115.142883648.wl@gnu.org> References: <20090515.082548.43431044.wl@gnu.org> <87fxf5q4a3.fsf@mail.jurta.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 1242720242 12504 80.91.229.12 (19 May 2009 08:04:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 May 2009 08:04:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: juri@jurta.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 19 10:03:54 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 1M6KIk-0001RD-8e for ged-emacs-devel@m.gmane.org; Tue, 19 May 2009 10:03:54 +0200 Original-Received: from localhost ([127.0.0.1]:47601 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6KIj-0004uj-S5 for ged-emacs-devel@m.gmane.org; Tue, 19 May 2009 04:03:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6KGF-0003K0-AA for emacs-devel@gnu.org; Tue, 19 May 2009 04:01:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6KGA-0003HN-DG for emacs-devel@gnu.org; Tue, 19 May 2009 04:01:18 -0400 Original-Received: from [199.232.76.173] (port=48951 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6KG9-0003H8-SQ for emacs-devel@gnu.org; Tue, 19 May 2009 04:01:13 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:51108) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1M6KG8-0006Qs-TT for emacs-devel@gnu.org; Tue, 19 May 2009 04:01:13 -0400 Original-Received: (qmail invoked by alias); 19 May 2009 07:01:11 -0000 Original-Received: from 88-134-56-17-dynip.superkabel.de (EHLO localhost) [88.134.56.17] by mail.gmx.net (mp006) with SMTP; 19 May 2009 09:01:11 +0200 X-Authenticated: #54312696 X-Provags-ID: V01U2FsdGVkX19cb4cIwp9cjzzghZoCMfTT4DrG7j6yLuxoKe88ms tB/L4gDLxJOm7z In-Reply-To: <87fxf5q4a3.fsf@mail.jurta.org> X-Mailer: Mew version 6.2.51 on Emacs 23.0.93.1 / Mule 6.0 (HANACHIRUSATO) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.72 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:110980 Archived-At: [Emacs CVS 2009-05-13] >> Doing a search with isearch for something which is within an >> intangible and invisible region doesn't succeed, which is correct. >> However, if there is no other match, it doesn't emit a message in >> that case which is a bit surprising. I can imagine that isearch >> still returns the >> >> Failing I-search: ... >> >> message. > > Could you please provide a complete step-by-step test case > (preferably with report-emacs-bug if it's a real bug). I can't > reproduce it with all tests I tried. My bad. I haven't waited long enough to get the message. Sorry for the noise. Werner