From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: `isearch-allow-scroll' - a misnomer and a bad design Date: Tue, 13 Sep 2011 17:41:17 -0700 Message-ID: References: <20110909215255.GD2733@acm.acm> <7002A9DA9A804F0B9F6F251FD3A2B263@us.oracle.com> <20110911103940.GA3246@acm.acm> <3C4B7E318EB04AE4B7DB9FD0E4C67629@us.oracle.com> <20110911173012.GA3088@acm.acm> <20110912093651.GA3249@acm.acm> <20110913142732.GB3081@acm.acm> <7E2EE144B11D413583E1E659CDE15186@us.oracle.com> <8739g0vyuy.fsf@mail.jurta.org> <4E6FF63A.4070604@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1315960899 3504 80.91.229.12 (14 Sep 2011 00:41:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Sep 2011 00:41:39 +0000 (UTC) Cc: 'Alan Mackenzie' , rms@gnu.org, emacs-devel@gnu.org To: "'Daniel Colascione'" , "'Juri Linkov'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 14 02:41:34 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R3dXi-0001x4-H5 for ged-emacs-devel@m.gmane.org; Wed, 14 Sep 2011 02:41:34 +0200 Original-Received: from localhost ([::1]:38738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3dXi-0006pw-0L for ged-emacs-devel@m.gmane.org; Tue, 13 Sep 2011 20:41:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3dXf-0006pV-IW for emacs-devel@gnu.org; Tue, 13 Sep 2011 20:41:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3dXe-0007qs-3f for emacs-devel@gnu.org; Tue, 13 Sep 2011 20:41:31 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:39800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3dXd-0007q9-Tm; Tue, 13 Sep 2011 20:41:30 -0400 Original-Received: from rtcsinet22.oracle.com (rtcsinet22.oracle.com [66.248.204.30]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p8E0fPTo021078 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 14 Sep 2011 00:41:27 GMT Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by rtcsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p8E0fNUD028818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 14 Sep 2011 00:41:24 GMT Original-Received: from abhmt112.oracle.com (abhmt112.oracle.com [141.146.116.64]) by acsmt358.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p8E0fINV004171; Tue, 13 Sep 2011 19:41:18 -0500 Original-Received: from dradamslap1 (/10.159.52.70) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 13 Sep 2011 17:41:17 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4E6FF63A.4070604@gmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 Thread-Index: AcxydeLguL3dXzgPTQGRjvKAsRXofAAAQFfA X-Source-IP: rtcsinet22.oracle.com [66.248.204.30] X-CT-RefId: str=0001.0A090209.4E6FF837.0156,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 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:144005 Archived-At: > Also, there are plenty of ways to exit isearch other than C-u. I can't > remember ever using C-u to exit isearch, in fact, and if the prefix > argument is still applied to any command that _does_ exit > isearch, Yes, it is. > I see no problem changing the default behavior. Good to hear.