From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id HAA27403 for ; Fri, 21 Jun 1996 07:12:55 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id RAA18942; Thu, 20 Jun 1996 17:04:02 -0400 (EDT) Resent-Date: Thu, 20 Jun 1996 17:04:02 -0400 (EDT) Sender: mdb@cdc.noaa.gov To: Clive Messer Cc: Zoltan Hidvegi , zsh-workers@math.gatech.edu Subject: Re: zsh-2.6-beta21 released References: From: Mark Borges Date: 20 Jun 1996 15:03:13 -0600 In-Reply-To: Clive Messer's message of Thu, 20 Jun 1996 00:42:20 +0100 (BST) Message-ID: X-Mailer: Gnus v5.2.20/XEmacs 19.14 Resent-Message-ID: <"hAe9a1.0.ud4.2pRon"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1390 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >> On Thu, 20 Jun 1996 00:42:20 +0100 (BST), >> Clive Messer(CM) wrote: CM> On Wed, 19 Jun 1996, Zoltan Hidvegi wrote: >> The texinfo documentation is updated but it does not contains the changes >> in the manual between beta20 and beta21. CM> Patch includes the changes. I've applied this patch and re-generated the html files via texi2html-1.50. The URL is still http://www.mal.com/zsh/Doc/test/ where zsh.texi.gz is version 2.03. BTW, with the recent change to the meaning of `<>', shouldn't the following patch be applied? Or is that change not considered permanent? $ diff -c zshexpn.1.orig zshexpn.1 *** zshexpn.1.orig Thu Jun 20 14:57:32 1996 --- zshexpn.1 Thu Jun 20 14:57:50 1996 *************** *** 489,496 **** matches any number in the range x to y, inclusive. If x is omitted, the number must be less than or equal to y. If y is omitted, the number must be greater than or equal to x. ! A pattern of the form \fB<\->\fP or ! simply \fB<>\fP matches any number. .TP \fB^x\fP matches anything except the pattern x. --- 489,495 ---- matches any number in the range x to y, inclusive. If x is omitted, the number must be less than or equal to y. If y is omitted, the number must be greater than or equal to x. ! A pattern of the form \fB<\->\fP matches any number. .TP \fB^x\fP matches anything except the pattern x. -- -mb-