From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18036 invoked from network); 7 Feb 2000 14:39:54 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Feb 2000 14:39:54 -0000 Received: (qmail 22174 invoked by alias); 7 Feb 2000 14:39:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9605 Received: (qmail 22156 invoked from network); 7 Feb 2000 14:39:34 -0000 Message-ID: <389ED914.6F99C5D@u.genie.co.uk> Date: Mon, 07 Feb 2000 14:39:16 +0000 From: Oliver Kiddle X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: Problem with completion after a variable with globcomplete Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit zsh -f autoload -U compinit compinit setopt globcomplete f=/home cd $f/okiddle/ Here the tab, inserts a space when I would expect it to list directories in my home. It seems to be that completion stops working for the second directory after a variable reference. Oliver Kiddle