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

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

Re: Examining the output of a shell command?


From: Raffaele Ricciardi
Subject: Re: Examining the output of a shell command?
Date: Mon, 29 Jun 2015 17:56:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1

On 29/06/15 16:51, Eli Zaretskii wrote:
      #!/bin/bash

      export GREP_COLORS="mt=01;31:fn=:ln=:bn=:se=:sl=:cx=:ne"
      export GREP_OPTIONS="--color=auto"
                                     ^^^^
Did you try with --color=always?

This.  Thank you.

And yet, in my tests, apparently Emacs was calling `grep` with "--color=auto" instead. But maybe I was missing some other settings.
Never mind.


reply via email to

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