bug#37907: --no-ignore-case option

2019-11-06 Thread arnold
Paul Eggert wrote: > On 10/24/19 1:40 PM, arn...@skeeve.com wrote: > > > I chose '-g' since that letter was unused. It has no mnemonic value. > > Thanks for implementing that. Other grep-like programs tend to use -I > for this option, since it negates -i. Obviously we can't do that right > now

bug#37907: --no-ignore-case option

2019-11-05 Thread Paul Eggert
On 10/24/19 1:40 PM, arn...@skeeve.com wrote: I chose '-g' since that letter was unused. It has no mnemonic value. Thanks for implementing that. Other grep-like programs tend to use -I for this option, since it negates -i. Obviously we can't do that right now since -I means --binary-files=wi

bug#37907: --no-ignore-case option

2019-10-24 Thread arnold
Karl Berry wrote: > See the attached patch. Less than 10 minutes' work. :-) > > Thanks Arnold! You're welcome. > I chose '-g' since that letter was unused. It has no mnemonic value. > > If a one-letter option is going to be used (I thought that might be too > intrusive), I suggest -j,

bug#37907: --no-ignore-case option

2019-10-24 Thread Karl Berry
See the attached patch. Less than 10 minutes' work. :-) Thanks Arnold! Grep guys - I'm pretty sure I've signed papwerwork for grep. copyright.list confirms that you have :). I chose '-g' since that letter was unused. It has no mnemonic value. If a one-letter option is going to be

bug#37907: --no-ignore-case option

2019-10-24 Thread arnold
Hi Karl. See the attached patch. Less than 10 minutes' work. :-) Grep guys - I'm pretty sure I've signed papwerwork for grep. Feel free to incorporate this patch. I chose '-g' since that letter was unused. It has no mnemonic value. Thanks, Arnold Karl Berry wrote: > I suggest adding --no-i

bug#37907: --no-ignore-case option

2019-10-24 Thread Karl Berry
I suggest adding --no-ignore-case to clear the case-insensitivity -i search. I, and surely many others, have an alias or script that runs grep with -i by default, along with other options (since GREP_OPTIONS was killed). It would be highly convenient to be able to add --no-ignore-case on the fly to