From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: doco more indexing Date: Sat, 24 May 2003 09:45:25 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87wughjkh6.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1053733811 2382 80.91.224.249 (23 May 2003 23:50:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 23 May 2003 23:50:11 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat May 24 01:50:08 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19JMIZ-0000c7-00 for ; Sat, 24 May 2003 01:50:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JMHH-0003I9-VB for guile-devel@m.gmane.org; Fri, 23 May 2003 19:48:47 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19JMGC-0002sS-Ks for guile-devel@gnu.org; Fri, 23 May 2003 19:47:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19JMFz-0002bP-Ms for guile-devel@gnu.org; Fri, 23 May 2003 19:47:28 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19JMEE-0001eV-Cr for guile-devel@gnu.org; Fri, 23 May 2003 19:45:38 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h4NNjYPB005723 for ; Sat, 24 May 2003 09:45:34 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h4NNjYQg012769 for ; Sat, 24 May 2003 09:45:34 +1000 (EST) Original-Received: from localhost (ppp126.dyn228.pacific.net.au [203.143.228.126]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h4NNjXYZ002880 for ; Sat, 24 May 2003 09:45:33 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19JME1-0000uk-00; Sat, 24 May 2003 09:45:25 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2435 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2435 --=-=-= FYI, * scheme-procedures.texi: Add index entries lambda, optargs, syncase. (An aim is to get index entries for all module names, in this case optargs and syncase.) --=-=-= Content-Disposition: attachment; filename=scheme-procedures.texi.indexing.diff --- scheme-procedures.texi.~1.11.~ 2002-08-11 00:09:55.000000000 +1000 +++ scheme-procedures.texi 2003-05-23 15:27:40.000000000 +1000 @@ -17,6 +17,7 @@ @node Lambda @section Lambda: Basic Procedure Creation +@cindex lambda @c FIXME::martin: Review me! @@ -140,6 +141,7 @@ Before using any of the procedures or macros defined in this section, you have to load the module @code{(ice-9 optargs)} with the statement: +@cindex @code{optargs} @lisp (use-modules (ice-9 optargs)) @end lisp @@ -668,6 +670,7 @@ (lambda args #f)))) @end lisp +@cindex @code{syncase} In Guile, the @code{syntax-rules} system is provided by the @code{(ice-9 syncase)} module. To make these facilities available in your code, include the expression @code{(use-syntax (ice-9 syncase))} (@pxref{Using --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel --=-=-=--