From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christiano Farina Haesbaert Newsgroups: gmane.emacs.help Subject: Re: How to mark and search text in less keystrokes ? Date: Thu, 2 Oct 2008 07:57:15 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: 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: ger.gmane.org 1222962063 25044 80.91.229.12 (2 Oct 2008 15:41:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2008 15:41:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 02 17:42:02 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KlQJS-0005kz-1u for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Oct 2008 17:41:58 +0200 Original-Received: from localhost ([127.0.0.1]:52795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KlQIO-0003Tg-Sn for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Oct 2008 11:40:52 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!transit3.readnews.com!news-out.readnews.com!transit4.readnews.com!postnews.google.com!64g2000hsu.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 201.21.216.91 Original-X-Trace: posting.google.com 1222959436 9422 127.0.0.1 (2 Oct 2008 14:57:16 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 2 Oct 2008 14:57:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 64g2000hsu.googlegroups.com; posting-host=201.21.216.91; posting-account=H8WgEAoAAAAmhM7sj9Nt0gGBBvhOiOHG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3, gzip(gfe), gzip(gfe) X-HTTP-Via: 1.1 stargate.datacom:3128 (squid/2.6.STABLE5) Original-Xref: news.stanford.edu gnu.emacs.help:162954 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:58298 Archived-At: On Oct 2, 11:28=A0am, "Lennart Borgman (gmail)" wrote: > Start with > > =A0 C-s C-w > > and then to move use > > =A0 C-s > > To go back use C-g Thanks a lot Lennart and Mathias, that was exactly what I wanted. > Have you tested lgrep and rgrep in Emacs? > Not yet, I was using normal grep in emacs, I will take a look into it.