Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Proof of concept mainstream plugin manager
- X-seq: zsh-workers 37738
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Proof of concept mainstream plugin manager
- Date: Sat, 23 Jan 2016 10:03:56 +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=H6Krc/jIv4iRYCdGxeye7TGZiJn4kDtfcppYrUYzQHA=; b=cU3AuJX8edcFgyfydC3rQgXGVln7VgbOcSvl6B2eTf30e79KPaQBcQinWD/9Aq8Qfh oybcropgLach5/D7nG61JM5OCj4B05m+hJmTwNvDTHuFbOyy7OjKbcwaZDqkxmfi/4Lm +zlrKBP5uZ/TXTlfZSLopjKdMTQgYLOfr6Yje2upHyeZ1erTKSrznvtli9i8f3UG8PWc f6Ta5ykcLQ0Xyq1SJQumOhzkQ/ys1m/3BD4fV7GX2ORydTrMeTrokO5vza2qn3vCUQ0W BB81fsYiVa7PWGUsXJtNLc7fb0BgXk8SFJeQ//pZeYKvRzN0nfQ1oKkJNUuJpxaslmMO V5Aw==
- In-reply-to: <160122173705.ZM11491@torch.brasslantern.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>
On 23 January 2016 at 02:37, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> As a final thought, I'd just call this whole thing "zplugin", forget the
> suffix "governor", name the variables ZPLUG_*, etc.
Renamed.
I occur a problem with traps. When zcurses waits for a key and Ctrl-C
is pressed, trap isn't called instantly, but later, in a case. I
attach test source. This is fixed in 5.1 (occurs in 5.0.8), wonder if
I can somehow workaround this:
https://asciinema.org/a/2dnx2ky1q14hna6bvwfrwsvkr
Discouraging, but quite expected. Doing autoload -X is expected to
generate some edge-cases on Zsh usage. If I could test say 30 plugins
from the awesome-zsh-plugins list, and confirm they're all working,
that would be an enabler for autoload -X, otherwise the project's
sense is doubtful.
Best regards,
Sebastian Gniazdowski
Attachment:
aload
Description: Binary data
Messages sorted by:
Reverse Date,
Date,
Thread,
Author