From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 453 invoked from network); 13 May 2004 16:47:31 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by ns1.primenet.com.au with SMTP; 13 May 2004 16:47:31 -0000 Received: (qmail 31773 invoked from network); 13 May 2004 16:46:50 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 May 2004 16:46:50 -0000 Received: (qmail 26089 invoked by alias); 13 May 2004 16:46:41 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7451 Received: (qmail 26079 invoked from network); 13 May 2004 16:46:40 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 13 May 2004 16:46:37 -0000 Received: (qmail 31174 invoked from network); 13 May 2004 16:46:37 -0000 Received: from pop.gmx.de (HELO mail.gmx.net) (213.165.64.20) by a.mx.sunsite.dk with SMTP; 13 May 2004 16:46:36 -0000 Received: (qmail 27221 invoked by uid 65534); 13 May 2004 16:46:09 -0000 Received: from pD951314F.dip.t-dialin.net (EHLO denis) (217.81.49.79) by mail.gmx.net (mp027) with SMTP; 13 May 2004 18:46:09 +0200 X-Authenticated: #19240895 Date: Thu, 13 May 2004 18:48:06 +0200 From: Maurice To: zsh-users@sunsite.dk Subject: tab-completion from wildcard Message-Id: <20040513184806.4ca35ffa.mauricex@gmx.net> X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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=none autolearn=no version=2.63 X-Spam-Hits: 0.0 Hi, if I press TAB after a '*', it doesn't insert the matching files immediately. Instead I have to press TAB several times. I hope this example makes it clear: % touch a b c % echo * % echo a a b c * a b c This is after I played around with compinstall, but I can't figure out how to get the old behaviour back, while keeping the other settings the same. Would be nice if someone could point me to the right setting. Thanks. zsh-Version 4.1.1 The lines generated by compinstall: zstyle ':completion:*' completer _expand _complete _correct _approximate zstyle ':completion:*' completions 1 zstyle ':completion:*' expand prefix zstyle ':completion:*' glob 1 zstyle ':completion:*' insert-unambiguous true zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' 'r:|[._-]=* r:|=*' zstyle ':completion:*' max-errors 1 zstyle ':completion:*' menu select=1 zstyle ':completion:*' original true zstyle ':completion:*' substitute 1