From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#6208: 23.2; [M-x grep] match no longer coloured by default Date: Thu, 20 May 2010 00:17:45 +0300 Organization: JURTA Message-ID: <87vdajd1ke.fsf@mail.jurta.org> References: <877hn1fo81.fsf@gmail.com> <87d3ws25o7.fsf@mail.jurta.org> <20100519014403.GA29031@dali> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1274306507 9350 80.91.229.12 (19 May 2010 22:01:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 May 2010 22:01:47 +0000 (UTC) Cc: 6208@debbugs.gnu.org To: "Trent W. Buck" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu May 20 00:01:45 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OErKh-0006OL-SW for geb-bug-gnu-emacs@m.gmane.org; Thu, 20 May 2010 00:01:44 +0200 Original-Received: from localhost ([127.0.0.1]:33582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OErKh-0008If-GW for geb-bug-gnu-emacs@m.gmane.org; Wed, 19 May 2010 18:01:43 -0400 Original-Received: from [140.186.70.92] (port=50156 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OErG7-0003vF-Hv for bug-gnu-emacs@gnu.org; Wed, 19 May 2010 17:57:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OErG5-0002y5-BC for bug-gnu-emacs@gnu.org; Wed, 19 May 2010 17:56:58 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42470) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OErG5-0002xz-7L for bug-gnu-emacs@gnu.org; Wed, 19 May 2010 17:56:57 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OEqr0-0006U5-L8; Wed, 19 May 2010 17:31:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 19 May 2010 21:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6208 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6208-submit@debbugs.gnu.org id=B6208.127430460624915 (code B ref 6208); Wed, 19 May 2010 21:31:02 +0000 Original-Received: (at 6208) by debbugs.gnu.org; 19 May 2010 21:30:06 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEqq5-0006To-76 for submit@debbugs.gnu.org; Wed, 19 May 2010 17:30:05 -0400 Original-Received: from smtp-out2.starman.ee ([85.253.0.4] helo=mx2.starman.ee) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEqq2-0006TA-IN for 6208@debbugs.gnu.org; Wed, 19 May 2010 17:30:03 -0400 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (82.131.95.74.cable.starman.ee [82.131.95.74]) by mx2.starman.ee (Postfix) with ESMTP id 19D283F413E; Thu, 20 May 2010 00:29:54 +0300 (EEST) In-Reply-To: <20100519014403.GA29031@dali> (Trent W. Buck's message of "Wed, 19 May 2010 11:44:06 +1000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 19 May 2010 17:31:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:37054 Archived-At: >> > grep -nHr . -e LH_INITRAMFS --color >> > ./binary_manifest:45:case "${LH_INITRAMFS}" in >> > [...] >> > >> > The LH_INITRAMFS on the fifth line has a blue background (the "match" >> > face) iff I add --color. In 23.1 I didn't need to supply --color. >> >> Please check the value of `grep-highlight-matches'. Is it nil? > > It is "auto". That's the correct value. Could you please now run `set' as a grep command, i.e.: M-x grep RET C-a C-k set RET and send all lines that match "grep" (e.g. by using `M-x occur RET grep' on the output buffer). For instance, I have the following grep-related environment variables in the output buffer: GREP_COLOR='01;31' GREP_COLORS='mt=01;31:fn=:ln=:bn=:se=:ml=:cx=:ne' GREP_OPTIONS='--color=auto --color=auto' TERM=emacs-grep with whose I get the correct match highlighting running GNU grep 2.6.3. -- Juri Linkov http://www.jurta.org/emacs/