From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7250 invoked from network); 11 Sep 2000 18:17:41 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Sep 2000 18:17:41 -0000 Received: (qmail 17457 invoked by alias); 11 Sep 2000 18:17:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12794 Received: (qmail 17429 invoked from network); 11 Sep 2000 18:17:07 -0000 Date: Mon, 11 Sep 2000 19:16:39 +0100 From: Peter Stephenson Subject: Re: more wishes with automounter In-reply-to: "Your message of Mon, 11 Sep 2000 19:33:35 +0200." To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Message-id: <0G0Q00LLAIRQF9@la-la.cambridgesiliconradio.com> Content-transfer-encoding: 7BIT > [*] another wish would be that Zsh complete those invisible > directories; or more generaly: give the user the possiblity > to add "virtual files" (anywhere he want), that Zsh would > use for completion. You need to use the fake style. Something like zstyle ':completion:*:files' fake /var/autofs/nfs:stuff except you have to work out what to put for `stuff'. The manual page implies you can put more than one name there but doesn't say how to do it. A couple of weeks ago somebody posted a trick for how to make completion use anything you type at this point. Search for zstyle and fake. -- Peter Stephenson Software Engineer Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070