From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Damien Wyart Newsgroups: gmane.emacs.devel Subject: Re: isearch feature proposal Date: Thu, 9 Jan 2014 11:13:54 +0100 Message-ID: <20140109101354.GA18403@brouette> References: <87y52pzh6o.fsf@tao.kanis.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1389262446 12782 80.91.229.3 (9 Jan 2014 10:14:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jan 2014 10:14:06 +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 11:14:13 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 1W1Ccu-00073K-Fy for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 11:14:12 +0100 Original-Received: from localhost ([::1]:51030 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Ccu-0000Hg-1W for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 05:14:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Cck-000074-OS for emacs-devel@gnu.org; Thu, 09 Jan 2014 05:14:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1Ccf-0000Wd-Fv for emacs-devel@gnu.org; Thu, 09 Jan 2014 05:14:02 -0500 Original-Received: from smtp-104-thursday.noc.nerim.net ([178.132.17.104]:59838 helo=mallaury.nerim.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Ccf-0000WP-9k for emacs-devel@gnu.org; Thu, 09 Jan 2014 05:13:57 -0500 Original-Received: from brouette (damien.wyart.pck.nerim.net [213.41.244.197]) by mallaury.nerim.net (Postfix) with ESMTP id 59FAA153450; Thu, 9 Jan 2014 11:13:54 +0100 (CET) Original-Received: by brouette (Postfix, from userid 1000) id 886F338000C6; Thu, 9 Jan 2014 11:13:54 +0100 (CET) Content-Disposition: inline In-Reply-To: <87y52pzh6o.fsf@tao.kanis.fr> User-Agent: Mutt/1.5.22 (2013-10-16) X-detected-operating-system: by eggs.gnu.org: FreeBSD 8.x X-Received-From: 178.132.17.104 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:167879 Archived-At: * Ivan Kanis [2014-01-09 09:35]: > 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. > If I write it would it be acceptable for the next release? You can read a defadvice-based way of doing it here: http://stackoverflow.com/questions/285660/automatically-wrapping-i-search -- Damien Wyart