GNU bug report logs -
#57778
[PATCH] * doc/ref/sxml.texi (7.21.4 Transforming SXML): adds a mention to the module to be imported for the procedures introduced in this section of the documentation.
Previous Next
Reported by: Fulbert <fulbert <at> bluewin.ch>
Date: Tue, 13 Sep 2022 17:23:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
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 57778 in the body.
You can then email your comments to 57778 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#57778
; Package
guile
.
(Tue, 13 Sep 2022 17:23:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Fulbert <fulbert <at> bluewin.ch>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Tue, 13 Sep 2022 17:23:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Small change proposal in attached patch to give some direction on module
to use for functions discussed in the (7.21.4 Transforming SXML) section
of the documentation.
---
doc/ref/sxml.texi | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi
index 7e3ca65e3..622e93291 100644
--- a/doc/ref/sxml.texi
+++ b/doc/ref/sxml.texi
@@ -475,14 +475,14 @@ where
<handler> :: <trigger-symbol> x [<tree>] -> <new-tree>
@end smallexample
-The pre-post-order function visits the nodes and nodelists
-pre-post-order (depth-first). For each @code{<Node>} of the form
-@code{(@var{name} <Node> ...)}, it looks up an association with the
-given @var{name} among its @var{<bindings>}. If failed,
-@code{pre-post-order} tries to locate a @code{*default*} binding. It's
-an error if the latter attempt fails as well. Having found a binding,
-the @code{pre-post-order} function first checks to see if the binding is
-of the form
+The pre-post-order function, in (sxml transform) module, visits the
+nodes and nodelists pre-post-order (depth-first). For each
+@code{<Node>} of the form @code{(@var{name} <Node> ...)}, it looks up an
+association with the given @var{name} among its @var{<bindings>}. If
+failed, @code{pre-post-order} tries to locate a @code{*default*}
+binding. It's an error if the latter attempt fails as well. Having
+found a binding, the @code{pre-post-order} function first checks to see
+if the binding is of the form
@smallexample
(<trigger-symbol> *preorder* . <handler>)
--
2.37.3
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sat, 01 Oct 2022 13:50:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Fulbert <fulbert <at> bluewin.ch>
:
bug acknowledged by developer.
(Sat, 01 Oct 2022 13:50:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 57778-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Fulbert <fulbert <at> bluewin.ch> skribis:
> Small change proposal in attached patch to give some direction on module
> to use for functions discussed in the (7.21.4 Transforming SXML) section
> of the documentation.
A welcome improvement!
> +The pre-post-order function, in (sxml transform) module, visits the
^
I added a missing “the” and wrap the procedure name and module name in @code.
Applied, thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 30 Oct 2022 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.