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: [EXPERIMENTAL PATCH] Extending Isearch-repeat-forward/backward tosupport a prefix argument following suggesion by Juri Linkov Date: Fri, 27 Jan 2012 09:05:15 -0800 Message-ID: References: <87pqe5x6ju.fsf@mail.jurta.org> <87ty3h2uvp.fsf@mail.jurta.org> 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 1327683937 5476 80.91.229.12 (27 Jan 2012 17:05:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Jan 2012 17:05:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: "'Juri Linkov'" , "'Gideon Stupp'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 27 18:05:33 2012 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 1RqpEx-0005Tv-MF for ged-emacs-devel@m.gmane.org; Fri, 27 Jan 2012 18:05:31 +0100 Original-Received: from localhost ([::1]:57968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqpEx-0004is-43 for ged-emacs-devel@m.gmane.org; Fri, 27 Jan 2012 12:05:31 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:41545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqpEt-0004ic-Hx for emacs-devel@gnu.org; Fri, 27 Jan 2012 12:05:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqpEo-0002sv-Oh for emacs-devel@gnu.org; Fri, 27 Jan 2012 12:05:27 -0500 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:41959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqpEo-0002sp-Jw for emacs-devel@gnu.org; Fri, 27 Jan 2012 12:05:22 -0500 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id q0RH5Jdu017872 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 27 Jan 2012 17:05:20 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q0RH5JBU012708 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 Jan 2012 17:05:19 GMT Original-Received: from abhmt110.oracle.com (abhmt110.oracle.com [141.146.116.62]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q0RH5IfW016421; Fri, 27 Jan 2012 11:05:18 -0600 Original-Received: from dradamslap1 (/10.159.35.238) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 27 Jan 2012 09:05:18 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87ty3h2uvp.fsf@mail.jurta.org> Thread-Index: Aczc758DIhijKfUVSkqWbb/JsB/S1AAJdj8w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4F22D950.00D3,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:147986 Archived-At: > Adding a new count argument to `isearch-repeat-forward' is a pretty > unobtrusive change and is standard Emacs practice. Not really following this thread, so I don't have an opinion on the proposed change (not even sure what it is). I'd just point out that the use of a prefix arg for the count does change the current UI, where the prefix arg has a different meaning. (Not a big deal, IMO.)