Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Fun with zsh (Re: Associative array ordering (Re: Example function))
- X-seq: zsh-workers 5176
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: Fun with zsh (Re: Associative array ordering (Re: Example function))
- Date: Tue, 2 Feb 1999 03:59:28 -0800
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <jarausch-990202124256.A09694@numa1>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <jarausch-990202124256.A09694@numa1>
On Feb 2, 12:42pm, Helmut Jarausch wrote:
} Subject: Re: Fun with zsh (Re: Associative array ordering (Re: Example fun
}
} When I enter these lines (except for >> ofcourse) my zshell (compiled with
} all patches yesterday) reacts quite strange
}
} I get
} 25 % map=(
} array> '(*.(gz|Z))zcat'
} array> '(*.bz2)bzip2 -dc'
} array> '(*.bz)AIcons-1.5.tar.bz2bzip -dc'
} ^^^^^^^^^^^^^^^^^^ where does this come from?
If you did cut and paste, that's showing up because there's a tab
character in my text, and when you pasted it zsh did file completion
for you.
That's obviously wrong here in more ways than one, and in fact my own
just-compiled copy of zsh dumps core when I do the same thing.
Sven?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author