From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Re: regex search - easy keystroke for next? Date: Fri, 6 May 2011 07:08:48 +0200 Message-ID: References: <31533940.post@talk.nabble.com> <31534241.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304658561 16962 80.91.229.12 (6 May 2011 05:09:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 May 2011 05:09:21 +0000 (UTC) Cc: AngusC , Help-gnu-emacs@gnu.org To: Le Wang Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 06 07:09:15 2011 Return-path: Envelope-to: geh-help-gnu-emacs@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 1QIDHv-00020E-Eg for geh-help-gnu-emacs@m.gmane.org; Fri, 06 May 2011 07:09:15 +0200 Original-Received: from localhost ([::1]:38626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIDHu-0003pB-LF for geh-help-gnu-emacs@m.gmane.org; Fri, 06 May 2011 01:09:14 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:32908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIDHp-0003op-N5 for Help-gnu-emacs@gnu.org; Fri, 06 May 2011 01:09:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIDHo-0007Xi-RS for Help-gnu-emacs@gnu.org; Fri, 06 May 2011 01:09:09 -0400 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:36839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIDHo-0007XZ-P7 for Help-gnu-emacs@gnu.org; Fri, 06 May 2011 01:09:08 -0400 Original-Received: by vxk20 with SMTP id 20so4031520vxk.0 for ; Thu, 05 May 2011 22:09:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=mycLbOBmAo7zc787+FYW9huBCoh4vSCD/72wJ7Qy/9U=; b=Fo/M41gCA+awy9ZPuwqPJdOug8pvthH+Fqv27RYJ8jWBAcsGfkj1Gm9JDID9sLtGqU 6V+Ch+0a0amMEl12bPD+bxZ8x3odfsxLCWX6AgiE5oDQ619nnxauTYNYKQeQDDSJHLAL caMPqAbSZsq5vgsp6G2ymMDPva6uQKNHthz6I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=MoFggJSDw7JVehP/j2pzL+eH9jd1gMPDr+Zsn1mKS5s0ZSMUIXFJSzgnzTPsJXvu5D qFoiuzNL/CF4N8ugyrNkau3pb304b9JnJdeiLoSB/xCTSGBYuY01cbT1Y3Xgjo/lrGqT qr9owGoJG+FT5A0VI7w4cN8oxksaMNwAS0Sek= Original-Received: by 10.52.173.108 with SMTP id bj12mr1439258vdc.177.1304658548088; Thu, 05 May 2011 22:09:08 -0700 (PDT) Original-Received: by 10.52.159.70 with HTTP; Thu, 5 May 2011 22:08:48 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80940 Archived-At: 2011/5/6 Le Wang : > On Wed, May 4, 2011 at 12:42 AM, Deniz Dogan = wrote: >> Since I'm bored, I wrote something for you: >> >> (define-key isearch-mode-map (kbd "n") 'isearch-repeat-forward) >> (define-key isearch-mode-map (kbd "p") 'isearch-repeat-backward) > > This is a nice example of the power of Emacs. =A0However, the letters n > and p might be more useful to you in entering your search string. =A0:) > Yes, of course! :) But I gave the man what he asked for.