From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22214 invoked from network); 15 Dec 2003 18:49:23 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 15 Dec 2003 18:49:23 -0000 Received: (qmail 12269 invoked by alias); 15 Dec 2003 18:49:02 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6897 Received: (qmail 12254 invoked from network); 15 Dec 2003 18:49:02 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 15 Dec 2003 18:49:02 -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 18:49:1 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id hBFIn0C13299 for zsh-users@sunsite.dk; Mon, 15 Dec 2003 10:49:00 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1031215184859.ZM13298@candle.brasslantern.com> Date: Mon, 15 Dec 2003 18:48:59 +0000 In-Reply-To: <20031215125152.GK11150@strindberg.dsv.su.se> Comments: In reply to Jesper Holmberg "Re: Completion in pwd before subdirecories" (Dec 15, 1:51pm) References: <20031213154651.GR18859@strindberg.dsv.su.se> <1031213191918.ZM5325@candle.brasslantern.com> <20031213233905.GW18859@strindberg.dsv.su.se> <3213.1071488991@gmcs3.local> <20031215125152.GK11150@strindberg.dsv.su.se> 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, 1:51pm, Jesper Holmberg wrote: } Subject: Re: Completion in pwd before subdirecories } } > zstyle ':completion:*' file-patterns \ } > '*(-/):directories %p(^-/):globbed-files' '*:all-files' } > zstyle ':completion:*' group-name '' } > zstyle ':completion:*' group-order \ } > globbed-files all-files directories } > } I put your lines in my .zshrc, but now I get surprising results: There's yet another bug wherein %p is not expanded correctly in the file-patterns style, which may be affecting you. That was fixed in zsh-workers/18811, I believe.