zsh-workers
 help / color / mirror / code / Atom feed
* bug?!?
@ 1997-06-04 13:51 Xander van Wiggen
  1997-06-04 14:41 ` bug?!? Geoff Wing
  1997-06-04 14:54 ` bug?!? Zefram
  0 siblings, 2 replies; 3+ messages in thread
From: Xander van Wiggen @ 1997-06-04 13:51 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bug?!?
  1997-06-04 13:51 bug?!? Xander van Wiggen
@ 1997-06-04 14:41 ` Geoff Wing
  1997-06-04 14:54 ` bug?!? Zefram
  1 sibling, 0 replies; 3+ messages in thread
From: Geoff Wing @ 1997-06-04 14:41 UTC (permalink / raw)
  To: zsh-workers

On 4 Jun 1997 23:57:11 +1000, Xander van Wiggen wrote:
:First of all: THANKS FOR ZSH!
:However, I've encountered the following:
: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.  

Neither of those were bad patterns.  Perhaps you want:  NO_NOMATCH
A bad pattern is something like
% echo [100-

-- 
Geoff Wing [mason@primenet.com.au]   Technical Manager
  Phone    : +61-3-9818 2977         PrimeNet - Internet Consultancy
  Facsimile: +61-3-9819 3788         Web : <URL:http://www.primenet.com.au/>
  Mobile   : 0412 162 441


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bug?!?
  1997-06-04 13:51 bug?!? Xander van Wiggen
  1997-06-04 14:41 ` bug?!? Geoff Wing
@ 1997-06-04 14:54 ` Zefram
  1 sibling, 0 replies; 3+ messages in thread
From: Zefram @ 1997-06-04 14:54 UTC (permalink / raw)
  To: xwiggen; +Cc: zsh-workers

Xander van Wiggen wrote:
>   % setopt nobadpattern
>   % echo foo*
>   zsh: no matches found: foo*

Wrong option.  You want nonomatch.  nobadpattern is for patterns like `a['.

-zefram


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-06-04 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-06-04 13:51 bug?!? Xander van Wiggen
1997-06-04 14:41 ` bug?!? Geoff Wing
1997-06-04 14:54 ` bug?!? Zefram

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).