From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10711 invoked from network); 23 Aug 1999 13:27:10 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Aug 1999 13:27:10 -0000 Received: (qmail 29900 invoked by alias); 23 Aug 1999 13:26:31 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 2496 Received: (qmail 29891 invoked from network); 23 Aug 1999 13:26:28 -0000 Date: Mon, 23 Aug 1999 15:26:11 +0200 (MET DST) Message-Id: <199908231326.PAA03303@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-users@sunsite.auc.dk CC: Dominik Vogt In-reply-to: Dominik Vogt's message of Mon, 23 Aug 1999 15:22:19 +0200 Subject: Re: cd directory completion? Dominik Vogt wrote: > I'd like to have cd complete directory names as well as > symlinks that point to directories (zsh-3.0.6). Is there > a way to do this without writing a completion function? > (And I don't want to fiddle with any 'chase symlink' setting > there may be - I like them the way they are). I couldn't > find anything appropriate in the man page. If it's not > possible without a function, has anybody written one and > can send it to me? The simplest solution: compctl -/ cd For more, see the `compctl-examples' file or the examples at http://www.zsh.org. Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de