From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22011 invoked from network); 27 May 1998 16:38:18 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 27 May 1998 16:38:18 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id MAA00025; Wed, 27 May 1998 12:31:42 -0400 (EDT) Resent-Date: Wed, 27 May 1998 12:31:25 -0400 (EDT) From: "Bart Schaefer" Message-Id: <980527093147.ZM23941@candle.brasslantern.com> Date: Wed, 27 May 1998 09:31:47 -0700 In-Reply-To: <19980527174141.G1747@math.fu-berlin.de> Comments: In reply to Sven Guckes "Re: completion ignoring" (May 27, 5:41pm) 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> X-Mailer: Z-Mail (4.0b.820 20aug96) To: Sven Guckes , zsh-users@math.gatech.edu Subject: Re: completion ignoring MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <"F6Vaz1.0.UK7.T_3Rr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1557 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On May 27, 5:41pm, Sven Guckes wrote: } Subject: Re: completion ignoring } } I think Vincent.Lefevre meant this: } } When using command name expansion (correct term?) } can the zsh check the permissions on the executable files } and present those that are actually executable for the user? That already happens; that's what Bruce Stevens' meant. When you check an executable into RCS, the ,v file has write permission removed but not execute permission: zagzig[23] ci bleep bleep,v <-- bleep initial revision: 1.1 done zagzig[24] ls -l bleep* -r-xr-xr-x 1 schaefer schaefer 249 May 27 09:27 bleep,v* That's how RCS keeps track of what permissions to assign when checking the file out again. But zsh has no way of knowing that the ,v file is "not really" executable. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com