From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22082 invoked from network); 23 Jan 2003 10:24:07 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 23 Jan 2003 10:24:07 -0000 Received: (qmail 6613 invoked by alias); 23 Jan 2003 10:23:48 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5806 Received: (qmail 6604 invoked from network); 23 Jan 2003 10:23:47 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 23 Jan 2003 10:23:47 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [207.32.101.3] by sunsite.dk (MessageWall 1.0.8) with SMTP; 23 Jan 2003 10:23:47 -0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by f1mail.forumone.com (Postfix) with ESMTP id 889AA33B56 for ; Thu, 23 Jan 2003 05:23:31 -0500 (EST) Received: by f1mail.forumone.com (Postfix, from userid 503) id 93AAA33B38; Thu, 23 Jan 2003 05:23:30 -0500 (EST) Date: Thu, 23 Jan 2003 05:23:30 -0500 From: Joakim Ryden To: zsh-users@sunsite.dk Subject: Re: Prompt themes Message-ID: <20030123102330.GB12274@forumone.com> References: <20030123085730.GA2758@io.com> <6134254DE87BD411908B00A0C99B044F03A0B5F7@mowd019a.mow.siemens.ru> <20030123101945.GB8774@io.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030123101945.GB8774@io.com> User-Agent: Mutt/1.3.28i X-Powered-By: Linux 2.4.9-31smp X-Virus-Scanned: by AMaViS snapshot-20020300 zstyle ':completion:*' completer _expand ^^^^^^^ I think the _expand there will do it for you. --Jo On Thu, Jan 23, 2003 at 04:19:45AM -0600, john@io.com wrote: => Going through all those directories reminded me of another zsh feature => I used to have that for some reason stopped working at some point. I => used to be able to do something like: => => % cd /u/s/z/4/f/M => => ...and wind up with... => => % cd /usr/share/zsh/4.0.6/functions/Misc => => ...but not any more. I've been fishing around the manpages and Google => for "zsh complete multiple directories" and "zsh complete directory => tree" and "zsh complete pathname" with no success. I assume the change => happened when I went from compctl to zstyle...does anybody know the => appropriate incantation to get this back? A better answer might be some => hints on where to search...it always seems like zsh does a zillion and => one cool things, but I can never find any of them in the manual. :) => => -- => ------------------------------------------------------------------------ => John Buttery => (Web page temporarily unavailable) => ------------------------------------------------------------------------