From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10866 invoked by alias); 28 Oct 2012 14:01:30 -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: 30767 Received: (qmail 22412 invoked from network); 28 Oct 2012 14:01:28 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: neutral (ns1.primenet.com.au: 74.125.82.43 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-proxyuser-ip:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=fBKXPl1bNi5v9C4YcSLc4wf/0dLXIk7P4ORbrYnc8Uo=; b=O/kTwzz74AfiZU4wru2vkchfUpCu/6umq3jGYKtshzmYZN0WjEn7bism1ENUDJ4qSD JjRpST2eochKSf4Y0UFOEUU2KHUajeGxe0gDocdl0C4UKRAcDCkgvQz38EdRF1B8zXuC QsFKm/7ckly/s0XBE5fWuJhOO527ykjROcszhS4/M/pdqKXpNIRBtV/c1045eDYIOwwl zx15rrnIIJh1mSk4msx2WL8C4tQsOItTWJSOwTNnerN8qg4578XphlwLImEu0B5FmsBO Dh1M862Wqe1x28fl6DgIvaig7a8Q1OqwUkuDW+sn8uTNKY2IwEfjjErCzqMZ/xWfu0U9 nYsw== X-ProxyUser-IP: 82.8.55.192 Date: Sun, 28 Oct 2012 13:38:40 +0000 From: Peter Stephenson To: Daniel Wallace , zsh-workers@zsh.org Subject: Re: [RFC] zsh completion for systemd Message-ID: <20121028133840.5383c1fd@pws-pc.ntlworld.com> In-Reply-To: References: <20121026015717.GA1325@Hailey> <6067bc029dd49d1c0e27eda7a6a0750e@archlinux.de> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkRhpCu9l1gm9yeHnVj+MqrLqgiTxLma/XArltQx8RJdQaPcAOMyFnMzyUdpoYHBOAKYcpT On Sun, 28 Oct 2012 03:47:29 -0400 Daniel Wallace wrote: > Pierre Schmitz wrote: > >It would make sense to remove the completion from zsh then. I'd prefer to leave it in and have anything systemd does install its own version in preference. The site-functions directory appears before the distributed functions in the path. > Also it would need to be re licensed as systemd uses LGPLv2.1 which > isn't compatible with gplv3. As individual completion functions sit on top of the completion system and don't provide a general API, they can be licensed more freely than core components, where the depenencies would get complicated (we could remove _systemd with no knock on effects, though I don't see any reason to). It's up to the author how they do it. -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/