From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Davi Leal Newsgroups: gmane.emacs.devel Subject: Re: IDE features: M-x find-grep Date: Mon, 28 Apr 2008 00:44:30 +0200 Message-ID: <200804280044.30975.davi@leals.com> References: <200804272236.28969.davi@leals.com> <87skx7gea3.fsf@kfs-lx.rd.rdm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1209336290 10088 80.91.229.12 (27 Apr 2008 22:44:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Apr 2008 22:44:50 +0000 (UTC) Cc: "Kim F. Storm" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 28 00:45:26 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JqFcb-0001Lm-A8 for ged-emacs-devel@m.gmane.org; Mon, 28 Apr 2008 00:45:25 +0200 Original-Received: from localhost ([127.0.0.1]:46471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqFbu-0008BQ-Q1 for ged-emacs-devel@m.gmane.org; Sun, 27 Apr 2008 18:44:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqFbp-0008BB-Oi for emacs-devel@gnu.org; Sun, 27 Apr 2008 18:44:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqFbo-0008Az-Cq for emacs-devel@gnu.org; Sun, 27 Apr 2008 18:44:36 -0400 Original-Received: from [199.232.76.173] (port=35558 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqFbo-0008Aw-8j for emacs-devel@gnu.org; Sun, 27 Apr 2008 18:44:36 -0400 Original-Received: from 57.red-88-2-100.staticip.rima-tde.net ([88.2.100.57] helo=mail.leals.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JqFbn-0001QN-PB for emacs-devel@gnu.org; Sun, 27 Apr 2008 18:44:36 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.leals.com (Postfix) with ESMTP id F09F3E30112; Mon, 28 Apr 2008 00:44:34 +0200 (CEST) Original-Received: from mail.leals.com ([127.0.0.1]) by localhost (AMD.leals.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h1-PIMQ6T7rY; Mon, 28 Apr 2008 00:44:34 +0200 (CEST) Original-Received: from amd.leals.com (AMD.leals.com [192.168.0.2]) by mail.leals.com (Postfix) with ESMTP id 76154E30111; Mon, 28 Apr 2008 00:44:34 +0200 (CEST) User-Agent: KMail/1.9.7 In-Reply-To: <87skx7gea3.fsf@kfs-lx.rd.rdm> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:96027 Archived-At: Kim F. Storm wrote: > > "find-grep" lists the matches too under the CVS, .svn, .git, ... > > directories. > > M-x rgrep doesn't... A more clever command! Thanks.