GNU bug report logs - #25530
[PATCH] Fix typo in site packages documentation

Previous Next

Package: guile;

Reported by: Georgi Kirilov <kirilov.georgi.s <at> gmail.com>

Date: Wed, 25 Jan 2017 14:05:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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 25530 in the body.
You can then email your comments to 25530 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-guile <at> gnu.org:
bug#25530; Package guile. (Wed, 25 Jan 2017 14:05:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Georgi Kirilov <kirilov.georgi.s <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Wed, 25 Jan 2017 14:05:01 GMT) Full text and rfc822 format available.

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

From: Georgi Kirilov <kirilov.georgi.s <at> gmail.com>
To: bug-guile <at> gnu.org
Cc: Georgi Kirilov <kirilov.georgi.s <at> gmail.com>
Subject: [PATCH] Fix typo in site packages documentation
Date: Wed, 25 Jan 2017 16:04:10 +0200
* doc/ref/scheme-using.texi (Installing Site Packages): Fix typo
---
 doc/ref/scheme-using.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi
index b7efcb4a9..b1f0bafe3 100644
--- a/doc/ref/scheme-using.texi
+++ b/doc/ref/scheme-using.texi
@@ -793,7 +793,7 @@ packages will be
 
 Note that a @code{.go} file will only be loaded in preference to a
 @code{.scm} file if it is newer.  For that reason, you should install
-your Scheme files first, and your compiled files second.  @code{Load
+your Scheme files first, and your compiled files second.  See @xref{Load
 Paths}, for more on the loading process.
 
 Finally, although this section is only about Scheme, sometimes you need
-- 
2.11.0





Information forwarded to bug-guile <at> gnu.org:
bug#25530; Package guile. (Wed, 25 Jan 2017 18:18:01 GMT) Full text and rfc822 format available.

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

From: Alex Kost <alezost <at> gmail.com>
To: Georgi Kirilov <kirilov.georgi.s <at> gmail.com>
Cc: 25530 <at> debbugs.gnu.org
Subject: Re: bug#25530: [PATCH] Fix typo in site packages documentation
Date: Wed, 25 Jan 2017 21:16:56 +0300
Georgi Kirilov (2017-01-25 16:04 +0200) wrote:

> * doc/ref/scheme-using.texi (Installing Site Packages): Fix typo
> ---
>  doc/ref/scheme-using.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi
> index b7efcb4a9..b1f0bafe3 100644
> --- a/doc/ref/scheme-using.texi
> +++ b/doc/ref/scheme-using.texi
> @@ -793,7 +793,7 @@ packages will be
>  
>  Note that a @code{.go} file will only be loaded in preference to a
>  @code{.scm} file if it is newer.  For that reason, you should install
> -your Scheme files first, and your compiled files second.  @code{Load
> +your Scheme files first, and your compiled files second.  See @xref{Load
                                                             ^^^
There shouldn't be "See" there, as @xref produces "See" by itself.

>  Paths}, for more on the loading process.
>  
>  Finally, although this section is only about Scheme, sometimes you need

-- 
Alex




Information forwarded to bug-guile <at> gnu.org:
bug#25530; Package guile. (Wed, 25 Jan 2017 18:22:01 GMT) Full text and rfc822 format available.

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

From: Georgi Kirilov <kirilov.georgi.s <at> gmail.com>
To: 25530 <at> debbugs.gnu.org
Cc: Georgi Kirilov <kirilov.georgi.s <at> gmail.com>
Subject: [PATCH] Fix typo in site packages documentation
Date: Wed, 25 Jan 2017 20:21:29 +0200
* doc/ref/scheme-using.texi (Installing Site Packages): Fix typo
---
 doc/ref/scheme-using.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi
index b7efcb4a9..ac265fcca 100644
--- a/doc/ref/scheme-using.texi
+++ b/doc/ref/scheme-using.texi
@@ -793,7 +793,7 @@ packages will be
 
 Note that a @code{.go} file will only be loaded in preference to a
 @code{.scm} file if it is newer.  For that reason, you should install
-your Scheme files first, and your compiled files second.  @code{Load
+your Scheme files first, and your compiled files second.  @xref{Load
 Paths}, for more on the loading process.
 
 Finally, although this section is only about Scheme, sometimes you need
-- 
2.11.0





Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Sun, 12 Feb 2017 21:07:01 GMT) Full text and rfc822 format available.

Notification sent to Georgi Kirilov <kirilov.georgi.s <at> gmail.com>:
bug acknowledged by developer. (Sun, 12 Feb 2017 21:07:01 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Georgi Kirilov <kirilov.georgi.s <at> gmail.com>
Cc: 25530-done <at> debbugs.gnu.org
Subject: Re: bug#25530: [PATCH] Fix typo in site packages documentation
Date: Sun, 12 Feb 2017 22:06:11 +0100
Georgi Kirilov <kirilov.georgi.s <at> gmail.com> skribis:

> * doc/ref/scheme-using.texi (Installing Site Packages): Fix typo

Applied, thanks!

Ludo'.




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

This bug report was last modified 8 years and 179 days ago.

Previous Next


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