From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5034 invoked from network); 29 May 1998 15:42:25 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 29 May 1998 15:42:25 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id LAA17355; Fri, 29 May 1998 11:37:15 -0400 (EDT) Resent-Date: Fri, 29 May 1998 11:37:03 -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> <19980529161402.A12061@ens-lyon.fr> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII From: Bruce Stephens Date: 29 May 1998 16:36:20 +0100 In-Reply-To: Vincent Lefevre's message of "Fri, 29 May 1998 16:14:02 +0200" Message-ID: X-Mailer: Gnus v5.6.6/XEmacs 19.16 - "Lille" Resent-Message-ID: <"4ZX1Y3.0.dE4.UOjRr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1560 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: > $ benchmul[TAB] > benchmul-sparc4 benchmul-ultra1 benchmul.o > > (These 3 files are in a directory that is in my PATH.) > > $ ll sparc/benchmul* > -rwxr-xr-x 1 vlefevre lip 14924 May 29 16:12 sparc/benchmul-sparc4* > -rwxr-xr-x 1 vlefevre lip 14924 May 29 13:27 sparc/benchmul-ultra1* > -rw-r--r-- 1 vlefevre lip 1388 May 29 16:12 sparc/benchmul.o > $ echo $ZSH_VERSION > 3.0.5 OK, I think that's a bug in 3.0.5 then. It could be your configuration (if things work properly with "zsh -f" then you should look there), but it may be something that was added since. I only have 3.1.2 and later (which are still beta, but which will be released properly relatively soon, I hope), so I can't easily check 3.0.5. What does the manpage zshcompctl say, under the -C option? For 3.1.2, it explicitly says: -C controls completion when the command word itself is being completed. If no compctl -C command has been issued, the names of any executable command (whether in the path or specific to the shell, such as aliases or functions) are completed.