From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: grep-find-command - please include -name *.ext Date: Thu, 14 Dec 2006 23:28:51 +0200 Message-ID: References: <45817EAB.8010000@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1166131754 29449 80.91.229.10 (14 Dec 2006 21:29:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Dec 2006 21:29:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 14 22:29:12 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Guy8b-0002OY-9R for ged-emacs-devel@m.gmane.org; Thu, 14 Dec 2006 22:29:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Guy8a-0008Dr-J7 for ged-emacs-devel@m.gmane.org; Thu, 14 Dec 2006 16:29:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Guy8M-0008Ak-GC for emacs-devel@gnu.org; Thu, 14 Dec 2006 16:28:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Guy8K-00088U-OW for emacs-devel@gnu.org; Thu, 14 Dec 2006 16:28:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Guy8K-00088O-Dt for emacs-devel@gnu.org; Thu, 14 Dec 2006 16:28:52 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Guy8K-0001Vp-3R for emacs-devel@gnu.org; Thu, 14 Dec 2006 16:28:52 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-246-250.inter.net.il [83.130.246.250]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GNT96144 (AUTH halo1); Thu, 14 Dec 2006 23:28:47 +0200 (IST) Original-To: Lennart Borgman In-reply-to: <45817EAB.8010000@student.lu.se> (message from Lennart Borgman on Thu, 14 Dec 2006 17:41:15 +0100) 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:63743 Archived-At: > Date: Thu, 14 Dec 2006 17:41:15 +0100 > From: Lennart Borgman > > I think normally when a user wants to search just a certain types of > files. Would it not be good to include > > -name "*.ext" > > or > > -regex ".*\.ext" > > in the arguments to find in grep-find-command? PLEASE don't suggest new features until after the release.