From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Changes to emacs/lisp/progmodes/grep.el Date: Mon, 28 Jun 2004 20:00:58 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <7494-Mon28Jun2004200058+0300-eliz@gnu.org> References: <87isdgnzzi.fsf@mail.jurta.org> <20040625220304.0f1fd05a@pfdabpc.inhouse.start.de> <20040627123340.5d3354cd@pfdabpc.inhouse.start.de> <20040628104013.5b4eb37e@pfdabpc.inhouse.start.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1088442379 20405 80.91.224.253 (28 Jun 2004 17:06:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Jun 2004 17:06:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jun 28 19:06:06 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Beza1-0000Sp-00 for ; Mon, 28 Jun 2004 19:06:05 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Beza1-0008Su-00 for ; Mon, 28 Jun 2004 19:06:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bezbd-00023H-OY for emacs-devel@quimby.gnus.org; Mon, 28 Jun 2004 13:07:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BezbY-00021b-UJ for emacs-devel@gnu.org; Mon, 28 Jun 2004 13:07:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BezbX-000211-A8 for emacs-devel@gnu.org; Mon, 28 Jun 2004 13:07:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BezbX-00020k-53 for emacs-devel@gnu.org; Mon, 28 Jun 2004 13:07:39 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BezZm-0005IE-RX for emacs-devel@gnu.org; Mon, 28 Jun 2004 13:05:51 -0400 Original-Received: from zaretski (pns03-209-77.inter.net.il [80.230.209.77]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DLN87405; Mon, 28 Jun 2004 20:05:14 +0300 (IDT) Original-To: Daniel Pfeiffer X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20040628104013.5b4eb37e@pfdabpc.inhouse.start.de> (dapfy@t-online.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25295 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25295 > Date: Mon, 28 Jun 2004 10:40:13 +0200 > From: dapfy@t-online.de (Daniel Pfeiffer) > > What GNU grep doesn't have (but could learn) is predefined file > sets, like everything that smells of a C/C++ source. > > What GNU grep will hardly learn is deciding file treatment besed on content > (other than binary) or doing something with the content, like ignoring certain > parts (e.g. comments). When I need that, I use ID-Utils (and the small Emacs package that comes with it), not Grep. Isn't "M-x gid" from that package what you want?