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: isearch feature proposal Date: Thu, 09 Jan 2014 10:40:28 +0200 Organization: JURTA Message-ID: <87vbxto8fb.fsf@mail.jurta.org> References: <87y52pzh6o.fsf@tao.kanis.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1389258285 29825 80.91.229.3 (9 Jan 2014 09:04:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jan 2014 09:04:45 +0000 (UTC) Cc: Emacs Development List To: Ivan Kanis Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 09 10:04:51 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W1BXm-0005oI-Ab for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 10:04:50 +0100 Original-Received: from localhost ([::1]:50767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1BXl-0004Je-QE for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 04:04:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1BXc-0004Bq-F6 for emacs-devel@gnu.org; Thu, 09 Jan 2014 04:04:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1BXW-00055r-FL for emacs-devel@gnu.org; Thu, 09 Jan 2014 04:04:40 -0500 Original-Received: from [69.163.184.122] (port=47091 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1BXW-00055l-9n for emacs-devel@gnu.org; Thu, 09 Jan 2014 04:04:34 -0500 Original-Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.184.122]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 7BFF3301C28B2F; Thu, 9 Jan 2014 00:42:19 -0800 (PST) In-Reply-To: <87y52pzh6o.fsf@tao.kanis.fr> (Ivan Kanis's message of "Thu, 09 Jan 2014 09:35:11 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.184.122 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:167876 Archived-At: > I would like isearch to wrap without failing. This would save one > keystroke (C-s). Looking at the code it would take a bit of hacking. You could see how it's possible to wrap without failing in =E2=80=98multi-isearch-pause=E2=80=99.