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 regexp error key (was: doco C error handling) Date: Sat, 10 May 2003 11:21:32 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87llxfsijn.fsf@zip.com.au> References: <87ptmzjy8c.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1052529694 30492 80.91.224.249 (10 May 2003 01:21:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 10 May 2003 01:21:34 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat May 10 03:21:33 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 19EJ3M-0007vV-00 for ; Sat, 10 May 2003 03:21:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EJ4c-0003Oh-00 for guile-devel@m.gmane.org; Fri, 09 May 2003 21:22:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19EJ3t-0002pi-00 for guile-devel@gnu.org; Fri, 09 May 2003 21:22:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19EJ3o-0002aP-00 for guile-devel@gnu.org; Fri, 09 May 2003 21:22:01 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EJ3Y-0001xE-00 for guile-devel@gnu.org; Fri, 09 May 2003 21:21:45 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h4A1LhPc018297 for ; Sat, 10 May 2003 11:21:43 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h4A1LgQg002853 for ; Sat, 10 May 2003 11:21:42 +1000 (EST) Original-Received: from localhost (ppp60.dyn228.pacific.net.au [203.143.228.60]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h4A1LfYZ023523 for ; Sat, 10 May 2003 11:21:41 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19EJ3M-0005aK-00; Sat, 10 May 2003 11:21:32 +1000 Original-To: guile-devel@gnu.org 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:2316 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2316 --=-=-= I wrote: > > Incidentally, is the regex-error error key described in the scheme > section of this node be regular-expression-syntax, as per the > `make-regexp' doco? I propose to make the following correction, to the head and also to the 1.6 branch, * scheme-control.texi (Handling Errors): Fix regexp error key is regular-expression-syntax. --=-=-= Content-Disposition: attachment; filename=scheme-control.texi.regexp-error.diff --- scheme-control.texi.~1.8.~ 2003-05-10 11:13:52.000000000 +1000 +++ scheme-control.texi 2003-05-10 11:18:49.000000000 +1000 @@ -933,8 +933,9 @@ @code{stack-overflow}: stack overflow error. @item -@cindex @code{regex-error} -@code{regex-error}: errors generated by the regular expression library. +@cindex @code{regular-expression-syntax} +@code{regular-expression-syntax}: errors generated by the regular +expression library. @item @cindex @code{misc-error} --=-=-= 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 --=-=-=--