From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28552 invoked by alias); 15 Aug 2011 09:18:49 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16247 Received: (qmail 12067 invoked from network); 15 Aug 2011 09:18:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at vinc17.net does not designate permitted sender hosts) Date: Mon, 15 Aug 2011 11:18:34 +0200 From: Vincent Lefevre To: zsh-users@zsh.org Subject: Re: command completion Message-ID: <20110815091834.GP20653@prunille.vinc17.org> Mail-Followup-To: zsh-users@zsh.org References: <20110814205936.GI20653@prunille.vinc17.org> <110814151453.ZM19551@torch.brasslantern.com> <20110814230737.GK20653@prunille.vinc17.org> <110814165650.ZM19855@torch.brasslantern.com> <20110815005734.GM20653@prunille.vinc17.org> <110814211341.ZM20215@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <110814211341.ZM20215@torch.brasslantern.com> X-Mailer-Info: http://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.21-6194-vl-r44775 (2011-07-13) On 2011-08-14 21:13:41 -0700, Bart Schaefer wrote: > Most people are probably already have > > zstyle ':completion:*:complete:*' group-name '' > > and are therefore content with > > zstyle ':completion:*:complete:-command-:*' group-order commands > > which makes sure that the command names are offered first, rather > than mixed with the directory names. However the number of keys typed is not reduced by that. I mean, instead of getting the command completion with one TAB, one may need more because matching directories are in the way. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)