From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: [EXPERIMENTAL PATCH] Extending Isearch-repeat-forward/backward to support a prefix argument following suggesion by Juri Linkov Date: Tue, 31 Jan 2012 22:18:21 +0200 Organization: JURTA Message-ID: <87y5snws5s.fsf@mail.jurta.org> References: <87pqe5x6ju.fsf@mail.jurta.org> <87ty3h2uvp.fsf@mail.jurta.org> <87r4yiav0w.fsf@mail.jurta.org> <87wr88lt1i.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328041492 26340 80.91.229.3 (31 Jan 2012 20:24:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2012 20:24:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Gideon Stupp Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 31 21:24:48 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RsKFy-0001dL-Bp for ged-emacs-devel@m.gmane.org; Tue, 31 Jan 2012 21:24:46 +0100 Original-Received: from localhost ([::1]:53368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsKFx-0005U9-KQ for ged-emacs-devel@m.gmane.org; Tue, 31 Jan 2012 15:24:45 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:41082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsKFq-0005U3-Ry for emacs-devel@gnu.org; Tue, 31 Jan 2012 15:24:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsKFl-0000Gl-CA for emacs-devel@gnu.org; Tue, 31 Jan 2012 15:24:38 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:58163 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsKFl-0000Gh-84 for emacs-devel@gnu.org; Tue, 31 Jan 2012 15:24:33 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 4B342451C7C7; Tue, 31 Jan 2012 12:23:14 -0800 (PST) In-Reply-To: (Gideon Stupp's message of "Tue, 31 Jan 2012 13:52:58 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 69.163.218.105 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148072 Archived-At: > Please see attached patch. Note that I decided to stop the repeated > search at wraparound and any other case where the search fails (eq > isearch-sucess nil). I think you are right that repeated Isearch should stop at wraparound and other search errors. Thanks.