X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Date: Mon, 23 Nov 2009 10:00:04 -0800 From: Gary Johnson To: cygwin AT cygwin DOT com Subject: Re: grep --color=auto with -i option disables the matching text color Message-ID: <20091123180004.GA2220@KCJs-Computer> Mail-Followup-To: cygwin AT cygwin DOT com References: <6dbd17a60911230751o68e4c6e6p47c9cc76c010be2b AT mail DOT gmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 2009-11-23, Morten Kjærulff wrote: > On Mon, Nov 23, 2009 at 4:51 PM, Alan Fay wrote: > > Howdy! > > > > I was trying to enable colors on the matching text for grep, and can't > > get the formatting to work with the matching text. > > > > # Partial contents of .zshenv > > export GREP_OPTIONS="--color=auto" > > export GREP_COLORS='mt=1;34' > > > > # Problem command, no matching text (mt) appearing bold/blue, run in a > > C# solution: > > $ grep -R -n -i -e "functionFoo\(" --include=*.cs --exclude-dir=Logs * > > > > # Command that works and highlights matching text, note that -i option disabled > > $ grep -R -n -e "functionFoo\(" --include=*.cs --exclude-dir=Logs * > > > > My superuser inquiry: > > http://superuser.com/questions/73261/grep-colorauto-with-i-option-disables-the-matching-text-color-why > > > > This problem was found with the following program/platform versions: > > > > $ uname -a > > CYGWIN_NT-6.0-WOW64 *** 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin > > > > $ grep --version > > GNU grep 2.5.3 > > > > $ zsh --version > > zsh 4.3.9 (i686-pc-cygwin) > > > > Windows Vista Business > > Service Pack 2 > > > > Feel free to email me with anything that's missing.  I'm not sure if > > this is a bug with Cygwin on Vista or perhaps grep.  I didn't find > > much past the man pages on google with respect to grep colorization > > (on any platform). > could be the same as "my" problem: > http://cygwin.com/ml/cygwin/2009-10/msg00548.html This appears to be a grep problem and not a Cygwin problem as it fails for me using grep 2.5.4 on a Red Hat Linux system: Matches are not colored if the -i option is used and the pattern contains any upper-case letters. You might check the grep project page at http://www.gnu.org/software/grep/. I didn't see it among the reported bugs. If you don't see it there, either, go ahead and report it. Regards, Gary -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple