Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Proof of concept mainstream plugin manager
- X-seq: zsh-workers 37741
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Proof of concept mainstream plugin manager
- Date: Sat, 23 Jan 2016 17:09:03 +0100
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Gy9ptpRUhzS6KkNB2ZzVnC3KmVBX/LuacmIIPSYalRQ=; b=dS7iBqegcexI2JkZ8m4OtGrdPYj9TDHGhXbn9P+alVOff5iY3j1UNYACbFArZyRPXI Sop9rJ6NAlhGSWE5xgb+U2pVnEfBxp75Be5jOM5GSmgFSt6BH5pt0iE1jO0akg5hNTKt VRA3VRp23zuOj0f4EsDCU65h2fQf950mkXS0xKEJnwAfmy2J5i/vYIpi/33RpI8PVGHe xSjM9OquGkgbIFiqBxTPn41hDMfmmYzMsHNigbbiBdGlVC4EULQgoZFP4GRX8nauf4Cl ZX+JT5seqQyHmr/cF7uk+daNyihtmoDwDjcmmOSERHb7wRBKQwggQTNzbFEZk0OWhBB8 oYzg==
- In-reply-to: <CAKc7PVD-AAQ2TDQ_V06Sh15xT9=n5u+cU1WXRAk4kGAi16DqPA@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: <CAKc7PVByfo51GcVkb_kYgO2D3cWYrcq-p4v8gmyfsaeWU=2new@mail.gmail.com> <160122173705.ZM11491@torch.brasslantern.com> <CAKc7PVCywh3fVsvFOUP3Bi27-8o1w30_E73rs8c+Zd4sOqtT8w@mail.gmail.com> <CAKc7PVChdTs4WzKf+amXJ9Y7zOpQVSEsVm6pmHK3FcCQy5k-Xw@mail.gmail.com> <CAKc7PVD-AAQ2TDQ_V06Sh15xT9=n5u+cU1WXRAk4kGAi16DqPA@mail.gmail.com>
And even this doesn't work:
for i in "$@"; do
functions[$i]="
local
FPATH='$ZPLUGIN_HOME/plugins/${ZPLUGIN_CURRENT_USER}--${ZPLUGIN_CURRENT_PLUGIN}'
builtin autoload -X
"
done
One hint is that when functions[$i] is called for second time, then
traps work fine
PS. Sorry for streams of consciousness, that should be the last
email... However at least each of the emails sent is constructive
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author