From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: isearch feature proposal Date: Thu, 09 Jan 2014 11:33:50 +0100 Message-ID: <871u0h30mp.fsf@gnu.org> References: <87y52pzh6o.fsf@tao.kanis.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1389263649 27243 80.91.229.3 (9 Jan 2014 10:34:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jan 2014 10:34:09 +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:34:14 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 1W1CwH-0006MY-OS for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 11:34:13 +0100 Original-Received: from localhost ([::1]:51078 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1CwH-00050D-Bp for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 05:34:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Cw8-000501-4D for emacs-devel@gnu.org; Thu, 09 Jan 2014 05:34:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1Cw2-0007If-AT for emacs-devel@gnu.org; Thu, 09 Jan 2014 05:34:04 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:57207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Cw2-0007IS-4k for emacs-devel@gnu.org; Thu, 09 Jan 2014 05:33:58 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 192B01A822C; Thu, 9 Jan 2014 11:33:57 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EBZFya-_Ygb0; Thu, 9 Jan 2014 11:33:56 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad-t61 (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 7CB771A800D; Thu, 9 Jan 2014 11:33:55 +0100 (CET) Mail-Followup-To: Ivan Kanis , Emacs Development List 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.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 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:167880 Archived-At: Ivan Kanis writes: Hi Ivan, > I would like isearch to wrap without failing. This would save one > keystroke (C-s). I sometimes use isearch to check occurences of the symbol at point only before/after my current position, e.g., to see if my function is not used before being declared after having moved it. That wouldn't work if isearch would silently wrap around. So that feature should be optional or/and somehow indicate strongly that it has wrapped around. But I don't think that saving one C-s/C-r is such a big improvement. Your fingers are on that key anyway. Bye, Tassilo