From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8354 invoked from network); 17 Jun 2002 17:12:21 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Jun 2002 17:12:21 -0000 Received: (qmail 9730 invoked by alias); 17 Jun 2002 17:12:03 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5067 Received: (qmail 9705 invoked from network); 17 Jun 2002 17:12:02 -0000 Date: Mon, 17 Jun 2002 10:11:56 -0700 (PDT) From: Bart Schaefer Sender: schaefer@ns1.sodaware.com To: v@johansen.mail.dk cc: zsh-users@sunsite.dk Subject: Re: compinit problems with Cygwin and Win2000 In-Reply-To: <20020617160353.EKQO27002.fepD.post.tele.dk@fepP5.im.tele.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 17 Jun 2002 v@johansen.mail.dk wrote: > My .zshrc contains just 3 lines: > > fpath=(~/.zfunc /cygdrive/c/vjo/cygwin/usr/share/zsh/4.0.4/functions) Try changing that to fpath=(~/.zfunc $fpath) and then see what happens. It probably is a bug that the `autoload -U' line gets output even when there are no function names to autoload, but the fact that it's not finding any function names means something else is already wrong.