From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13754 invoked from network); 4 Jun 1997 13:57:09 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 4 Jun 1997 13:57:09 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id JAA14904; Wed, 4 Jun 1997 09:48:08 -0400 (EDT) Resent-Date: Wed, 4 Jun 1997 09:48:08 -0400 (EDT) Date: Wed, 4 Jun 1997 15:51:09 +0200 Message-Id: <199706041351.PAA00824@warande0147.warande.ruu.nl> From: Xander van Wiggen To: zsh-workers@math.gatech.edu Subject: bug?!? Reply-To: xwiggen@cs.ruu.nl Resent-Message-ID: <"tL6wB1.0.me3.N8Nbp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3192 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Howdy, First of all: THANKS FOR ZSH! However, I've encountered the following: 1. Your mailing list archive links are *pretty* dead :) 2. In zsh 3.0.2, NOBADPATTERN does not seem to work, at least not in interactive mode. I do not know if this is a 'feature' or something obvious that I overlooked, but if I do "mdir a:*.txt" with BAD_PATTERN switched OFF, zsh tells me that it can't find a match in the current directory. This is not a problem caused by mdir, it happens with echo too: % setopt nobadpattern % echo foo* zsh: no matches found: foo* In bash this example simply prints "foo*" on the screen. Can anyone enlighten me? Thanks, xander