From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 803 invoked from network); 21 Jan 2002 17:28:41 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Jan 2002 17:28:41 -0000 Received: (qmail 23802 invoked by alias); 21 Jan 2002 17:28:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16474 Received: (qmail 23791 invoked from network); 21 Jan 2002 17:28:33 -0000 Date: Mon, 21 Jan 2002 12:28:29 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Subject: _command_names and path Message-ID: <20020121172829.GB6491@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i _command_names will complete executable files in the current directory even if "." isn't in the path. What's the best way to avoid this?