From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18063 invoked by alias); 4 Aug 2015 20:53:03 -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: X-Seq: 35980 Received: (qmail 8023 invoked from network); 4 Aug 2015 20:53:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=mssPl1xwJv7qhRHfuhMlP/6B3SdnR1QAs7DWd6jvxMw=; b=TLMxFiumJpnyYLaNTM1jGakDlfpMYbq49QpOZv82+SJXoNnEBFDVTGrirtNX6NJq+3 X0M3jGkDaIWwPCssYjj0fns4S5l4p5vnJfsA52zPtWm7PK9OhaWCxfR7ydekdRmT7noJ ggNBEyeIG4fOXg898K1BOhJLg3wHb1VSI2ibpkUigq05hmPkOkUmi12owuilWcx7+7Wr JEjYDP42zIXHbvgO+o0JzqSchRkll/C99h9mhK8K2Hem2zacn/ELne9nd5+z/pW8GFJr OVaIzuGonOxzK654Mj8lX1QDL4Y5J2sNL4HdV+osPhAV94NhTbCZ0fPIsdB1xXUKvBqm KTWg== X-Gm-Message-State: ALoCoQls4S9NAf8hB7dfEf3BtlQVLIDquh6EsD31QRVNLUiZPwyMmdtiPJ6SiINMGO9q+UtS9Otr X-Received: by 10.152.42.145 with SMTP id o17mr6221975lal.5.1438721575575; Tue, 04 Aug 2015 13:52:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1612.1438714672@thecus.kiddle.eu> References: <1612.1438714672@thecus.kiddle.eu> From: Will Leinweber Date: Tue, 4 Aug 2015 13:52:16 -0700 Message-ID: Subject: Re: help with a completion script? To: Oliver Kiddle Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Thanks so much! The completion is great now with most of those suggestions, only one didn't work out for me: Oliver Kiddle wrote: > It isn't actually necessary to wrap the whole function with that. The > function autoloading mechanism doesn't need it. Or, you might choose to > only put this around the main part of the function after it defines all > the other functions. I had a few problems with only some completion things showing up when I tried this one. > Crystal looks like an interesting project by the way. It is pretty good. I normally don't get excited about new tech, but this project really has me excited. Thanks again for the help on this script, and for yours and everyone on this list's work on zsh.