Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZPlugin
- X-seq: zsh-workers 37773
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Paul Johnson <paul@xxxxxxxx>
- Subject: Re: ZPlugin
- Date: Mon, 25 Jan 2016 12:05:39 +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=rYRWnBLdG6Bx4iynwwoY6YKZUSJAGVc6KxdqddVKN5o=; b=PknAm/DSt+2kw/BaoNpBif6WkB8f2aManrAPcnkjD22kOjrRB3GcY8scNnqcwSiYTR CRGA9wDkSzUj1qMnzctY9oez8eE4c0Z/siKX7eMJk7IU4NcD1uj1vQMv6IPCM21CzRW1 Vee3AcGPzeWIyBeYJt0AVVjqdksYp6l4rupiDHUwESgqEEKiCEsbqyXwISCg50+VQprl IxcLRzXMU2X0ERwSIahVX5mIOtW3mtrTUp59gmW63vSBlDQ6g7isTwFICWUm4OC6AWbD 6w0KWLFPeBkuVAmMEQ6Xm/ujh7yVFuuPoWpyxLR+mwdChgnKH8ARhBNwNa7fXRI/TsnJ PQuA==
- In-reply-to: <20160125103653.GB6416@pjcj.net>
- 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: <CAKc7PVB0NAc5ZHV5FpnHD4B4YU1XNXbr1TkWgxOwe3x8k48DBA@mail.gmail.com> <20160125103653.GB6416@pjcj.net>
On 25 January 2016 at 11:36, Paul Johnson <paul@xxxxxxxx> wrote:
> Just an observation from the peanut gallery: as I understand it you have
> created a more elegant solution to the core of a plugin system. Would
> it, therefore, make any sense, rather than building your own plugin
> system from scratch, to fit your solution into an existing plugin
> system, such as Zplug?
I'm using existing "plugin system". Tested 20 plugins and all loaded
correctly. I think there is a problem with perceiving the existing
tools as an sophisticated advanced technology. In reality, it's
fpath+= to the plugin's dir and not much more. This is innovative, but
for sure it isn't a tragedy to just ignore what already exists. Zplug
has some additional functionality that I want to recognize today,
maybe that's a different case.
> Are there sound technical reasons not to do so, or are you enjoying
> building your own and want to continue with it?
Well ZPlugin is designed from scratch to reveal as much as possible
from plugins internals at time of loading it. It's hard to add this to
existing projects.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author