From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Weird stuff printed out by emacs rgrep Date: Sun, 22 Mar 2009 21:08:37 +0200 Message-ID: References: <9ed8d2c9-e755-4c7c-9176-e5e97769c0d2@w34g2000yqm.googlegroups.com> <12c10335-0402-4b94-bc5e-2268c1824c35@h20g2000yqj.googlegroups.com> 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 1237749039 13512 80.91.229.12 (22 Mar 2009 19:10:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Mar 2009 19:10:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 22 20:11:57 2009 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 1LlT5P-00033j-94 for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Mar 2009 20:11:55 +0100 Original-Received: from localhost ([127.0.0.1]:45281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlT42-0001V2-F3 for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Mar 2009 15:10:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LlT3i-0001TU-CL for help-gnu-emacs@gnu.org; Sun, 22 Mar 2009 15:10:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LlT3e-0001Mi-TV for help-gnu-emacs@gnu.org; Sun, 22 Mar 2009 15:10:09 -0400 Original-Received: from [199.232.76.173] (port=34696 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlT3e-0001MO-P1 for help-gnu-emacs@gnu.org; Sun, 22 Mar 2009 15:10:06 -0400 Original-Received: from mtaout7.012.net.il ([84.95.2.19]:14293) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LlT3e-0006gS-B8 for help-gnu-emacs@gnu.org; Sun, 22 Mar 2009 15:10:06 -0400 Original-Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KGX000008TY1K00@i-mtaout7.012.net.il> for help-gnu-emacs@gnu.org; Sun, 22 Mar 2009 21:08:43 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGX000Y296CKAX0@i-mtaout7.012.net.il> for help-gnu-emacs@gnu.org; Sun, 22 Mar 2009 21:08:42 +0200 (IST) In-reply-to: <12c10335-0402-4b94-bc5e-2268c1824c35@h20g2000yqj.googlegroups.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) 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:63198 Archived-At: > From: geoff.bache@gmail.com > Date: Sun, 22 Mar 2009 11:23:00 -0700 (PDT) >=20 > On Mar 22, 12:01=A0am, Eli Zaretskii wrote: > > > From: geoff.ba...@gmail.com > > > Date: Sat, 21 Mar 2009 14:02:47 -0700 (PDT) > > > > > Emacs starts /bin/tcsh -c find ... | xargs grep ... > > > Crucially, it sets the environment variable GREP_OPTIONS=3D' -- > > > color=3Dalways' > > > > The current development sources change that to --color=3Dauto. >=20 > Great, that would also fix my problem. >=20 > Do you know if this fix is present in any stable releases of emacs = 22 > yet? No, it was done only recently, in preparation for Emacs 23. But you can, of course, make the change in grep.el yourself, then recompile it, and be done.