GNU bug report logs - #62052
_N_GNU_nonoption_argv_flags_ is no longer supported

Previous Next

Package: grep;

Reported by: Emanuele Torre <torreemanuele6 <at> gmail.com>

Date: Wed, 8 Mar 2023 15:39:01 UTC

Severity: normal

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jim Meyering <jim <at> meyering.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62052: closed (_N_GNU_nonoption_argv_flags_ is no longer
 supported)
Date: Thu, 09 Mar 2023 14:41:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 9 Mar 2023 06:39:47 -0800
with message-id <CA+8g5KHXQEHMzvSLsBYSTNK0LpYHzzLkVTgXrerqm5_ZWi6sww <at> mail.gmail.com>
and subject line Re: bug#62052: _N_GNU_nonoption_argv_flags_ is no longer supported
has caused the debbugs.gnu.org bug report #62052,
regarding _N_GNU_nonoption_argv_flags_ is no longer supported
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62052: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62052
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Emanuele Torre <torreemanuele6 <at> gmail.com>
To: bug-grep <at> gnu.org
Subject: _N_GNU_nonoption_argv_flags_ is no longer supported
Date: Tue, 7 Mar 2023 17:40:59 +0100
Hello.

I have noticed the _N_GNU_nonoption_argv_flags_ (where N is the pid of
grep) environment variable mentioned in the documentation. I tried to
play with it, but it does not seem to work:

 bash-5.1$ (declare -x _"$BASHPID"_GNU_nonoption_argv_flags_=1111111
 > exec grep -e)
 grep: option requires an argument -- 'e'
 Usage: grep [OPTION]... PATTERNS [FILE]...
 Try 'grep --help' for more information.

I have checked gnulib's changelog and it looks like support for it has
been removed in 2017, and before that it has not been enabled by default
since 2001. (and, as far as I can tell, GNU grep never explicitly
enabled it.)

Furthermore, this environment variable used to be set this environment
variable automatically by bash up to version 2.0, but since version 2.01
(released in 1997) bash has stopped using it.

I think, at this point, it would be best to not mention that environment
variable in the documentation; it has not been used or even supported
for a long time so it is just confusing.

Bye. :)
 emanuele6


[Message part 3 (message/rfc822, inline)]
From: Jim Meyering <jim <at> meyering.net>
To: Emanuele Torre <torreemanuele6 <at> gmail.com>
Cc: 62052-done <at> debbugs.gnu.org
Subject: Re: bug#62052: _N_GNU_nonoption_argv_flags_ is no longer supported
Date: Thu, 9 Mar 2023 06:39:47 -0800
[Message part 4 (text/plain, inline)]
On Wed, Mar 8, 2023 at 7:39 AM Emanuele Torre <torreemanuele6 <at> gmail.com> wrote:
> I have noticed the _N_GNU_nonoption_argv_flags_ (where N is the pid of
> grep) environment variable mentioned in the documentation. I tried to
> play with it, but it does not seem to work:
>
>  bash-5.1$ (declare -x _"$BASHPID"_GNU_nonoption_argv_flags_=1111111
>  > exec grep -e)
>  grep: option requires an argument -- 'e'
>  Usage: grep [OPTION]... PATTERNS [FILE]...
>  Try 'grep --help' for more information.
>
> I have checked gnulib's changelog and it looks like support for it has
> been removed in 2017, and before that it has not been enabled by default
> since 2001. (and, as far as I can tell, GNU grep never explicitly
> enabled it.)
>
> Furthermore, this environment variable used to be set this environment
> variable automatically by bash up to version 2.0, but since version 2.01
> (released in 1997) bash has stopped using it.
>
> I think, at this point, it would be best to not mention that environment
> variable in the documentation; it has not been used or even supported
> for a long time so it is just confusing.

Thank you for noticing and reporting that.
Done with the attached.
[grep-_N_GNU_nonoption_argv_flags_.patch (application/octet-stream, attachment)]

This bug report was last modified 2 years and 126 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.