From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16204 invoked from network); 12 Jan 2005 16:53:34 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 12 Jan 2005 16:53:34 -0000 Received: (qmail 93280 invoked from network); 12 Jan 2005 16:53:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Jan 2005 16:53:28 -0000 Received: (qmail 16945 invoked by alias); 12 Jan 2005 16:52:36 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8359 Received: (qmail 16930 invoked from network); 12 Jan 2005 16:52:36 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 12 Jan 2005 16:52:36 -0000 Received: (qmail 89869 invoked from network); 12 Jan 2005 16:51:36 -0000 Received: from mailhost1.csr.com (HELO MAILSWEEPER01.csr.com) (81.105.217.43) by a.mx.sunsite.dk with SMTP; 12 Jan 2005 16:51:33 -0000 Received: from exchange03.csr.com (unverified [10.100.137.60]) by MAILSWEEPER01.csr.com (Content Technologies SMTPRS 4.3.12) with ESMTP id for ; Wed, 12 Jan 2005 16:50:13 +0000 Received: from news01.csr.com ([10.103.143.38]) by exchange03.csr.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 12 Jan 2005 16:53:47 +0000 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.13.1/8.12.11) with ESMTP id j0CGpVZt027339 for ; Wed, 12 Jan 2005 16:51:31 GMT Received: from csr.com (pws@localhost) by news01.csr.com (8.13.1/8.13.1/Submit) with ESMTP id j0CGpVhS027336 for ; Wed, 12 Jan 2005 16:51:31 GMT Message-Id: <200501121651.j0CGpVhS027336@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: zsh-users@sunsite.dk Subject: Re: Darwin completions not installed by default? In-reply-to: <4F5BE464-64B4-11D9-9601-000A95D2C79E@kalama.no-ip.org> References: <4F5BE464-64B4-11D9-9601-000A95D2C79E@kalama.no-ip.org> Date: Wed, 12 Jan 2005 16:51:30 +0000 From: Peter Stephenson X-OriginalArrivalTime: 12 Jan 2005 16:53:47.0248 (UTC) FILETIME=[488B3700:01C4F8C7] X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 lists wrote: > Hi all, > Am I missing something? It appears that the Darwin completion > functions aren't installed by default. You're right. I don't remember that being deliberate. In principle it could do a lot more testing of systems to see what's out there, but since it doesn't... > If I edit zsh-4.2.2/config.modules after running './configure' > so that the line starting with 'name=zsh/complete' contains > 'Completion/Darwin/*/*' I get the Darwin completions installed. This is the right workaround for now. Index: Src/Zle/complete.mdd =================================================================== RCS file: /cvsroot/zsh/zsh/Src/Zle/complete.mdd,v retrieving revision 1.10 diff -u -r1.10 complete.mdd --- Src/Zle/complete.mdd 8 Apr 2003 15:35:04 -0000 1.10 +++ Src/Zle/complete.mdd 12 Jan 2005 16:49:25 -0000 @@ -1,7 +1,7 @@ name=zsh/complete link=either load=yes -functions='Completion/*comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Cygwin/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandrake/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*' +functions='Completion/*comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Cygwin/*/* Completion/Darwin/*/* Completion/Debian/*/* Completion/Linux/*/* Completion/Mandrake/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*' moddeps="zsh/zle" -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************