From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2558 invoked from network); 28 May 2002 23:37:24 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 28 May 2002 23:37:24 -0000 Received: (qmail 13708 invoked by alias); 28 May 2002 23:37:09 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5004 Received: (qmail 13697 invoked from network); 28 May 2002 23:37:08 -0000 Date: Wed, 29 May 2002 00:37:02 +0100 From: Alan Third To: zsh-users@sunsite.auc.dk Subject: Possible bug in completion? Message-ID: <20020528233702.GA15223@idiocy.org> Mail-Followup-To: Alan Third , zsh-users@sunsite.auc.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i I'm using the debian zsh-beta package: zsh 4.1.0-dev-4 (i686-pc-linux-gnu) and I came across this little thing... If I type something like: for FILE in /v/o/in/so Then that completes to: for FILE in /var/oscar/incoming/sounds/ Which is right. But if I try and do the same thing again zsh seg faults. I tried using zsh -f, and once compinit is loaded the above still occurs: grover:/home/alan>zsh -f grover% autoload -U compinit grover% compinit grover% for FILE in /var/oscar/incoming/sounds/* ;do;done grover% for FILE in /v/o/in/sozsh: segmentation fault zsh -f If it's any help, /var/oscar is mounted using nfs from a remote machine... -- Alan Third