From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: How to convert from Emacs Lisp to Guile Date: Sun, 20 Jun 2010 21:06:42 +0200 Message-ID: <87vd9dy14t.fsf@gnu.org> References: <87iq5gn2u7.fsf@linux-lqcw.site> <87typ05qi0.fsf@gnu.org> <87k4pwgsxk.fsf@ambire.localdomain> <877hlt3ip5.fsf@gnu.org> <87iq5dego1.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1277060826 22794 80.91.229.12 (20 Jun 2010 19:07:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Jun 2010 19:07:06 +0000 (UTC) Cc: guile-user@gnu.org To: Thien-Thi Nguyen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Jun 20 21:07:04 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OQPr6-0005I6-Pj for guile-user@m.gmane.org; Sun, 20 Jun 2010 21:06:57 +0200 Original-Received: from localhost ([127.0.0.1]:44758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQPr5-00051r-Nl for guile-user@m.gmane.org; Sun, 20 Jun 2010 15:06:56 -0400 Original-Received: from [140.186.70.92] (port=55220 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQPqx-00050j-Sa for guile-user@gnu.org; Sun, 20 Jun 2010 15:06:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQPqw-0003FU-GN for guile-user@gnu.org; Sun, 20 Jun 2010 15:06:47 -0400 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:26487) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQPqw-0003FG-96 for guile-user@gnu.org; Sun, 20 Jun 2010 15:06:46 -0400 X-IronPort-AV: E=Sophos;i="4.53,448,1272837600"; d="scan'208";a="61763271" Original-Received: from reverse-83.fdn.fr (HELO nixey) ([80.67.176.83]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 20 Jun 2010 21:06:44 +0200 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 2 Messidor an 218 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <87iq5dego1.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Sun, 20 Jun 2010 19:51:26 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7909 Archived-At: Hi! Thien-Thi Nguyen writes: > For Guile 1.4.x, there is already (online) documentation: > http://www.gnuvola.org/software/guile/doc/Module-Index.html FWIW I=E2=80=99d prefer to avoid auto-extracted documentation. Presumably = it would take a little bit of writing to provide more introductory text and transitions between the different parts of the API. > Where do you suggest this be placed in the Guile 2.x manual? Perhaps under =E2=80=9CSimple Generic Data Types=E2=80=9D, after =E2=80=9CS= trings=E2=80=9D. What do you think? > Please find attached the (simple) test cases file. > Tips on how/where to integrate it into Guile 2.x welcome. Just drop it under =E2=80=98test-suite/tests=E2=80=99, with a =E2=80=98defi= ne-module=E2=80=99. A few comments on what the tests do would be welcome too as it looks a bit dense at first sight. :-) > For the record, i am willing to relax licensing from GPLv3+ to LGPL > for all changes relating to porting forward Guile 1.4.x stuff, so > you don't need to worry about that aspect. Excellent, thanks! Ludo=E2=80=99.