From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7401 invoked from network); 29 Sep 2004 21:08:59 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Sep 2004 21:08:59 -0000 Received: (qmail 9398 invoked from network); 29 Sep 2004 21:08:52 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Sep 2004 21:08:52 -0000 Received: (qmail 27098 invoked by alias); 29 Sep 2004 21:08:05 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8031 Received: (qmail 27067 invoked from network); 29 Sep 2004 21:08:04 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 Sep 2004 21:08:04 -0000 Received: (qmail 6619 invoked from network); 29 Sep 2004 21:07:05 -0000 Received: from blackbeard.valdosta.edu (168.18.130.103) by a.mx.sunsite.dk with SMTP; 29 Sep 2004 21:07:04 -0000 Received: from blackbeard.valdosta.edu (localhost [127.0.0.1]) by blackbeard.valdosta.edu (8.13.1/8.13.1) with ESMTP id i8TL6wpU007712 for ; Wed, 29 Sep 2004 17:06:58 -0400 Received: (from keef@localhost) by blackbeard.valdosta.edu (8.13.1/8.13.1/Submit) id i8TL6wFE007711 for zsh-users@sunsite.dk; Wed, 29 Sep 2004 17:06:58 -0400 X-Authentication-Warning: blackbeard.valdosta.edu: keef set sender to zsh@local7.info using -f Date: Wed, 29 Sep 2004 17:06:58 -0400 From: keef To: zsh-users@sunsite.dk Subject: completion from pwd Message-ID: <20040929210658.GB7640@blackbeard.valdosta.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i User-Agent: Mutt (grrrrr edition) X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.0 required=6.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Hits: -0.0 Id like to complete filenames starting with the pwd; currently the completion is based on my $PATH, is there anyway to override this ? many thx in advance