From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10898 invoked from network); 7 Mar 2008 14:59:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Mar 2008 14:59:42 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 26149 invoked from network); 7 Mar 2008 14:59:03 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Mar 2008 14:59:03 -0000 Received: (qmail 9580 invoked by alias); 7 Mar 2008 14:58:53 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12694 Received: (qmail 9557 invoked from network); 7 Mar 2008 14:58:52 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 7 Mar 2008 14:58:52 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by bifrost.dotsrc.org (Postfix) with ESMTP id DA3A1802A5F0 for ; Fri, 7 Mar 2008 15:58:45 +0100 (CET) Received: by an-out-0708.google.com with SMTP id c14so186512anc.13 for ; Fri, 07 Mar 2008 06:58:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=r3LVz6uGymiLVGY8yqj8KCs5yzhjVpSuLY6Xxz5J8ys=; b=xL4hPJEQmh9kWs6K3u9RWl+KE8iub0QdKndyHSNkZFF2eiFAVgcT4zFFrKQXcaMWENl3A0KjWNuEBC8tZmgHd4Csq/Lkop4nVnaXFcpvL4ubnm9iQmiwFfaO3kfKXfsIcP7FPexdfbyi3pZwSia7lnuPGSvaYg6ZAvxdysmWRNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cw80Y8S3R5gT2QN6Uz8Karm7oaK0HaL5HIo1/i1K5IJVAaBVYOvbVmOavKxq1H1ld2SNbGwaLKMoyiCQ4N/mdDhiVKyTXFcxrHjyNVhYS6CFfgi1+9c9/3wbcSf1yzcOPozBY7O80xdawUtdNqYHTHpUJn5+ZXZmlBhCYQdgf74= Received: by 10.100.206.11 with SMTP id d11mr3400072ang.72.1204901924540; Fri, 07 Mar 2008 06:58:44 -0800 (PST) Received: by 10.100.143.1 with HTTP; Fri, 7 Mar 2008 06:58:44 -0800 (PST) Message-ID: <2d460de70803070658s28bb1bd5q690dba200ed0005@mail.gmail.com> Date: Fri, 7 Mar 2008 15:58:44 +0100 From: "Richard Hartmann" To: "Peter Stephenson" Subject: Re: PostgreSQL completion Cc: zsh-users@sunsite.dk In-Reply-To: <20080307104052.2d2354bf@news01> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <37A35F81-842A-48BF-8EC5-7F19DD3E9EBF@distal.com> <2d460de70803061008j944ccbcgeee079395c0b96d9@mail.gmail.com> <2d460de70803061010u511aae9bpb966d59b44ae524c@mail.gmail.com> <20080307104052.2d2354bf@news01> X-Virus-Scanned: ClamAV 0.91.2/6163/Fri Mar 7 15:17:08 2008 on bifrost X-Virus-Status: Clean On Fri, Mar 7, 2008 at 11:40 AM, Peter Stephenson wrote: > We're always willing to add new completions for anything of wide interest. How would you define wide interest? Packaged by major distributions? User base of at least X people? Has been around for y years? Or just 'should not be some obscure tool no one ever even heard of'? Richard