From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15985 invoked from network); 11 Mar 1999 06:43:06 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Mar 1999 06:43:06 -0000 Received: (qmail 10640 invoked by alias); 11 Mar 1999 06:42:13 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2210 Received: (qmail 10633 invoked from network); 11 Mar 1999 06:42:10 -0000 X-Authentication-Warning: awayteam.zanshin.com: schaefer set sender to schaefer@tiny.zanshin.com using -f From: Bart Schaefer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14055.25969.542043.262168@awayteam.zanshin.com> Date: Wed, 10 Mar 1999 22:40:49 -0800 (PST) To: Sweth Chandramouli Cc: ZSH Users Subject: Re: why is `bare' in bare_glob_qual? In-Reply-To: <19990310162906.A25254@astaroth.nit.gwu.edu> References: <19990310162906.A25254@astaroth.nit.gwu.edu> X-Mailer: VM 6.68a under Emacs 20.3.5.1 Reply-To: Bart Schaefer Sweth Chandramouli writes: > to what does the "bare" in bare_glob_qual refer? See zsh_users/1569: My intention is that eventually we will have some other, unambiguous, glob qualifier syntax, which will be available regardless of BARE_GLOB_QUAL. (We need the capability to disable the current qualifier syntax in order to fully emulate ksh glob syntax.) -zefram So "bare" means that they're just sitting there on the end of the pattern, with no special disambiguating syntax to introduce them.