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 01:01:27 +0200 Message-ID: References: <9ed8d2c9-e755-4c7c-9176-e5e97769c0d2@w34g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1237676620 20839 80.91.229.12 (21 Mar 2009 23:03:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Mar 2009 23:03:40 +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 00:04:58 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 1LlAFN-0003Tx-Ib for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Mar 2009 00:04:57 +0100 Original-Received: from localhost ([127.0.0.1]:36631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlAE1-0004TL-3s for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Mar 2009 19:03:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LlAC1-0003uC-3b for help-gnu-emacs@gnu.org; Sat, 21 Mar 2009 19:01:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LlAC0-0003ti-6S for help-gnu-emacs@gnu.org; Sat, 21 Mar 2009 19:01:28 -0400 Original-Received: from [199.232.76.173] (port=34586 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LlABz-0003tb-VL for help-gnu-emacs@gnu.org; Sat, 21 Mar 2009 19:01:27 -0400 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:50778) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LlABz-0004CX-E8 for help-gnu-emacs@gnu.org; Sat, 21 Mar 2009 19:01:27 -0400 Original-Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KGV00L00P46JA00@i-mtaout1.012.net.il> for help-gnu-emacs@gnu.org; Sun, 22 Mar 2009 01:01:26 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGV00305PADDSD0@i-mtaout1.012.net.il> for help-gnu-emacs@gnu.org; Sun, 22 Mar 2009 01:01:26 +0200 (IST) In-reply-to: <9ed8d2c9-e755-4c7c-9176-e5e97769c0d2@w34g2000yqm.googlegroups.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:63186 Archived-At: > From: geoff.bache@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=' -- > color=always' The current development sources change that to --color=auto.