From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: LENNART BORGMAN Newsgroups: gmane.emacs.devel Subject: Re: Why should interactive search results raise errors? Date: Thu, 04 May 2006 11:21:33 +0200 Message-ID: <495b4749a99f.49a99f495b47@net.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1146735182 26519 80.91.229.2 (4 May 2006 09:33:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 May 2006 09:33:02 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 04 11:32:59 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FbaCP-00045y-Su for ged-emacs-devel@m.gmane.org; Thu, 04 May 2006 11:32:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FbaCP-00047Z-Cn for ged-emacs-devel@m.gmane.org; Thu, 04 May 2006 05:32:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FbaCB-00044G-8h for emacs-devel@gnu.org; Thu, 04 May 2006 05:32:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FbaC9-00041L-Im for emacs-devel@gnu.org; Thu, 04 May 2006 05:32:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FbaC9-00040v-D9 for emacs-devel@gnu.org; Thu, 04 May 2006 05:32:25 -0400 Original-Received: from [130.235.208.46] (helo=piraten.student.lu.se) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FbaCi-0007fW-Vf for emacs-devel@gnu.org; Thu, 04 May 2006 05:33:01 -0400 Original-Received: from net.lu.se (localhost [127.0.0.1]) by piraten.student.lu.se (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0IYQ00FBPHZXKD@piraten.student.lu.se> for emacs-devel@gnu.org; Thu, 04 May 2006 11:21:33 +0200 (MEST) Original-Received: from [212.209.42.132] by piraten.student.lu.se (mshttpd); Thu, 04 May 2006 11:21:33 +0200 Original-To: storm@cua.dk (Kim F. Storm) X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.14 (built Mar 18 2003) Content-language: sv Content-disposition: inline X-Accept-Language: sv Priority: normal 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:53884 Archived-At: From: storm@cua.dk (Kim F. Storm) > Lennart Borgman writes: > > > Some interactive search functions raise errors when no hit is > > found. It is quite annoyning if you have set debug-on-error to > t. Is > > there any reason why this functions raises errors in this cases? Can > > that be used for anything? > > If you include the search in a keyboard macro, it will terminate the > macro if you repeat it "forever". > > Perhaps it should only signal an error if executed from a kbd macro? A good idea in my opinion.