From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18626 invoked from network); 27 May 1998 13:28:11 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 27 May 1998 13:28:11 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id JAA22522; Wed, 27 May 1998 09:19:37 -0400 (EDT) Resent-Date: Wed, 27 May 1998 09:19:26 -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> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII From: Bruce Stephens Date: 27 May 1998 14:18:59 +0100 In-Reply-To: Vincent Lefevre's message of "Wed, 27 May 1998 14:20:48 +0200" Message-ID: X-Mailer: Gnus v5.6.6/XEmacs 19.16 - "Lille" Resent-Message-ID: <"9tV2n1.0.PV5.TB1Rr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1554 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Vincent Lefevre writes: > But why does zsh take all the files from the directories that are > in $PATH, and not only the files that can be executed by the user? It does only consider executable files. There's nothing wrong with a command ending in ~1~ or ,v. Other than looking at the executable bit, how should zsh determine which files are really executable?