From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9596 invoked from network); 19 Apr 2004 14:43:23 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Apr 2004 14:43:23 -0000 Received: (qmail 5914 invoked by alias); 19 Apr 2004 14:43:03 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7366 Received: (qmail 5886 invoked from network); 19 Apr 2004 14:43:02 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 19 Apr 2004 14:43:02 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 19 Apr 2004 14:43:1 -0000 Received: (qmail 27114 invoked from network); 19 Apr 2004 14:43:00 -0000 Received: from main.gmane.org (80.91.224.249) by a.mx.sunsite.dk with SMTP; 19 Apr 2004 14:42:59 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BFZz8-0007Kb-00 for ; Mon, 19 Apr 2004 16:42:58 +0200 Received: from isi-dialin-129-180.isionline-dialin.de ([195.158.129.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Apr 2004 16:42:58 +0200 Received: from thorsten by isi-dialin-129-180.isionline-dialin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 19 Apr 2004 16:42:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@sunsite.dk From: Thorsten Kampe Subject: Re: completion not inserting matches Date: Mon, 19 Apr 2004 16:42:55 +0200 Message-ID: <1nnav5ny8cq3i$.dlg@thorstenkampe.de> References: <1040418233526.ZM9007@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: isi-dialin-129-180.isionline-dialin.de User-Agent: 40tude_Dialog/2.0.10.1de Sender: news 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 * Bart Schaefer (2004-04-19 01:35 +0100) > On Apr 18, 4:17pm, Thorsten Kampe wrote: > } These are my completion settings: [1] and [2]. > > Hrm. > > I just edited up a source-able file of your settings, deleted all my own > zstyles, sourced the file, and set up a dummy directory: > > schaefer<574> ls > linux/ linux-2.4.25-gentoo-r2/ > linux-2.4.20-wolk4.11s-r3/ linux-2.4.25_pre7-gss-r3/ > linux-2.4.20-wolk4.9s-r6/ linux-2.6.5-gentoo-r1/ > schaefer<575> cd r3 > schaefer<575> cd linux-2.4.2---sr3 > local directory > linux-2.4.20-wolk4.11s-r3/ linux-2.4.25_pre7-gss-r3/ > schaefer<575> cd linux-2.4.2---sr3 > schaefer<575> cd linux-2.4.20-wolk4.11s-r3/ > schaefer<575> cd linux-2.4.20-wolk4.9s-r6/ > schaefer<575> cd linux-2.4.25-gentoo-r2/ > schaefer<575> cd linux-2.4.25_pre7-gss-r3/ > schaefer<575> cd linux-2.4.2---sr3 > > So I've got menu completion going, but it's cycling through four choices, > not just the original two matches. > > This is with the very latest 4.2.0-dev-1 from CVS. I suppose it's possible > I have a setopt that you don't -- these are all the ones that might matter: > > [setopts] I wasn't able to reproduce your "cycle through four choices" by setting your options. Thorsten