Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Handling of *ARGZERO options, for Zsh <= 5.3
- X-seq: zsh-workers 42216
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: Handling of *ARGZERO options, for Zsh <= 5.3
- Date: Wed, 3 Jan 2018 18:02:25 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=JWftDy6GjHwikPrL/yz4RMR/mf7MEi+AjbtxkNGs9SY=; b=Mf7lnylp8K+ACBOML283feDEGzZVfv1LhsRPTDhdCoU6+ZSVXjPl4RgHJjAtPPvDH2 OuhteeqEXR0jFUAZfY/DK4Y2tKlOfG7JuGAXIKiFXBwlbmNWNwQQGita6INi8e4CErYm MhGty+3y0Q8jLkzc0TeYMWyZBlxn8y46ZP4/znx1BMMXIddq+PWx0Ad4MxN2t10dul06 AUATMGAsa/ycEFeYeKfTJjg3ajnNz/kAYqXqCJeSKtjCzA0TPPkyicEj4cR1hEJSr9p/ a8YVY4c925/Z5dXEkSnDoF6kI3R3XS4gmxU5/JdR1E4KcSPc1kGwN/anYbOrH+IutXD8 /FqQ==
- In-reply-to: <be8938e4-694b-ac62-1b70-44245e13f943@gmx.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>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <etPan.5a4b5c52.d9c84bc.13d7@zdharma.org> <be8938e4-694b-ac62-1b70-44245e13f943@gmx.com>
On Tue, Jan 2, 2018 at 11:25 AM, Eric Cook <llua@xxxxxxx> wrote:
> Weird how the prompting, calender, zftp and completion system all work with fpath
> and autoloading, yet `plugins' somehow need to depend on the exact location
> of files to bootstrap themselves.
The thought is that plugins might be installed in non-standard
locations and might have multiple dependent files, so it's easier if
you don't have to put them all in a previously-known fpath.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author