From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5649 invoked from network); 9 Jun 1997 21:06:28 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 9 Jun 1997 21:06:28 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA01074; Mon, 9 Jun 1997 16:51:33 -0400 (EDT) Resent-Date: Mon, 9 Jun 1997 16:50:50 -0400 (EDT) Date: Mon, 9 Jun 1997 14:49:10 -0600 From: stephen.talley@Central.Sun.COM (Steve Talley) Message-Id: <199706092049.OAA05185@ipecac.Central.Sun.COM> To: zsh-users@math.gatech.edu Subject: CSH_NULL_GLOB broken? X-Sun-Charset: US-ASCII Resent-Message-ID: <"h5kdW3.0.0F.fo6dp"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/886 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu CSH_NULL_GLOB doesn't appear to work in 3.1.0: % unsetopt nomatch % unsetopt nullglob % setopt cshnullglob % ls -d /tmp /tmp/ % ls -d /blah* zsh: no match % ls -d /tmp /blah* zsh: no match The last command, according to the zshoptions man page, should have listed /tmp and ignored the fact that nothing matches /blah*. Am I missing something? Thanks, Steve