From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26568 invoked from network); 3 Aug 2006 17:09:20 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO, UNPARSEABLE_RELAY autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Aug 2006 17:09:20 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 61895 invoked from network); 3 Aug 2006 17:09:11 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Aug 2006 17:09:11 -0000 Received: (qmail 19910 invoked by alias); 3 Aug 2006 17:09:02 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10579 Received: (qmail 19897 invoked from network); 3 Aug 2006 17:09:01 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Aug 2006 17:09:01 -0000 Received: (qmail 60687 invoked from network); 3 Aug 2006 17:09:01 -0000 Received: from ug-out-1314.google.com (66.249.92.173) by a.mx.sunsite.dk with SMTP; 3 Aug 2006 17:09:00 -0000 Received: by ug-out-1314.google.com with SMTP id c2so314764ugf for ; Thu, 03 Aug 2006 10:08:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to; b=EN+MSxpNWIvwSG7diJLjQ/A795XEuTm1VAg3b34Gyb4gb6MzKbBAV3OyKguFaBf/7QIC/ERHw74Duc/WC92Tl8QLRqNYL18pCvSynmW4Nd2ozdk+vx1I+EhZXHvWJCu7HInHJHjKDxEnZa5iiWNHSo4LY6yuK/jOVP5naweIomk= Received: by 10.67.29.12 with SMTP id g12mr3133933ugj; Thu, 03 Aug 2006 10:08:59 -0700 (PDT) Received: from roadrunner.q.local ( [84.149.79.11]) by mx.gmail.com with ESMTP id m1sm9847268uge.2006.08.03.10.08.58; Thu, 03 Aug 2006 10:08:59 -0700 (PDT) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.6/8.13.6) with ESMTP id k73H6waS012946; Thu, 3 Aug 2006 19:06:58 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.6/8.13.6/Submit) id k73H6ufE012945; Thu, 3 Aug 2006 19:06:56 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Thu, 3 Aug 2006 19:06:56 +0200 From: Ulrich Spoerlein To: Peter Stephenson Cc: zsh-users@sunsite.dk, Bart Schaefer Subject: Re: Turn off completion of users Message-ID: <20060803170656.GD1118@roadrunner.aventurien.local> References: <20060803155512.GC1118@roadrunner.aventurien.local> <200608031616.k73GGIcT028006@news01.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608031616.k73GGIcT028006@news01.csr.com> Peter Stephenson wrote: > Ulrich Spoerlein wrote: > > There is a user 'proxy' on my system, when I now try to 'cd' into a > > directory, let's call it 'profiles' the file/dir completion will offer > > me 'proxy' as an alternative. > > This is because of the option "cdablevars". This makes it possible for > "cd user" to behave the same as "cd ~user"; it works for user > directories and named directories (i.e. where ~var behaves like $var) > alike, since those deliberately have the same behaviour. If you're not > using that, you can "unsetopt cdablevars". Splendid! Thanks to you and Bart for pointing me to the right direction. Bye, Ulrich Spoerlein -- A: Yes. >Q: Are you sure? > >A: Because it reverses the logical flow of conversation. > >>Q: Why is top posting frowned upon?