Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: TRAPZERR() in chpwd()
- X-seq: zsh-workers 11045
- From: Paul Ackersviller <paulda@xxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: TRAPZERR() in chpwd()
- Date: Mon, 1 May 2000 17:37:56 -0400
- In-reply-to: <1000501182216.ZM13391@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxxxxxxxxx on Mon, May 01, 2000 at 06:22:16PM +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20000428161546.A8208@xxxxxxxxxxxxxxxxxxx> <1000429044220.ZM30544@xxxxxxxxxxxxxxxxxxxxxxx> <20000501131328.A11940@xxxxxxxxxxxxxxxxxxx> <1000501182216.ZM13391@xxxxxxxxxxxxxxxxxxxxxxx>
On Mon, May 01, 2000 at 06:22:16PM +0000, Bart Schaefer wrote:
> zagzig% echo $ZSH_VERSION
> 3.0.6-test-1
> zagzig% TRAPZERR () { echo exit code $?; }
> zagzig% chpwd () { [ -h $PWD ] && echo symlink; true; }
> zagzig% cd /tmp
> zagzig% cd /hosts
> symlink
> zagzig%
>
> This may be a fix that went in to 3.0.x and was never propagated to 3.1.x,
> or it may be a bug that was introduced in 3.0.x and fixed in 3.1.x. I'm
> not sure which at this point.
I believe the change must've come after 3.1.6, since it exhibits the same
behaviour as 3.0.7 in my experience. It's only 3.1.7-pre-1 and (some?)
development versions leading up to it.
--
Paul Ackersviller
Messages sorted by:
Reverse Date,
Date,
Thread,
Author