unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] added brief introduction about SLIB
@ 2009-12-15 10:12 Brian Gough
  2009-12-18  0:52 ` Neil Jerram
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Gough @ 2009-12-15 10:12 UTC (permalink / raw)
  To: bug-guile

This patch adds a short introduction to the SLIB section of the manual
with a link to the SLIB homepage.

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/



From 60548b6e039bf57694b7841996cfda011cb8a4bf Mon Sep 17 00:00:00 2001
From: Brian Gough <bjg@gnu.org>
Date: Mon, 14 Dec 2009 20:49:27 +0000
Subject: [PATCH] added brief introduction about SLIB

---
 doc/ref/slib.texi |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/doc/ref/slib.texi b/doc/ref/slib.texi
index d3357c9..5fe382d 100644
--- a/doc/ref/slib.texi
+++ b/doc/ref/slib.texi
@@ -8,14 +8,21 @@
 @section SLIB
 @cindex SLIB
 
-Before the SLIB facilities can be used, the following Scheme expression
-must be executed:
+SLIB is a portable library of Scheme packages which can be used with
+Guile and other Scheme implementations.  SLIB is not included in the
+Guile distribution, but can be installed separately (@pxref{SLIB
+installation}).  It is available from
+@url{http://people.csail.mit.edu/jaffer/SLIB.html}.
+
+After SLIB is installed, the following Scheme expression must be
+executed before the SLIB facilities can be used:
 
 @lisp
 (use-modules (ice-9 slib))
 @end lisp
 
 @findex require
+@noindent
 @code{require} can then be used in the usual way (@pxref{Require,,,
 slib, The SLIB Manual}).  For example,
 
-- 
1.5.4.3




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] added brief introduction about SLIB
  2009-12-15 10:12 [PATCH] added brief introduction about SLIB Brian Gough
@ 2009-12-18  0:52 ` Neil Jerram
  0 siblings, 0 replies; 2+ messages in thread
From: Neil Jerram @ 2009-12-18  0:52 UTC (permalink / raw)
  To: Brian Gough; +Cc: bug-guile

Brian Gough <bjg@network-theory.co.uk> writes:

> This patch adds a short introduction to the SLIB section of the manual
> with a link to the SLIB homepage.

Thanks, this is nice; will commit shortly.

        Neil




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-18  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15 10:12 [PATCH] added brief introduction about SLIB Brian Gough
2009-12-18  0:52 ` Neil Jerram

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).