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: Tue, 3 May 2011 18:33:30 +0200 Message-ID: References: <31533940.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 1304440444 8539 80.91.229.12 (3 May 2011 16:34:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 May 2011 16:34:04 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org To: AngusC Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 03 18:34:00 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 1QHIXt-00075W-Dm for geh-help-gnu-emacs@m.gmane.org; Tue, 03 May 2011 18:33:57 +0200 Original-Received: from localhost ([::1]:52056 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHIXs-0007lK-OO for geh-help-gnu-emacs@m.gmane.org; Tue, 03 May 2011 12:33:56 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHIXo-0007lF-0R for Help-gnu-emacs@gnu.org; Tue, 03 May 2011 12:33:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHIXn-0005QH-9L for Help-gnu-emacs@gnu.org; Tue, 03 May 2011 12:33:51 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:52542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHIXn-0005Q6-5F for Help-gnu-emacs@gnu.org; Tue, 03 May 2011 12:33:51 -0400 Original-Received: by vws4 with SMTP id 4so267420vws.0 for ; Tue, 03 May 2011 09:33:50 -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=dIKMucdfR5JhoR0ADMzqRbjuPMzxcCPoqRDr5k8uQ5E=; b=MY24sTzsPIj5uCr8T+CbEf++qozhc/0LeZerb2pRdTHjbNLLFO7x13tl7qMJQbubHy +vjtQK3Pwuz9qf7yOojn/GQwE3l48K/egtpfoD0T1dO3+ALq84VgT00AVxAv7+PQEgGg jvVPVCntv2gkNkEZ1Kk+b45rcI240xfdvqcV4= 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=bSa48bW8Fi9UfRuKvq6xYM6FPHJGxShPxIxJv4c/1nMzpZhJqegeqPIx46G+L+e9CU svQ43XsDHmu9qbp03KAYjJjER2Kim3PtV6R17P8KV8PbjZn+nq7wfLgsiesUsLzfRAAK yN/NXCuD5FArpMQ2TVP+x+COEFxHaESjJ7pZQ= Original-Received: by 10.52.65.106 with SMTP id w10mr53512vds.137.1304440430233; Tue, 03 May 2011 09:33:50 -0700 (PDT) Original-Received: by 10.52.159.70 with HTTP; Tue, 3 May 2011 09:33:30 -0700 (PDT) In-Reply-To: <31533940.post@talk.nabble.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 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:80906 Archived-At: 2011/5/3 AngusC : > > Hello > > Am I correct in thinking that if you use a regex search ie C-M-s, if you = are > on first instance found, you have to type same keystroke AGAIN to get to > next instance? =A0But that is quite a keystroke. =A0Is there not a next k= ey? =A0n > or something similar? > > Couldn't find on internet search. =A0Let me know. > > Thanks. > > Angus > Actually, you can just use C-s and C-r to go to the next or previous match as long as you've used C-M-s the first time. If you want other keys than that you'd have to modify isearch-mode-map.