From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13841 invoked from network); 24 Sep 1997 13:55:46 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 24 Sep 1997 13:55:46 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id JAA28039; Wed, 24 Sep 1997 09:47:12 -0400 (EDT) Resent-Date: Wed, 24 Sep 1997 09:47:12 -0400 (EDT) Message-Id: <199709241347.JAA28024@math.gatech.edu> X-Mailer: exmh version 1.6.7 5/3/96 To: Peter Stephenson cc: zsh-workers@math.gatech.edu (Zsh hackers list) Subject: Re: closures: #3 In-reply-to: Your message of "Wed, 24 Sep 1997 14:54:02 +0200." <199709241254.OAA25551@hydra.ifh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Sep 1997 14:45:56 +0100 From: Bruce Stephens Resent-Message-ID: <"y-F7w3.0.2s6.VdHAq"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3517 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu pws@ifh.de said: > if (*pptr == Star && pptr[1] && ! (unset(EXTENDEDGLOB) || > !(gflag & GF_TOPLEV) || ! pptr[1] != Tilde || !pptr[2] || > pptr[2] == Bar || Where did gflag and GF_TOPLEV come from? I think the patch is missing a file or two.