From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12384 invoked from network); 30 Jul 2000 09:41:46 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Jul 2000 09:41:46 -0000 Received: (qmail 15664 invoked by alias); 30 Jul 2000 09:38:07 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12433 Received: (qmail 27005 invoked from network); 30 Jul 2000 04:35:01 -0000 From: "Bart Schaefer" Message-Id: <1000730043454.ZM18971@candle.brasslantern.com> Date: Sun, 30 Jul 2000 04:34:54 +0000 In-Reply-To: <200007280700.JAA22468@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: zstyle question: enter menu selection on lots of ambiguity" (Jul 28, 9:00am) References: <200007280700.JAA22468@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: zstyle question: enter menu selection on lots of ambiguity MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 28, 9:00am, Sven Wischnowsky wrote: } } You can give `select=*' more than once, which especially makes sense } if it's once with a number and once with `long*': } } zstyle '*' menu yes=long select=long select=10 } } (the manual says `In addition to (or instead of)...'). Yeah, it says `select' can be in addition to or instead of `yes' et al. It doesn't say what happens when `select' is in addition to itself. It might be nice to clarify; are there other cases where it's meaningful to give similar strings multiple times in the value of a style? (I wasn't going to bother to reply to this, but one of my other messages to zsh-workers seems to have vanished, so this is doubling as a test.) -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net