Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 5.1.1?
- X-seq: zsh-workers 36396
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: 5.1.1?
- Date: Wed, 2 Sep 2015 10:50:07 +0200
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=L+bgRWKUfuMZEROWh8klrc4wP9s9uuR/xY1Arn+ijfY=; b=rplpTWYHquM67iT/eUKCtzE4IG1IHlDPiosvBoP2rqVi/BGwgmFwqZw0yEneCicOs+ u5ij4LmXPANB2k+FTTromPTa6QFTTYpjxoE71sUY4L8AZ5ia627u749xq7lY4b4PPa81 Cpww1p38dqT4TmGgYoFfA/jzrJI4qh1+r6otcgxZhXDjU8ssSgwLm4IBlsSKJkbP66D4 8I3Oo/VnzJx8upfr+SBGfXtde3qK5Nudom+PgPIBP3FZisd5NTmpdaV/NpRXIZ2Maj8t cbHJZQY6ZtqaZIeLSuHOtk0Nusb2kJIiJua8W2FRTemQaIGJeyWfaVn6E1o145T52Hcv FABA==
- 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
On Wed, Sep 2, 2015 at 10:31 AM, Peter Stephenson
<p.stephenson@xxxxxxxxxxx> wrote:
> On Mon, 31 Aug 2015 22:27:22 -0700
> Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>> Confirmed this with zsh-5.1-3-g6e825e7 (recall my question about whether
>> fixing things like this will be 5.1.1 or ...?)
>
> If the freeze Vincent found gets resolved, we might have enough tweaks
> for a 5.1.1, i.e. 5.1 with a few fixes, in a week or two,
Just got this report on #zsh,
% f() { cat << x << y; }
foo
x
bar
y
% which f
f () {
cat <<x <<y
foo
xbar
y
}
There should be a newline between x and bar in the output. The
function itself works fine.
Also, every time I do vared 'functions[f]' it adds on an extra xy at
the end, after a while:
% vared functions\[f\]
cat <<x <<y
foo
xbar
yxyxyxyxy
This (obviously) makes the function not work so well anymore.
PS I get this recently for all your emails,
"Gmail couldn't verify that this message was sent by samsung.com."
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author