From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: isearch-allow-move [Was: isearch-allow-prefix] Date: Thu, 06 Jun 2013 08:45:29 -0400 Message-ID: References: <87txlts7so.fsf@mail.jurta.org> <20130524093858.GA2754@acm.acm> <87hahstd47.fsf@mail.jurta.org> <20130525200103.GA3451@acm.acm> <878v32aj3c.fsf@mail.jurta.org> <20130602210512.GC2765@acm.acm> <87sj0xn484.fsf@mail.jurta.org> <20130604212400.GB2492@acm.acm> <87d2s1otjb.fsf@mail.jurta.org> <20130605210241.GA3730@acm.acm> <8761xr93h5.fsf_-_@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370522752 10310 80.91.229.3 (6 Jun 2013 12:45:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Jun 2013 12:45:52 +0000 (UTC) Cc: Alan Mackenzie , Drew Adams , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 06 14:45:51 2013 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 1UkZZf-0005FR-N9 for ged-emacs-devel@m.gmane.org; Thu, 06 Jun 2013 14:45:51 +0200 Original-Received: from localhost ([::1]:38778 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkZZf-0003o4-DI for ged-emacs-devel@m.gmane.org; Thu, 06 Jun 2013 08:45:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkZZS-0003nT-5d for emacs-devel@gnu.org; Thu, 06 Jun 2013 08:45:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkZZL-0000HS-JO for emacs-devel@gnu.org; Thu, 06 Jun 2013 08:45:38 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:55737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkZZL-0000H3-F8 for emacs-devel@gnu.org; Thu, 06 Jun 2013 08:45:31 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFpYtM/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOSWpIggV6DEw X-IPAS-Result: Av4EABK/CFFFpYtM/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOSWpIggV6DEw X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="15764674" Original-Received: from 69-165-139-76.dsl.teksavvy.com (HELO pastel.home) ([69.165.139.76]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 06 Jun 2013 08:45:25 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id EA006678A9; Thu, 6 Jun 2013 08:45:29 -0400 (EDT) In-Reply-To: <8761xr93h5.fsf_-_@mail.jurta.org> (Juri Linkov's message of "Thu, 06 Jun 2013 09:07:34 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 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:160162 Archived-At: > So typing `C-f' will pull the next char from the buffer and add it > to the search string, `M-f' - next word, `C-M-f' - next expression, > `M-}' - next paragraph, `C-e' - next line, and so on. > Definitely `isearch-allow-move' should be nil by default, I think it's fine if some people want such a feature, but I don't think it belongs in isearch.el. OTOH it's perfectly OK to add hooks or do some changes in order to make it possible to implement such a feature cleanly outside of isearch.el. Stefan