From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15870 invoked from network); 13 Dec 2003 15:55:25 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 13 Dec 2003 15:55:25 -0000 Received: (qmail 606 invoked by alias); 13 Dec 2003 15:55:07 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6876 Received: (qmail 7892 invoked from network); 13 Dec 2003 15:48:25 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 13 Dec 2003 15:48:25 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.238.4.143] by sunsite.dk (MessageWall 1.0.8) with SMTP; 13 Dec 2003 15:48:23 -0000 Received: by elanus.its.uu.se (Postfix, from userid 204) id 8F60549CB; Sat, 13 Dec 2003 16:48:16 +0100 (NFT) Received: from elanus.its.uu.se(127.0.0.1) by elanus.its.uu.se via virus-scan id s20528; Sat, 13 Dec 03 16:47:53 +0100 Received: from localhost (NL04-165-13.STUDENT.UU.SE [10.11.165.13]) by elanus.its.uu.se (Postfix) with ESMTP id C20C049CA for ; Sat, 13 Dec 2003 16:47:50 +0100 (NFT) Received: from jesper by localhost with local (Exim 4.24) id 1AVByl-00016X-RB for zsh-users@sunsite.dk; Sat, 13 Dec 2003 16:46:51 +0100 Date: Sat, 13 Dec 2003 16:46:51 +0100 From: Jesper Holmberg To: Zsh-users List Subject: Completion in pwd before subdirecories Message-ID: <20031213154651.GR18859@strindberg.dsv.su.se> Mail-Followup-To: Zsh-users List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i I use menu-complete. I don't know if zsh has changed its default behavior in recent versions, or if I only now noticed something I haven't noticed before. In any case, suppose I have these files in a directory: dota1.pdf dota2.pdf dir where dir is a directory. If I now type xpdf d, zsh will suggest dir as the first completion. I would prefer it if it tried it with any file matching in the current directory, before going into the sub directories. I would thus rather see dota1.pdf and dota2.pdf suggested before dir, in my example. Is this possible? Jesper This is zsh 4.1.1 under Debian.