Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh ignores the arguments on its first command.
- X-seq: zsh-workers 27989
- From: Martin Buchholz <martinrb@xxxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: zsh ignores the arguments on its first command.
- Date: Wed, 2 Jun 2010 00:05:20 -0700
- Cc: zsh-workers@xxxxxxx, Joel Ebel <jbebel@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1275462326; bh=gmUo6EQOBC2X2/NcKw+rakeNT9I=; h=MIME-Version:In-Reply-To:References:Date:Message-ID:Subject:From: To:Cc:Content-Type:Content-Transfer-Encoding; b=d4jv+qZemnWnycadSclK4V6lvWGK54TUQJ5478DWsflQQOvI5w284FxyEMB2FBBJ4 tn01r9UphLbSgc2j43NMQ==
- Domainkey-signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=mime-version:in-reply-to:references:date:message-id:subject:from:to: cc:content-type:content-transfer-encoding:x-system-of-record; b=RQC6xKfZJy2mAymzyi9gn7H38yOVbbE0TYEp8W8+zjjH1eT1uGgpSdRLbnntzJ8tT fCwS6a9pyzOfKIBf3jkXA==
- In-reply-to: <201006012145.o51LjhGg005724@xxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <martinrb@xxxxxxxxxx> <AANLkTikiCBKGaJcuE9s-vMZvK465tTR6WSFIsy6wo7xL@xxxxxxxxxxxxxx> <201006012145.o51LjhGg005724@xxxxxxxxxxxxxxxxxxx>
On Tue, Jun 1, 2010 at 14:45, Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
> Martin Buchholz wrote:
> I think your terminal is being screwed up somehow. That explains both
> why you can't see the echo output and can't see the ${+terminfo}.
I expect ${+terminfo} to be 0, not to give an error.
> It usually helps if you can boil bugs down to what happens with the "-f"
> option, so we're not relying on unseen side effects of initialisation
> scripts.
Alright, let's try again to report the bug with the terminfo special
parameter and the zsh/terminfo module:
$ (unset TERM; zsh -fic 'echo $ZSH_VERSION; echo ${+terminfo}')
4.3.10
zsh:1: unknown parameter: terminfo
$ (unset TERM; zsh -fic 'echo $ZSH_VERSION; echo ${+terminfo}')
4.3.4
0
The behavior in 4.3.4 is the expected one,
and the behavior in 4.3.10 is a regression
introduced since then.
My guess is that the zsh core is not prepared to deal
with the NULL return from getterminfo.
Martin
Messages sorted by:
Reverse Date,
Date,
Thread,
Author