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-allow-move [Was: isearch-allow-prefix] Date: Fri, 07 Jun 2013 10:07:23 +0300 Organization: JURTA Message-ID: <877gi6wfsj.fsf@mail.jurta.org> 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> <87li6n46rq.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370589880 15608 80.91.229.3 (7 Jun 2013 07:24:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Jun 2013 07:24:40 +0000 (UTC) Cc: Alan Mackenzie , Drew Adams , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 07 09:24:40 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 1Ukr2N-00020Y-5z for ged-emacs-devel@m.gmane.org; Fri, 07 Jun 2013 09:24:39 +0200 Original-Received: from localhost ([::1]:51827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukr2K-0005ov-94 for ged-emacs-devel@m.gmane.org; Fri, 07 Jun 2013 03:24:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukr2G-0005nu-O6 for emacs-devel@gnu.org; Fri, 07 Jun 2013 03:24:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ukr2F-0007xR-Ju for emacs-devel@gnu.org; Fri, 07 Jun 2013 03:24:32 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:56313 helo=ps18281.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukr2F-0007xL-EO for emacs-devel@gnu.org; Fri, 07 Jun 2013 03:24:31 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 035A9258B9E939; Fri, 7 Jun 2013 00:24:29 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Thu, 06 Jun 2013 12:39:05 -0400") 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.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:160188 Archived-At: >> such non-standard behavior, i.e. by replacing the sequence >> `C-s M-e C-f C-f C-f' with less surprising `M-s C-f C-f C-f M-e'. > > C-f exits isearch. I don't think we want to change this by default. I agree that C-f alone should exit isearch. > Maybe we could provide a "grab from buffer" key after which C-f grabs > the next char from the buffer rather than exiting, but otherwise, > I think this is a non-starter as far as default behavior goes. I'm carefully trying to preserve the current default behavior. That's why grabbing from the buffer should be started only with `M-s C-f'. However, for subsequent keys after `M-s C-f' maybe should be an option to choose between `M-s C-f M-s C-f M-s C-f' or a shorter sequence `M-s C-f C-f C-f'.