Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Two different zsh sessions handle $* differently
- X-seq: zsh-workers 41582
- From: Eitan Adler <lists@xxxxxxxxxxxxxx>
- To: Mikael Puhakka <mr.progo@xxxxxxxxx>
- Subject: Re: Two different zsh sessions handle $* differently
- Date: Tue, 22 Aug 2017 14:40:36 -0400
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=CwqduNoEJ+PUs/MWKljzyq+jzDcRC7cP8RfHuS63OhA=; b=WHK1x49pL1v6WRI7yaJBmHR2LydTDy+T9e8Bl8YzPX8XZYq64EbW7klJgUDrd1fU4n ILyuURugFZuDasUOOzbzKYIuOq2EVX3qpX0sd+Bhcn8dzV7zERcyr51hvWmD2fW7/t9S PWnC9IhvZgfSKTdj4NotDo/lBNa2SMhRRUG6A=
- In-reply-to: <CAD1ad9bLy7cV8JByJcLg91ms1Eu27VDVQa8RA9H2Yf-tuBp4hA@mail.gmail.com>
- 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: <CAD1ad9bLy7cV8JByJcLg91ms1Eu27VDVQa8RA9H2Yf-tuBp4hA@mail.gmail.com>
On 22 August 2017 at 13:22, Mikael Puhakka <mr.progo@xxxxxxxxx> wrote:
> Hi zsh-workers,
>
> Recently I noticed that my journal script has started to lose data. Then
> I noticed that this is somehow in how zsh handles my little helper
> function. This peculiarly affects one zsh session and not many others
> that I can see.
for key val in ${(kv)options}; do echo "$key -> $val"; done
in each shell please
--
Eitan Adler
Messages sorted by:
Reverse Date,
Date,
Thread,
Author