GNU bug report logs - #16707
grep-2.16.14 pot

Previous Next

Package: grep;

Reported by: Toomas Soome <tsoome <at> me.com>

Date: Mon, 10 Feb 2014 11:17:01 UTC

Severity: normal

Merged with 16719

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16707 in the body.
You can then email your comments to 16707 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-grep <at> gnu.org:
bug#16707; Package grep. (Mon, 10 Feb 2014 11:17:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Toomas Soome <tsoome <at> me.com>:
New bug report received and forwarded. Copy sent to bug-grep <at> gnu.org. (Mon, 10 Feb 2014 11:17:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Toomas Soome <tsoome <at> me.com>
To: bug-grep <at> gnu.org
Subject: grep-2.16.14 pot
Date: Mon, 10 Feb 2014 11:56:56 +0200
[Message part 1 (text/plain, inline)]
hi,

the pot file has buggy entry (missing \ from last n):

#: src/main.c:1567
#, c-format
msgid ""
"\n"
"Miscellaneous:\n"
"  -s, --no-messages         suppress error messages\n"
"  -v, --invert-match        select non-matching lines\n"
"  -V, --version             print version information and exit\n"
"      --help                display this help and exit\n"
"n"
msgstr ""


rgds,
toomas
[Message part 2 (text/html, inline)]

Information forwarded to bug-grep <at> gnu.org:
bug#16707; Package grep. (Mon, 10 Feb 2014 20:59:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Benno Schulenberg <bensberg <at> justemail.net>
To: bug-grep <at> gnu.org
Subject: bug#16707: [patch] fix erroneous line ending
Date: Mon, 10 Feb 2014 21:58:30 +0100
[Message part 1 (text/plain, inline)]
Hi,

[A follow-up to Toomas' report, but from the mailing list archives
there is no link back to the (presumably existing) bug database,
so I have no idea where to find it.]

Attached patch does the s/n/\\n/.  And takes the opportunity
to make two other small changes to the text.

Regards,

Benno

-- 
http://www.fastmail.fm - Email service worth paying for. Try it for free

[0001-help-fix-a-line-ending-and-use-the-same-word-for-sim.patch (text/x-patch, attachment)]

Reply sent to Jim Meyering <jim <at> meyering.net>:
You have taken responsibility. (Tue, 11 Feb 2014 05:46:02 GMT) Full text and rfc822 format available.

Notification sent to Toomas Soome <tsoome <at> me.com>:
bug acknowledged by developer. (Tue, 11 Feb 2014 05:46:02 GMT) Full text and rfc822 format available.

Message #13 received at 16707-done <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: Benno Schulenberg <bensberg <at> justemail.net>
Cc: 16707-done <at> debbugs.gnu.org
Subject: Re: bug#16707: [patch] fix erroneous line ending
Date: Mon, 10 Feb 2014 21:45:04 -0800
On Mon, Feb 10, 2014 at 12:58 PM, Benno Schulenberg
<bensberg <at> justemail.net> wrote:
> [A follow-up to Toomas' report, but from the mailing list archives
> there is no link back to the (presumably existing) bug database,
> so I have no idea where to find it.]
>
> Attached patch does the s/n/\\n/.  And takes the opportunity
> to make two other small changes to the text.

Thank you both.  I have applied and pushed that patch, verbatim.




Information forwarded to bug-grep <at> gnu.org:
bug#16707; Package grep. (Tue, 11 Feb 2014 11:56:02 GMT) Full text and rfc822 format available.

Message #16 received at 16707-done <at> debbugs.gnu.org (full text, mbox):

From: Benno Schulenberg <bensberg <at> justemail.net>
To: Jim Meyering <jim <at> meyering.net>
Cc: 16707-done <at> debbugs.gnu.org
Subject: Re: bug#16707: [patch] fix erroneous line ending
Date: Tue, 11 Feb 2014 12:55:52 +0100
[Message part 1 (text/plain, inline)]
On Tue, Feb 11, 2014, at 6:45, Jim Meyering wrote:
> On Mon, Feb 10, 2014 at 12:58 PM, Benno Schulenberg
> <bensberg <at> justemail.net> wrote:
> > Attached patch does the s/n/\\n/.  And takes the opportunity
> > to make two other small changes to the text.
> 
> Thank you both.  I have applied and pushed that patch, verbatim.

Ay... made a mistake in a trivial patch: it should have been a 's/n//'.
Now there are two blank lines before "Output control:".  :|

Patch fixes this.

Benno



-- 
http://www.fastmail.fm - Does exactly what it says on the tin

[0001-help-remove-surplus-newline.patch (text/x-patch, attachment)]

Forcibly Merged 16707 16719. Request was from Eric Blake <eblake <at> redhat.com> to control <at> debbugs.gnu.org. (Tue, 11 Feb 2014 18:38:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-grep <at> gnu.org:
bug#16707; Package grep. (Tue, 11 Feb 2014 23:18:02 GMT) Full text and rfc822 format available.

Message #21 received at 16707-done <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: Benno Schulenberg <bensberg <at> justemail.net>
Cc: 16707-done <at> debbugs.gnu.org
Subject: Re: bug#16707: [patch] fix erroneous line ending
Date: Tue, 11 Feb 2014 15:17:18 -0800
On Tue, Feb 11, 2014 at 3:55 AM, Benno Schulenberg
<bensberg <at> justemail.net> wrote:
>
> On Tue, Feb 11, 2014, at 6:45, Jim Meyering wrote:
>> On Mon, Feb 10, 2014 at 12:58 PM, Benno Schulenberg
>> <bensberg <at> justemail.net> wrote:
>> > Attached patch does the s/n/\\n/.  And takes the opportunity
>> > to make two other small changes to the text.
>>
>> Thank you both.  I have applied and pushed that patch, verbatim.
>
> Ay... made a mistake in a trivial patch: it should have been a 's/n//'.
> Now there are two blank lines before "Output control:".  :|
>
> Patch fixes this.

Applied, with tweaked ChangeLog.
Thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 12 Mar 2014 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 163 days ago.

Previous Next


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