From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Why not a grep-find-simple? Date: Sun, 20 Aug 2006 03:15:22 +0200 Message-ID: <44E7B7AA.1000007@student.lu.se> References: <44E5DB9F.6050105@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1156036564 12144 80.91.229.2 (20 Aug 2006 01:16:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Aug 2006 01:16:04 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 20 03:16:02 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GEbuy-0001Nl-Ql for ged-emacs-devel@m.gmane.org; Sun, 20 Aug 2006 03:16:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GEbux-0004Pk-Vu for ged-emacs-devel@m.gmane.org; Sat, 19 Aug 2006 21:16:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GEbud-0004O7-LA for emacs-devel@gnu.org; Sat, 19 Aug 2006 21:15:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GEbuc-0004NZ-6V for emacs-devel@gnu.org; Sat, 19 Aug 2006 21:15:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GEbuc-0004NT-0l for emacs-devel@gnu.org; Sat, 19 Aug 2006 21:15:38 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GEc1f-0007qi-53 for emacs-devel@gnu.org; Sat, 19 Aug 2006 21:22:55 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.075) id 44A135F100AFCDB8; Sun, 20 Aug 2006 03:15:26 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) Original-To: "Kim F. Storm" In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:58531 Archived-At: Kim F. Storm wrote: > Lennart Borgman writes: > > >> I think it would be good to have a more easy to use version of >> grep-find' that asks for the most common parameters. I would suggest: >> >> - Directory >> - File name pattern >> - Grep pattern >> > > Like M-x rgrep ? > > (and look at M-x lgrep too) > Ah! Very nice! I looked for them but did not remember the discussion exactly and could not find them. I thought I had misunderstood. I think "(info) Searching with Grep under Emacs" could be enhanced a bit to point out that rgrep and lgrep are simplified UI:s. The reference to find-grep should be removed I think. Maybe just add something like `rgrep' is a simplified UI to `grep-find'. in the listing in the beginning of the node?