From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28918 invoked from network); 4 Feb 2000 08:40:11 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Feb 2000 08:40:11 -0000 Received: (qmail 19945 invoked by alias); 4 Feb 2000 08:40:05 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9554 Received: (qmail 19936 invoked from network); 4 Feb 2000 08:40:04 -0000 Message-ID: <389A905E.6A87C531@u.genie.co.uk> Date: Fri, 04 Feb 2000 08:39:58 +0000 From: Oliver Kiddle X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: A couple of completion problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit When establishing if a file is executable, symbolic links are not being followed: :>test1 chmod 755 test1 ln -s test1 test2 ./t This will just complete to test1 - test2 is ignored. This is in 3.1.6-dev-17; it works in 3.0.6. The second problem occurs when completing configure: cd /usr/local/src/zsh-3.1.6-dev-17 ./configure --enable-fndir -- Here, nothing is completed. Basically, completion doesn't work after a --enable-fndir which isn't followed by '=' and a value. It may nolonger be the case but I think that I have --enable-fndir in my usual zsh configure because it is needed for functions to be installed; giving it a value would just override the default directory. Anyway, it is certainly generally possible for the parameters to arguments to be optional so completion should work after them. Oliver Kiddle