From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21945 invoked from network); 27 May 1998 16:26:11 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 27 May 1998 16:26:11 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id MAA29497; Wed, 27 May 1998 12:21:34 -0400 (EDT) Resent-Date: Wed, 27 May 1998 12:21:21 -0400 (EDT) To: zsh-users@math.gatech.edu Subject: Re: completion ignoring References: <199805221523.QAA17745@taos.demon.co.uk> <199805221534.LAA13850@luomat.peak.org> <980522095232.ZM29476@candle.brasslantern.com> <19980527142048.A20324@ens-lyon.fr> <19980527174141.G1747@math.fu-berlin.de> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII From: Bruce Stephens Date: 27 May 1998 17:21:18 +0100 In-Reply-To: Sven Guckes's message of "Wed, 27 May 1998 17:41:41 +0200" Message-ID: X-Mailer: Gnus v5.6.6/XEmacs 19.16 - "Lille" Resent-Message-ID: <"sEjrt.0.HC7.0s3Rr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1556 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Sven Guckes writes: > Example: Let's assume that the current dir (ie '.') is in the $PATH [*]. > Then the zsh should behave like this: > > $ touch foo > $ chmod 700 foo > $ f > "foo" is shown > $ chmod 600 foo > $ f > "foo" is NOT shown > > Is this possible? (I hope that's not in the manual. ;-) That's what I understood the question to be. And yes, isn't this how zsh works right now? I don't remember this being changed recently, so I'd guess it's quite old behaviour? I just tried with "zsh -f" (3.1.2-zefram3), and it has exactly the behaviour you list above. Not only that, but "chmod 670 foo" still has foo not being displayed.