From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rami A Newsgroups: gmane.emacs.help Subject: Re: highlight regular expression in grep window Date: Sat, 8 Feb 2014 14:33:42 -0800 (PST) Message-ID: References: <84ab5187-0def-45b6-bdb2-87693a1d77e5@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1391898929 26809 80.91.229.3 (8 Feb 2014 22:35:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Feb 2014 22:35:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 08 23:35:36 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WCGUq-0005WP-AP for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Feb 2014 23:35:36 +0100 Original-Received: from localhost ([::1]:48232 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCGUp-0000IJ-U8 for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Feb 2014 17:35:35 -0500 X-Received: by 10.66.252.1 with SMTP id zo1mr1073494pac.40.1391898822670; Sat, 08 Feb 2014 14:33:42 -0800 (PST) X-Received: by 10.182.154.38 with SMTP id vl6mr1435obb.40.1391898822343; Sat, 08 Feb 2014 14:33:42 -0800 (PST) Original-Path: usenet.stanford.edu!c10no12438844igq.0!news-out.google.com!vg8ni20igb.0!nntp.google.com!c10no12438834igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <84ab5187-0def-45b6-bdb2-87693a1d77e5@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=148.87.19.206; posting-account=HZ4YzgoAAABkTSCruZ7Bs4hufjlOUmBF Original-NNTP-Posting-Host: 148.87.19.206 User-Agent: G2/1.0 Injection-Date: Sat, 08 Feb 2014 22:33:42 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:203723 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95993 Archived-At: Drew, I get this: grep -nH -e WARN *.* /dev/null grep: illegal option -- H grep: illegal option -- e Usage: grep -hblcnsviw pattern file . . . Is that because I am running under Solaris? Which doesn't recognize the --color option for grep command.