From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10223 invoked from network); 29 Dec 2001 21:19:28 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 29 Dec 2001 21:19:28 -0000 Received: (qmail 10351 invoked by alias); 29 Dec 2001 21:19:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16377 Received: (qmail 10338 invoked from network); 29 Dec 2001 21:19:21 -0000 Sender: ethersoft@rcn.com To: zsh-workers@sunsite.dk Subject: Can not complete automounted directories From: Vin Shelton Organization: EtherSoft, Inc Date: 29 Dec 2001 16:20:20 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I have network shares automounted under /net//. So, for example, on my workstation I have access to a filesystem located at /net/mithril/opt. The filesystem is actually mounted at /.automount/mithril/root/opt - automount puts a nicer path on the front end. Using the new completion system, I can not complete files under /net/: zsh -f zion% echo $ZSH_VERSION 4.1.0-dev-3 zion% echo $MODULE_PATH /usr/local/zsh-2001-12-22/lib/zsh/4.1.0-dev-3 zion% ls /net/mithril/opt/b successfully completes to /net/mithril/opt/build, but zion% autoload -U compinit zion% compinit zion% ls /net/mithril/opt/b just beeps. zion% ls /.automount/mithril/root/opt/b completes correctly to 'build'. I find this behavior both under 4.0.4 and zsh built from CVS sources on 12/22. 'uname -a' reports: Linux zion.rcn.com 2.4.8-34.1mdk-smp-acs #2 SMP Sat Dec 1 14:47:30 EST 2001 i686 unknown Please let me know if there's any more information needed to debug this problem. Thanks, vin