Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Various problems with 3.0.1-test1



Every time I investigate a problem, another turns up.  Here's the list
so far.

1) 

% ./zsh -fc 'shift 2; print $*' first second third fourth               
second third fourth fourth


2) This is very puzzling.

% ./zsh -fc 'setopt extendedglob;  [[ PATH = [A-Z]# ]] || print Failed.'
Failed.


3) This is minor but probably wrong:

% ./zsh -fc '1this_is_ignored=foo; print $1'
foo

ksh prints:
ksh: 1this_is_ignored=foo:  not found

-- 
Peter Stephenson <pws@xxxxxx>       Tel: +49 33762 77366
WWW:  http://www.ifh.de/~pws/       Fax: +49 33762 77330
Deutches Electronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.



Messages sorted by: Reverse Date, Date, Thread, Author