* bug#28835: guild help refers to non-existing info node
@ 2017-10-14 15:39 Maxim Cournoyer
2017-10-14 16:21 ` bug#28835: [PATCH] " Maxim Cournoyer
0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2017-10-14 15:39 UTC (permalink / raw)
To: 28835
While attempting to learn what I could do with guild, I stumbled on the following:
guild help
Usage: guild COMMAND [ARGS]
Run command-line scripts provided by GNU Guile and related programs.
[...]
Report guild bugs to bug-guile@gnu.org
GNU Guile home page: <http://www.gnu.org/software/guile/>
General help using GNU software: <http://www.gnu.org/gethelp/>
For complete documentation, run: info guile 'Using Guile Tools'
Running 'info guile 'Using Guile Tools' brings us to the top of the
Guile Reference Manual with the following warning in the mini-buffer:
--8<---------------cut here---------------start------------->8---
No menu item 'Using Guile Tools' in node '(guile.info.gz)Top'.
--8<---------------cut here---------------end--------------->8---
Maxim
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#28835: [PATCH] Re: bug#28835: guild help refers to non-existing info node
2017-10-14 15:39 bug#28835: guild help refers to non-existing info node Maxim Cournoyer
@ 2017-10-14 16:21 ` Maxim Cournoyer
2017-11-22 15:22 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2017-10-14 16:21 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: 28835
[-- Attachment #1: Type: text/plain, Size: 917 bytes --]
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> While attempting to learn what I could do with guild, I stumbled on the following:
>
> guild help
> Usage: guild COMMAND [ARGS]
> Run command-line scripts provided by GNU Guile and related programs.
>
> [...]
>
> Report guild bugs to bug-guile@gnu.org
> GNU Guile home page: <http://www.gnu.org/software/guile/>
> General help using GNU software: <http://www.gnu.org/gethelp/>
> For complete documentation, run: info guile 'Using Guile Tools'
>
> Running 'info guile 'Using Guile Tools' brings us to the top of the
> Guile Reference Manual with the following warning in the mini-buffer:
>
> No menu item 'Using Guile Tools' in node '(guile.info.gz)Top'.
>
Apparently, there *is* a node 'Using Guile Tools', but its reference
in the help should read as
info '(guile)Using Guile Tools'
instead of
info guile 'Using Guile Tools'
Patch attached.
Maxim
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-scripts-help-Fix-reference-to-the-Using-Guile-Tools-.patch --]
[-- Type: text/x-patch, Size: 1025 bytes --]
From b5613324a15a3f9b64d32d30cd58ba5bea688016 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Sat, 14 Oct 2017 12:16:54 -0400
Subject: [PATCH] scripts: help: Fix reference to the "Using Guile Tools" node.
Fixes bug#28835.
* module/scripts/help.scm (list-commands): Fix reference to the "Using
Guile Tools" node.
---
module/scripts/help.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/module/scripts/help.scm b/module/scripts/help.scm
index 4e0f47c32..34400db3a 100644
--- a/module/scripts/help.scm
+++ b/module/scripts/help.scm
@@ -115,7 +115,7 @@ For help on a specific command, try \"guild help COMMAND\".
Report guild bugs to ~a
GNU Guile home page: <http://www.gnu.org/software/guile/>
General help using GNU software: <http://www.gnu.org/gethelp/>
-For complete documentation, run: info guile 'Using Guile Tools'
+For complete documentation, run: info '(guile)Using Guile Tools'
" %guile-bug-report-address))
(define (module-commentary mod)
--
2.14.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#28835: [PATCH] Re: bug#28835: guild help refers to non-existing info node
2017-10-14 16:21 ` bug#28835: [PATCH] " Maxim Cournoyer
@ 2017-11-22 15:22 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-11-22 15:22 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: 28835-done
Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
>>From b5613324a15a3f9b64d32d30cd58ba5bea688016 Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
> Date: Sat, 14 Oct 2017 12:16:54 -0400
> Subject: [PATCH] scripts: help: Fix reference to the "Using Guile Tools" node.
>
> Fixes bug#28835.
>
> * module/scripts/help.scm (list-commands): Fix reference to the "Using
> Guile Tools" node.
Applied, thank you Maxim!
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-11-22 15:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-14 15:39 bug#28835: guild help refers to non-existing info node Maxim Cournoyer
2017-10-14 16:21 ` bug#28835: [PATCH] " Maxim Cournoyer
2017-11-22 15:22 ` Ludovic Courtès
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).