From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28838 invoked from network); 8 Apr 2003 15:26:54 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 8 Apr 2003 15:26:54 -0000 Received: (qmail 8201 invoked by alias); 8 Apr 2003 15:26:08 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18440 Received: (qmail 8188 invoked from network); 8 Apr 2003 15:26:07 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 8 Apr 2003 15:26:07 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [216.136.128.122] by sunsite.dk (MessageWall 1.0.8) with SMTP; 8 Apr 2003 15:26:6 -0000 Message-ID: <20030408152604.18809.qmail@web10409.mail.yahoo.com> Received: from [209.86.240.124] by web10409.mail.yahoo.com via HTTP; Tue, 08 Apr 2003 08:26:04 PDT Date: Tue, 8 Apr 2003 08:26:04 -0700 (PDT) From: Felix Rosencrantz Subject: Re: Cygwin completion functions To: zw In-Reply-To: <20030407111103.53358.qmail@web10404.mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1733611971-1049815564=:17347" --0-1733611971-1049815564=:17347 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline I forget to list the Cygwin tree as part of the completion module. This change will cause the files to be installed. -FR. __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com --0-1733611971-1049815564=:17347 Content-Type: text/plain; name="cygwin_diffs2.txt" Content-Description: cygwin_diffs2.txt Content-Disposition: inline; filename="cygwin_diffs2.txt" Index: Src/Zle/complete.mdd =================================================================== RCS file: /cvsroot/zsh/zsh/Src/Zle/complete.mdd,v retrieving revision 1.9 diff -u -r1.9 complete.mdd --- Src/Zle/complete.mdd 13 Feb 2003 16:34:36 -0000 1.9 +++ Src/Zle/complete.mdd 7 Apr 2003 23:31:17 -0000 @@ -1,7 +1,7 @@ name=zsh/complete link=either load=yes -functions='Completion/*comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* 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/Debian/*/* Completion/Linux/*/* Completion/Mandrake/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*' moddeps="zsh/zle" --0-1733611971-1049815564=:17347--