From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5994 invoked from network); 4 Nov 2005 09:34:28 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Nov 2005 09:34:28 -0000 Received: (qmail 26092 invoked from network); 4 Nov 2005 09:34:22 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Nov 2005 09:34:22 -0000 Received: (qmail 16673 invoked by alias); 4 Nov 2005 09:34:15 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9615 Received: (qmail 16659 invoked from network); 4 Nov 2005 09:34:14 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Nov 2005 09:34:14 -0000 Received: (qmail 25028 invoked from network); 4 Nov 2005 09:34:14 -0000 Received: from lxsrv96.atlas.de (HELO mail96.atlas.de) (194.156.172.86) by a.mx.sunsite.dk with SMTP; 4 Nov 2005 09:34:13 -0000 Received: from vssrv01.atlas.de (vssrv01.atlas.de [10.200.101.18]) by mail96.atlas.de (Postfix) with SMTP id DA5D613930 for ; Fri, 4 Nov 2005 10:34:12 +0100 (CET) Received: from mgsrv01.atlas.de ([10.200.101.16]) by vssrv01.atlas.de (SMSSMTP 4.1.9.35) with SMTP id M2005110410341331401 for ; Fri, 04 Nov 2005 10:34:13 +0100 Received: by mgsrv01.atlas.de (Postfix, from userid 65534) id D3CE722B45; Fri, 4 Nov 2005 10:34:12 +0100 (CET) Received: from mssrv01.atlas.de (mssrv01.atlas.de [141.200.122.90]) by mgsrv01.atlas.de (Postfix) with ESMTP id 8B2D922B45 for ; Fri, 4 Nov 2005 10:34:12 +0100 (CET) Received: from mssrv04.atlas.de ([141.200.122.93]) by mssrv01.atlas.de with Microsoft SMTPSVC(5.0.2195.6713); Fri, 4 Nov 2005 10:34:13 +0100 Received: from [141.200.33.44] ([141.200.33.44]) by mssrv04.atlas.de with Microsoft SMTPSVC(5.0.2195.6713); Fri, 4 Nov 2005 10:34:12 +0100 Message-ID: <436B2B11.1070503@atlas.de> Date: Fri, 04 Nov 2005 10:34:09 +0100 From: Eike Kroemer Reply-To: kroemer@atlas.de Organization: ATLAS Elektronik User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: de-de, en-us, en MIME-Version: 1.0 To: zsh-users@sunsite.dk Subject: what zshcompsys-syntax is equals compctl -C -f ? X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Nov 2005 09:34:13.0257 (UTC) FILETIME=[EAB18F90:01C5E122] X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.4 Hi there, just recently I had to upgrade from zsh 4.0.6 to zsh 4.2.1 and now I'm unable to reproduce the filename-completion behaviour I'm used to. My old .zshrc had the lines --------------------------------> #### options for zsh-behaviour setopt always_to_end setopt auto_list unsetopt automenu setopt auto_param_slash setopt bsd_echo setopt csh_null_glob setopt extended_glob unsetopt menu_complete unsetopt rec_exact setopt no_nomatch setopt rmstarsilent setopt sh_file_expansion setopt nocorrect setopt nocorrect_all unsetopt auto_remove_slash # expand only to filenames compctl -C -f --------------------------------< and I used "compctl -C -f" to avoid path-lookup in completion. For example assume my $PWD has a subdirectory "bin/" and I want to call "Script" located in this dir. As long as compctl -C -f worked I could enter "bi" and zsh would expand to bin/, the only file or directory starting with "bi" present in $PWD. But now that compctl is deprecated I'm unable to configure the new-style behaviour of zshcompsys to reproduce the desired result. Default-behaviour is to include all executables in $PATH beginning with "bi", sadly yielding kroemer@pcma44:~ > bi bibtex bindkey bioradtopgm bitmap bin/ binhex bison which is of no use to me :-( Can anyone help? Thanks in advance.... Eike -- "...but plagiarize, plagiarize, plagiarize, only be sure to always call it please -- research" (Tom Lehrer: Lobachevsky)