From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: [PATCH] added brief introduction about SLIB Date: Fri, 18 Dec 2009 00:52:42 +0000 Message-ID: <87iqc5p0h1.fsf@ossau.uklinux.net> References: <87fx7clf60.wl%bjg@network-theory.co.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1261098284 23206 80.91.229.12 (18 Dec 2009 01:04:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Dec 2009 01:04:44 +0000 (UTC) Cc: bug-guile@gnu.org To: Brian Gough Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Dec 18 02:04:29 2009 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NLRGe-0004Ib-R3 for guile-bugs@m.gmane.org; Fri, 18 Dec 2009 02:04:28 +0100 Original-Received: from localhost ([127.0.0.1]:39862 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLRGe-00061t-UB for guile-bugs@m.gmane.org; Thu, 17 Dec 2009 20:04:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLR5R-0007LL-Ro for bug-guile@gnu.org; Thu, 17 Dec 2009 19:52:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLR5N-0007Dg-4C for bug-guile@gnu.org; Thu, 17 Dec 2009 19:52:53 -0500 Original-Received: from [199.232.76.173] (port=56403 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLR5N-0007DV-0L for bug-guile@gnu.org; Thu, 17 Dec 2009 19:52:49 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:42843) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLR5K-0002mV-D6 for bug-guile@gnu.org; Thu, 17 Dec 2009 19:52:47 -0500 Original-Received: from arudy (host81-153-58-148.range81-153.btcentralplus.com [81.153.58.148]) by mail3.uklinux.net (Postfix) with ESMTP id E937C1F6DA8; Fri, 18 Dec 2009 00:52:45 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 594823801F; Fri, 18 Dec 2009 00:52:42 +0000 (GMT) In-Reply-To: <87fx7clf60.wl%bjg@network-theory.co.uk> (Brian Gough's message of "Tue, 15 Dec 2009 10:12:07 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4407 Archived-At: Brian Gough 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