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

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

bug#2397: 23.0.90; grep no longer highlights the match


From: Juri Linkov
Subject: bug#2397: 23.0.90; grep no longer highlights the match
Date: Mon, 23 Feb 2009 00:52:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (x86_64-pc-linux-gnu)

> grep -nH -e echo $SHELL
> Binary file C:/cygwin/bin/bash.exe matches
>
> Looks like bash to me. And it's always acted like bash, AFAICT.

> That gives this:
>
> grep -nH -e echo $TERM
> grep: emacs-grep: No such file or directory

Actually I meant removing the default input (the "grep -nH -e" part)
completely, and replacing it with these commands.  So more precise
recipes are:

`M-x grep RET C-a C-k set RET'
`M-x grep RET C-a C-k echo $TERM RET'

But anyway I see that your $SHELL is "bash.exe" and $TERM is "emacs-grep".

Could you also try running grep from Bash (not from Emacs) with options
"--color=always" and "--color=auto" and see whether it outputs highlighting
sequences for both cases in a standalone shell?

-- 
Juri Linkov
http://www.jurta.org/emacs/






reply via email to

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