From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4021 invoked from network); 11 Mar 2004 14:47:55 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 11 Mar 2004 14:47:55 -0000 Received: (qmail 19067 invoked by alias); 11 Mar 2004 14:47:07 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7142 Received: (qmail 19006 invoked from network); 11 Mar 2004 14:47:02 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 11 Mar 2004 14:47:02 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [140.78.161.123] by sunsite.dk (MessageWall 1.0.8) with SMTP; 11 Mar 2004 14:47:1 -0000 Received: from nanni.riic.uni-linz.ac.at.riic.at (nanni.riic.uni-linz.ac.at [140.78.161.79]) by proxy.riic.at (8.12.7/8.12.7/SuSE Linux 0.6) with ESMTP id i2BEkvmJ030548 for ; Thu, 11 Mar 2004 15:46:57 +0100 From: =?iso-8859-1?q?Stefan_Reich=F6r?= To: zsh-users@sunsite.dk Subject: Re: cd completion and CDABLE_VARS In-Reply-To: <19651.1079014282@csr.com> (Peter Stephenson's message of "Thu, 11 Mar 2004 14:11:22 +0000") References: <19651.1079014282@csr.com> Date: Thu, 11 Mar 2004 15:46:33 +0100 Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by AMaViS - amavis-milter (http://www.amavis.org/) >> When I type ^xh I get the following: >> tags in context :completion::complete:cd:: >> local-directories (_alternative _cd) >> >> How do you get the other entries? > > `setopt cdablevars' ought to be enough (it is for me starting from `zsh > -f'). _next_tags won't do anything until you have multiple sets of tags. Thanks! setopt cdablevars is nice. When I now hit ^xh I get the following: tags in context :completion::complete:cd:: local-directories named-directories (_alternative _cd) users named-directories directory-stack (_tilde _alternative _cd) users (_users _tilde _alternative _cd) Are the three lines three sets of tags? Which line is active? The first one? Or are all entries active? I still do not see, what _next_tags can do for me. What is the meaning of the values in ()? I see, that the user names are used for the name expansion. I do not want that. How can I switch this off? Stefan.