From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: 28835@debbugs.gnu.org
Subject: bug#28835: [PATCH] Re: bug#28835: guild help refers to non-existing info node
Date: Sat, 14 Oct 2017 12:21:48 -0400 [thread overview]
Message-ID: <87k1zxog2r.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <87mv4toi14.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me> (Maxim Cournoyer's message of "Sat, 14 Oct 2017 11:39:35 -0400")
[-- 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
next prev parent reply other threads:[~2017-10-14 16:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-14 15:39 bug#28835: guild help refers to non-existing info node Maxim Cournoyer
2017-10-14 16:21 ` Maxim Cournoyer [this message]
2017-11-22 15:22 ` bug#28835: [PATCH] " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k1zxog2r.fsf@apteryx.i-did-not-set--mail-host-address--so-tickle-me \
--to=maxim.cournoyer@gmail.com \
--cc=28835@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).