From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26415 invoked from network); 22 Jan 2008 00:48:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Jan 2008 00:48:17 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 97888 invoked from network); 22 Jan 2008 00:48:10 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Jan 2008 00:48:10 -0000 Received: (qmail 14270 invoked by alias); 22 Jan 2008 00:48:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24422 Received: (qmail 14259 invoked from network); 22 Jan 2008 00:48:07 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Jan 2008 00:48:07 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 2AD888058F58 for ; Tue, 22 Jan 2008 01:47:59 +0100 (CET) Received: from acolyte.scowler.net (acolyte.scowler.net [216.254.112.45]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Tue, 22 Jan 2008 01:47:58 +0100 (CET) Received: by acolyte.scowler.net (Postfix, from userid 1000) id 7DC2C5C06B; Mon, 21 Jan 2008 19:47:59 -0500 (EST) Date: Mon, 21 Jan 2008 19:48:00 -0500 From: Clint Adams To: =?iso-8859-1?Q?J=F6rg?= Sommer Cc: zsh-workers@sunsite.dk Subject: Re: How to complete a file name? Message-ID: <20080122004800.GA16455@scowler.net> Mail-Followup-To: =?iso-8859-1?Q?J=F6rg?= Sommer , zsh-workers@sunsite.dk References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: ClamAV using ClamSMTP On Mon, Jan 14, 2008 at 04:38:34PM +0000, Jörg Sommer wrote: > is it possible to force the completion of a file name? For example, the > completion for git aliases doesn't work. git ci -- fi doesn't > complete file, while git ci is an (git) alias for git commit. Or try to > complete eval "echo /bi. Is it possible to say “complete this as a > file name maybe with the short syntax /u/s/d/z”? Quite a few things about git completion could be improved, including using aliases and the special and bizarre meaning of "--".