bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6208: 23.2; [M-x grep] match no longer coloured by default


From: Trent W. Buck
Subject: bug#6208: 23.2; [M-x grep] match no longer coloured by default
Date: Thu, 20 May 2010 18:38:27 +1000
User-agent: Mutt/1.5.20 (2009-06-14)

Juri Linkov wrote:
>>>>     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.

I have the same data

    Grep started at Thu May 20 18:32:06
    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

but I don't have an "emacs-grep" terminfo entry.

    $ tput -Temacs-grep longname
    tput: unknown terminal "emacs-grep"

Huh.  OK, this is strange.  I just tried to reproduce the problem
again, and I can't -- matches are highlighted correctly now.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]