From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6798 invoked from network); 6 Mar 2008 18:36:41 -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; 6 Mar 2008 18:36:41 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 6664 invoked from network); 6 Mar 2008 18:36:09 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Mar 2008 18:36:09 -0000 Received: (qmail 21329 invoked by alias); 6 Mar 2008 18:36:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12686 Received: (qmail 21307 invoked from network); 6 Mar 2008 18:36:00 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 6 Mar 2008 18:36:00 -0000 Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.RWTH-Aachen.DE [134.130.7.72]) by bifrost.dotsrc.org (Postfix) with ESMTP id 9F3DE8029404 for ; Thu, 6 Mar 2008 19:35:54 +0100 (CET) Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.3.58]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JXB00CCENNTCH50@mta-1.ms.rz.RWTH-Aachen.de> for zsh-users@sunsite.dk; Thu, 06 Mar 2008 19:35:53 +0100 (CET) Received: from relay.rwth-aachen.de ([134.130.3.1]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Thu, 06 Mar 2008 19:35:53 +0100 Received: from fsst.voodoo.lan ([212.117.84.140]) by relay.rwth-aachen.de (8.13.7/8.13.3/1) with ESMTP id m26IZrnH024666 for ; Thu, 06 Mar 2008 19:35:53 +0100 (MET) Received: from hawk by fsst.voodoo.lan with local (Exim 4.69) (envelope-from ) id 1JXKw9-0007vQ-Lx for zsh-users@sunsite.dk; Thu, 06 Mar 2008 19:35:25 +0100 Date: Thu, 06 Mar 2008 19:35:25 +0100 From: Frank Terbeck Subject: Re: PostgreSQL completion In-reply-to: <1204827852.8065.23.camel@zalamar> To: zsh-users@sunsite.dk Mail-followup-to: zsh-users@sunsite.dk Message-id: <20080306183525.GN30518@fsst.voodoo.lan> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline X-IronPort-AV: E=Sophos;i="4.25,457,1199660400"; d="scan'208";a="54515204" References: <37A35F81-842A-48BF-8EC5-7F19DD3E9EBF@distal.com> <2d460de70803061008j944ccbcgeee079395c0b96d9@mail.gmail.com> <1204827852.8065.23.camel@zalamar> User-Agent: Mutt/1.5.17 (2008-01-15) X-Virus-Scanned: ClamAV 0.91.2/6154/Thu Mar 6 17:41:42 2008 on bifrost X-Virus-Status: Clean Chris Ross : > On Thu, 2008-03-06 at 19:08 +0100, Richard Hartmann wrote: > > Try saving that file into > > > > /usr/share/zsh/4.?.?/functions/Completion/Unix/_psql > > > > and rehashing (no idea if you need to do more, sorry). > > 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. > > Is there a way to install the aforementioned file in my home, in some > way, so it gets used? Yes, putting it somewhere in your $fpath will do the job. And if you add a directory in your $HOME to it, it will do that as well. Regards, Frank -- In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925