From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18398 invoked from network); 15 Dec 2003 16:10:10 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 15 Dec 2003 16:10:10 -0000 Received: (qmail 28397 invoked by alias); 15 Dec 2003 16:09:51 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6892 Received: (qmail 28369 invoked from network); 15 Dec 2003 16:09:50 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 15 Dec 2003 16:09:50 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.11.8.53] by sunsite.dk (MessageWall 1.0.8) with SMTP; 15 Dec 2003 16:9:50 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id hBFG9mp12642 for zsh-users@sunsite.dk; Mon, 15 Dec 2003 08:09:48 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1031215160948.ZM12641@candle.brasslantern.com> Date: Mon, 15 Dec 2003 16:09:48 +0000 In-Reply-To: <3213.1071488991@gmcs3.local> Comments: In reply to Oliver Kiddle "Re: Completion in pwd before subdirecories" (Dec 15, 12:49pm) References: <20031213154651.GR18859@strindberg.dsv.su.se> <1031213191918.ZM5325@candle.brasslantern.com> <20031213233905.GW18859@strindberg.dsv.su.se> <3213.1071488991@gmcs3.local> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh-users List Subject: Re: Completion in pwd before subdirecories MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Dec 15, 12:49pm, Oliver Kiddle wrote: } } > > zstyle ':completion:*' group-name '' } > > zstyle ':completion:*' group-order files directories } > } > I tried this, and I think I understand what it does, but it doesn't make } > any difference. } } Files are completed with the all-files and globbed-files tags so no, it } doesn't work. Oops. That's what I get for cut'n'pasting from my cvs completion style; the cvs completer does have "files" and "directories" by default.