From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9060 invoked from network); 24 Mar 2003 13:43:31 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 24 Mar 2003 13:43:31 -0000 Received: (qmail 17423 invoked by alias); 24 Mar 2003 13:43:09 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5977 Received: (qmail 17411 invoked from network); 24 Mar 2003 13:43:08 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 24 Mar 2003 13:43:08 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [212.125.75.4] by sunsite.dk (MessageWall 1.0.8) with SMTP; 24 Mar 2003 13:43:8 -0000 Received: (qmail 10231 invoked from network); 24 Mar 2003 13:43:07 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-6.tower-1.messagelabs.com with SMTP; 24 Mar 2003 13:43:07 -0000 Received: from finches.logica.co.uk ([158.234.142.11]) by iris.logica.co.uk (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id NAA06022; Mon, 24 Mar 2003 13:43:06 GMT X-Authentication-Warning: iris.logica.co.uk: Host [158.234.142.11] claimed to be finches.logica.co.uk Received: from finches.logica.co.uk (localhost [127.0.0.1]) by finches.logica.co.uk (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id h2ODlM102752; Mon, 24 Mar 2003 14:47:22 +0100 cc: Zsh User ML X-VirusChecked: Checked In-reply-to: <20030323195632.GC1407@eumel.yoo.local> From: Oliver Kiddle References: <20030323195632.GC1407@eumel.yoo.local> To: Thorsten Haude Subject: Re: Small Completion Problem Date: Mon, 24 Mar 2003 14:47:22 +0100 Message-ID: <2750.1048513642@finches.logica.co.uk> Thorsten Haude wrote: > > I have an alias 'n' on the NEdit client which is use very often. After > running compinit however, filenames are no longer completed. Is there > an option for compinit to change this behavior? No, it should work (does for me though I name the alias 'nedit'). What version of zsh are you running? Do you have the complete_aliases option unset? What does it complete after n - It should give you nc options but if you get options for netcat, then there is something wrong. Oliver