From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Updated Guile Tutorial Date: Sun, 20 Sep 2009 22:13:10 +0100 Message-ID: <877hvtial5.fsf@ossau.uklinux.net> References: <4A7B223E.6050501@domob.eu> <87pr9lsh2k.fsf@ossau.uklinux.net> <1253467045.3706.2.camel@chrisbryant> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253481211 28493 80.91.229.12 (20 Sep 2009 21:13:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Sep 2009 21:13:31 +0000 (UTC) Cc: Andy Wingo , Daniel Kraft , guile-devel To: Chris Bryant Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Sep 20 23:13:24 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MpTil-00043E-SZ for guile-devel@m.gmane.org; Sun, 20 Sep 2009 23:13:24 +0200 Original-Received: from localhost ([127.0.0.1]:45885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpTil-0000l5-B1 for guile-devel@m.gmane.org; Sun, 20 Sep 2009 17:13:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MpTie-0000kr-Hw for guile-devel@gnu.org; Sun, 20 Sep 2009 17:13:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MpTiZ-0000ff-V9 for guile-devel@gnu.org; Sun, 20 Sep 2009 17:13:16 -0400 Original-Received: from [199.232.76.173] (port=56644 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MpTiZ-0000fZ-SZ for guile-devel@gnu.org; Sun, 20 Sep 2009 17:13:11 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:44382) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MpTiZ-0000mi-Hl for guile-devel@gnu.org; Sun, 20 Sep 2009 17:13:11 -0400 Original-Received: from arudy (host86-147-112-99.range86-147.btcentralplus.com [86.147.112.99]) by mail3.uklinux.net (Postfix) with ESMTP id 08D681F6842; Sun, 20 Sep 2009 22:13:11 +0100 (BST) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 8CA9F38023; Sun, 20 Sep 2009 22:13:10 +0100 (BST) In-Reply-To: <1253467045.3706.2.camel@chrisbryant> (Chris Bryant's message of "Sun, 20 Sep 2009 10:17:25 -0700") 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: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9367 Archived-At: Chris Bryant writes: > On Sun, 2009-09-20 at 17:42 +0100, Neil Jerram wrote: > >> Although the tutorial is now on the web, I still haven't done anything >> as regards committing it to Git. That's not because I think we >> shouldn't; it just that I haven't pondered how best to do it yet. > > Neil, looks great! Could you possibly formally create a Texinfo > document for the Guile site? The Texinfo source is secretly already there; if you just s/.html/.texi/, you can get it. But I've now added an explicit link from http://www.gnu.org/software/guile/docs/docs.html too. Regards, Neil