From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Augmenting the doc of `define-module' Date: Mon, 24 Oct 2005 07:15:31 +1000 Message-ID: <87d5lw3pfw.fsf@zip.com.au> References: <87fyqvdo0f.fsf@laas.fr> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1130102256 32320 80.91.229.2 (23 Oct 2005 21:17:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Oct 2005 21:17:36 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Oct 23 23:17:26 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ETnCh-0007Zq-ID for guile-devel@m.gmane.org; Sun, 23 Oct 2005 23:16:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETnCg-0007Pw-RE for guile-devel@m.gmane.org; Sun, 23 Oct 2005 17:16:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ETnBu-00074v-42 for guile-devel@gnu.org; Sun, 23 Oct 2005 17:15:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ETnBs-00074Q-8O for guile-devel@gnu.org; Sun, 23 Oct 2005 17:15:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETnBr-00074L-W1 for guile-devel@gnu.org; Sun, 23 Oct 2005 17:15:40 -0400 Original-Received: from [61.8.0.115] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ETnBr-0004JJ-Gf for guile-devel@gnu.org; Sun, 23 Oct 2005 17:15:40 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9NLFZYO007939 for ; Mon, 24 Oct 2005 07:15:35 +1000 Original-Received: from localhost (ppp2F6E.dyn.pacific.net.au [61.8.47.110]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9NLFZjw012455 for ; Mon, 24 Oct 2005 07:15:35 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1ETnBj-0000o5-00; Mon, 24 Oct 2005 07:15:31 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <87fyqvdo0f.fsf@laas.fr> (Ludovic =?iso-8859-1?Q?Court=E8s's?= message of "Fri, 21 Oct 2005 14:59:28 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) 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:5348 Archived-At: ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: > > +@item #:replace @var{list} > ... > +One example of this is @code{(srfi srfi-19)} which exports > +@code{current-time} This isn't a great example. See if you can make up something, to avoid confusing anyone about what srfi-19 actually does or doesn't do. Extending a core func is probably the normal usage. A completely different func can be done (at the risk of confusion over what is actually in use). _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel