From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20098 invoked by alias); 4 Jan 2018 02:02:35 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 42216 Received: (qmail 7520 invoked by uid 1010); 4 Jan 2018 02:02:35 -0000 X-Qmail-Scanner-Diagnostics: from mail-qt0-f174.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.216.174):SA:0(-1.9/5.0):. Processed in 5.768542 secs); 04 Jan 2018 02:02:35 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=JWftDy6GjHwikPrL/yz4RMR/mf7MEi+AjbtxkNGs9SY=; b=VU1R3f3uEBCFDNcYUxjzmXQqee6VbWx8c4u0AmzrUYTSKP7Zxc4Av9mS4lkSuTWglY 1z2CmJad0XIXIV2qvQj40vW36sJp9jfGwLNvBxFjiBcRJQP86tCUXmHkbPOA2fqov0gK 9azSVkMbnr1B5yruuqdbP1wjCzeMFdvsF2fPGtNwhCvHktht9wxfcU1YimKnaRiz2RYc HowpSMZtRlsbZbzd32gtvQ2Qml5vcyuOLDoRhz0nN3l8S3VbkLN5WlM4Ka+h3SEmRzUb H7Xwv+U/vcoRfgBrbzgw/TOdFaSWo3IsVxo4SRpcmqFUA0u/l1hsq0MgWfgk7xOu6I2z Iatw== X-Gm-Message-State: AKGB3mLKKznq1LkyaXgXbK8iYA/SxwElcwPHEM/awKPmF4umNW6etLBp n/8pybB+fNekIF7AOhLAz/zPPU/AJdSHPQbv8YuvnQ== X-Google-Smtp-Source: ACJfBotyOWGx+XopWImbGGhJhFoW0Jp6IpgQ57ih1cBXaRZpd+WhbgWux9NcfKV0h0+sII6SJ+IOtBQzqRqGI+V3CYg= X-Received: by 10.200.52.137 with SMTP id w9mr4446150qtb.290.1515031345908; Wed, 03 Jan 2018 18:02:25 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Bart Schaefer Date: Wed, 3 Jan 2018 18:02:25 -0800 Message-ID: Subject: Re: Handling of *ARGZERO options, for Zsh <= 5.3 To: "zsh-workers@zsh.org" Content-Type: text/plain; charset="UTF-8" On Tue, Jan 2, 2018 at 11:25 AM, Eric Cook 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.