From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25714 invoked by alias); 11 Jul 2013 13:34:09 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17858 Received: (qmail 4572 invoked from network); 11 Jul 2013 13:33:54 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at samsung.com does not designate permitted sender hosts) X-AuditID: cbfec7f4-b7fd76d0000035e1-b1-51deb435d4df Date: Thu, 11 Jul 2013 14:33:40 +0100 From: Peter Stephenson To: zsh-users@zsh.org Subject: Re: Make Completion Message-id: <20130711143340.271935a4@pwslap01u.europe.root.pri> In-reply-to: <51DEAC01.1070308@goots.org> References: <51DD616D.2090200@goots.org> <20130711105453.1615bb3b@pwslap01u.europe.root.pri> <51DEAC01.1070308@goots.org> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFupmluLIzCtJLcpLzFFi42I5/e/4ZV3TLfcCDbZ2y1vsOLmS0YHRY9XB D0wBjFFcNimpOZllqUX6dglcGfMvdDEXNLNUTGu+xtzAOIO5i5GTQ0LARGLFlomMELaYxIV7 69m6GLk4hASWMkq8X7mdBcphknh1rYEJpIpFQFXiyLYlrCA2m4ChxNRNs8G6RQREJZav2MwO YgsLyEgcWbGLDcTmFbCX2P9uD1A9BwengKbE+39hIKaQQK3EhTs1IBX8AvoSV/9+YoK4wV5i 5pUzjBCdghI/Jt9jAbGZBbQkNm9rYoWw5SU2r3nLPIFRYBaSsllIymYhKVvAyLyKUTS1NLmg OCk911CvODG3uDQvXS85P3cTIyQAv+xgXHzM6hCjAAejEg+vVuzdQCHWxLLiytxDjBIczEoi vIKT7wUK8aYkVlalFuXHF5XmpBYfYmTi4JRqYKxb9VBYrDj4AU/VmrNHfu9faf58svX/Q28f Odlbsjwz15E9nP/kAO+mDf9P3TEyE1avUZG42f+wS8DqbImZRvsS7qWajbKaGnPnWss8SDUw Kde1W951RdVOqOrhZp/JqjqbrJbnOTMcuqgepuL/9/xW1zmfO9iPclj6ztLS7HlZupTvxYxM FSWW4oxEQy3mouJEAE4M+WceAgAA On Thu, 11 Jul 2013 13:58:41 +0100 Nick Cross wrote: > Thats brilliant thanks! I'll look at completing the rest of the > arguments - do you accept pull requests on the github mirror? As long as we get something that turns into a patch and I or someone else knows how to retrieve it, it doesn't really matter what the original format is. Probably easiest if you just post the "git log -p" output here, though, so everyone can see it before committing to the main zsh repository. pws