From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11199 invoked by alias); 3 Mar 2013 15:56:37 -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: 31101 Received: (qmail 15134 invoked from network); 3 Mar 2013 15:56:35 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.128.46 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=rHbCX4XAlTCblKAHwepE97V2IWI1hkIGNBCT5Y93ShI=; b=rjtTVML79ejNNbjT4/Eg9DmZiEc1yQO8uTIaN/9JxbZmUWTcaXDG9PSvVFYgas/hwL 9drVaBCKjk4c7hRUkriE0N43VPeo9sLumEWcLo0AaeCQm7LZIvM3xYGbNU+ftOVD5XCn LjkPgtf64BMj9D0c0IapOUzC/xx9LJeP4OgtvwYB16ibuzMOOUTRnxd/xJ7fLoJNV5NG jHbwuJfJNocpOt9kkVNG71mRp39sOvfm7+1mUIfxLGOXGme0hHhE/pAKRYmIYfWyW+ZH h1jW8RbZAxVj19jTF8bZFnJBht2wVp1Rjaq+iQS82WAFTW6yivgT/jDCf9W3r0SXNmrF kTPA== MIME-Version: 1.0 X-Received: by 10.224.193.200 with SMTP id dv8mr22174688qab.85.1362326189151; Sun, 03 Mar 2013 07:56:29 -0800 (PST) In-Reply-To: <130302220953.ZM12070@torch.brasslantern.com> References: <130228215632.ZM9327@torch.brasslantern.com> <130302220953.ZM12070@torch.brasslantern.com> Date: Sun, 3 Mar 2013 10:56:29 -0500 Message-ID: Subject: Re: trying to understand how the zsh completer works From: joe M To: Bart Schaefer Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Hello Bart, > If the preceding paragraph made sense to you, and you feel inclined > to implement order-by-context-specificity in _complete_help to replace > ${(@ok)help_sfuncs} at around line 58, let me know what you come up > with. Otherwise I may eventually get there. Thanks, I do not have the necessary skills to do what you did above. But, I definitely can give it a try and test it out, if you get there. Thanks again, Joe