Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZIRC - The 100% Zsh IRC client :)
- X-seq: zsh-users 10416
- From: "Christopher Browne" <cbbrowne@xxxxxxxxx>
- To: "Andrew Ruder" <andy@xxxxxxxxxxx>
- Subject: Re: ZIRC - The 100% Zsh IRC client :)
- Date: Thu, 22 Jun 2006 15:51:18 +0000
- Cc: zsh-users@xxxxxxxxxx
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uIb2YYrXCbuV1vu5dfBRCg19MfCLtI4iiZ0QSiZ/5BG9mUJL0Gy2bbkGSGQyXxWmWHqpa6cxcr+9UX5Z3WbQNsRZ3HXTWnpC5g/ugdtf7Nf6AHxno7CqNkdpVyPBWaUIQRGz7f4xmhOG7x3NsKStKWEVU7ZynTJCAtCilsR/PGY=
- In-reply-to: <20060618204841.GA16337@xxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060618204841.GA16337@xxxxxxxxxxxx>
On 6/18/06, Andrew Ruder <andy@xxxxxxxxxxx> wrote:
As you can probably tell by the topic, I had some free time this weekend
and have created quite possibly the *stupidest* ZSH program ever.
I am compelled to disagree. I already have had use for it to do
something that would have been much less neat in tkirc. Consider...
zirc_msg "Some relevant ./configure options:"
for opt in config bin include includeserver lib pkglib; do
zirc_msg "option --with-pg-${opt}dir=<dir>"
done
I thought that was way cool :-).
--
http://www3.sympatico.ca/cbbrowne/linux.html
Oddly enough, this is completely standard behaviour for shells. This
is a roundabout way of saying `don't use combined chains of `&&'s and
`||'s unless you think Gödel's theorem is for sissies'.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author