GNU bug report logs - #66411
sed --debug option prints the contents of the hold space after running the 'g' command

Previous Next

Package: sed;

Reported by: Zachary Santer <zsanter <at> gmail.com>

Date: Sun, 8 Oct 2023 19:27:03 UTC

Severity: normal

Full log


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

From: Davide Brini <dave_br <at> gmx.com>
To: bug-sed <at> gnu.org
Subject: Re: bug#66411: sed --debug option prints the contents of the hold
 space after running the 'g' command
Date: Sat, 14 Oct 2023 14:04:11 +0200
[Message part 1 (text/plain, inline)]
On Sun, 8 Oct 2023 12:30:57 -0400, Zachary Santer <zsanter <at> gmail.com> wrote:

> 'x' updates both pattern and hold spaces, and you get the contents of
> both in the debugging output. 'h' updates the hold space, and you get
> the contents of the hold space in the debugging output. 'g' updates
> the pattern space, and you get the contents of the hold space in the
> debugging output.

While personally for clearness I'd just always print both pattern and hold
space after every command, I think the attached patch would do what you want
(which seems more logical to me too).

--
D.
[debug_pattern.patch (text/x-patch, attachment)]

This bug report was last modified 1 year and 244 days ago.

Previous Next


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