From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Date: Sat, 10 Nov 2012 14:18:42 -0500 Message-ID: <87mwyp9sh9.fsf@tines.lan> References: <87pq3l30ff.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1352575147 32022 80.91.229.3 (10 Nov 2012 19:19:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Nov 2012 19:19:07 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Nov 10 20:19:17 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TXGaK-0008MC-Dd for guile-devel@m.gmane.org; Sat, 10 Nov 2012 20:19:16 +0100 Original-Received: from localhost ([::1]:44256 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXGaB-0008To-1K for guile-devel@m.gmane.org; Sat, 10 Nov 2012 14:19:07 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXGa5-0008PW-Vy for guile-devel@gnu.org; Sat, 10 Nov 2012 14:19:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXGa2-0003oU-Sx for guile-devel@gnu.org; Sat, 10 Nov 2012 14:19:01 -0500 Original-Received: from world.peace.net ([96.39.62.75]:33459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXGa2-0003oO-Ot; Sat, 10 Nov 2012 14:18:58 -0500 Original-Received: from 209-6-91-212.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([209.6.91.212] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TXGZw-0007XT-Sh; Sat, 10 Nov 2012 14:18:53 -0500 In-Reply-To: <87pq3l30ff.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 10 Nov 2012 17:08:52 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 96.39.62.75 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15142 Archived-At: ludo@gnu.org (Ludovic Court=C3=A8s) writes: > As Mark suggested on IRC, here=E2=80=99s a patch that moves SRFI-9 under > =E2=80=9CCompound Data Types=E2=80=9D, plus a new section =E2=80=9CRecord= Overview=E2=80=9D that aims to > guide users through the maze of record APIs. Wow, thanks for doing this! Looks great, please push :) Mark