Your message dated Mon, 5 Apr 2010 16:09:59 +1000
with message-id <[email protected]>
and subject line Re: grep: The bold "colour" is continuated after the matched 
string
has caused the Debian Bug report #447586,
regarding grep: The bold "colour" is continuated after the matched string
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
447586: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447586
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grep
Version: 2.5.3~dfsg-3
Severity: normal


I use this line in my .bashrc:
  export GREP_OPTIONS='--color=auto'

After the first matching string, that is bold red, the text is still bold, but 
in the normal colour.
For example, if Zongo is the matched string, here is what I see:
> grep Zongo truc.txt
rfgv eieq fvgb el[bold][red]Zongo[/red]kfbe rlvbel klefbv jklzqfj k levbqj
vkb f ezivugbtf gbzq fgv[/bold]
> 

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.16-2-686-smp (SMP w/1 CPU core)
Locale: lang=fr_fr.ut...@euro, lc_ctype=fr_fr.ut...@euro (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grep depends on:
ii  libc6                         2.6.1-1+b1 GNU C Library: Shared libraries

grep recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 2.5.3~dfsg-6

On Mon, Oct 22, 2007 at 02:05:28PM +0200, Nicolas Patrois wrote:
>Package: grep
>Version: 2.5.3~dfsg-3
>Severity: normal
>
>I use this line in my .bashrc:
>  export GREP_OPTIONS='--color=auto'
>
>After the first matching string, that is bold red, the text is still bold, but 
>in the normal colour.
>For example, if Zongo is the matched string, here is what I see:
>>grep Zongo truc.txt
>rfgv eieq fvgb el[bold][red]Zongo[/red]kfbe rlvbel klefbv jklzqfj k levbqj
>vkb f ezivugbtf gbzq fgv[/bold]
>>
>
>-- System Information:
>Debian Release: lenny/sid
>  APT prefers testing
>  APT policy: (500, 'testing')
>Architecture: i386 (i686)
>
>Kernel: Linux 2.6.16-2-686-smp (SMP w/1 CPU core)
>Locale: lang=fr_fr.ut...@euro, lc_ctype=fr_fr.ut...@euro (charmap=UTF-8)
>Shell: /bin/sh linked to /bin/bash
>
>Versions of packages grep depends on:
>ii  libc6                         2.6.1-1+b1 GNU C Library: Shared libraries
>
>grep recommends no packages.
>
>-- no debconf information

grep --version
GNU grep 2.5.3

echo rfgv eieq fvgb el Zongo kfbe rlvbel klefbv jklzqfj k levbqj |
GREP_OPTIONS='--color=auto' LANG=en_AU.UTF-8 LC_CTYPE=en_AU.UTF-8 grep Zongo
rfgv eieq fvgb el Zongo kfbe rlvbel klefbv jklzqfj k levbqj

In the line above _only_ the Zongo word is bold red.

I tested grep versions 2.5.3~dfsg-6, 2.5.4-4 and 2.6.3-1.


--- End Message ---

Reply via email to