From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24332 invoked from network); 7 Mar 2008 03:35:56 -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 03:35:56 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 25029 invoked from network); 7 Mar 2008 03:35:41 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Mar 2008 03:35:41 -0000 Received: (qmail 4603 invoked by alias); 7 Mar 2008 03:35:32 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12689 Received: (qmail 4586 invoked from network); 7 Mar 2008 03:35:31 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 7 Mar 2008 03:35:31 -0000 Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by bifrost.dotsrc.org (Postfix) with ESMTP id 840818029404 for ; Fri, 7 Mar 2008 04:35:28 +0100 (CET) Received: from torch.brasslantern.com ([71.121.18.67]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JXC00EGOCRU8F71@vms040.mailsrvcs.net> for zsh-users@sunsite.dk; Thu, 06 Mar 2008 21:38:19 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m273ZQfm022465 for ; Thu, 06 Mar 2008 19:35:26 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m273ZPe2022464 for zsh-users@sunsite.dk; Thu, 06 Mar 2008 19:35:25 -0800 Date: Thu, 06 Mar 2008 19:35:25 -0800 From: Bart Schaefer Subject: Re: PostgreSQL completion In-reply-to: <2d460de70803061752p571cc2d9ic823c752ff47688f@mail.gmail.com> To: zsh-users@sunsite.dk Message-id: <080306193525.ZM22463@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <37A35F81-842A-48BF-8EC5-7F19DD3E9EBF@distal.com> <2d460de70803061008j944ccbcgeee079395c0b96d9@mail.gmail.com> <1204827852.8065.23.camel@zalamar> <2d460de70803061752p571cc2d9ic823c752ff47688f@mail.gmail.com> Comments: In reply to "Richard Hartmann" "Re: PostgreSQL completion" (Mar 7, 2:52am) X-Virus-Scanned: ClamAV 0.91.2/6155/Thu Mar 6 22:50:53 2008 on bifrost X-Virus-Status: Clean On Mar 7, 2:52am, Richard Hartmann wrote: } Subject: Re: PostgreSQL completion } } On Thu, Mar 6, 2008 at 7:24 PM, Chris Ross wrote: } } > I'm not completely opposed to installing it in the system, but } > generally if I get a distribution of software that doesn't include } > something, I try not to confuse things by modifying the installation. } } I know what you mean and normally, I agree. In some circumstances, } it can be better to make stuff available to everyone using a system and } keeping track of all changes in a central places. Which is why the zsh installer creates /usr/share/zsh/site-functions as an empty directory, and includes it in $fpath ...