From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17897 invoked from network); 9 May 2001 17:34:52 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 May 2001 17:34:52 -0000 Received: (qmail 28268 invoked by alias); 9 May 2001 17:34:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14286 Received: (qmail 28254 invoked from network); 9 May 2001 17:34:44 -0000 Message-ID: To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: example startup file In-Reply-To: Your message of "Wed, 09 May 2001 17:24:10 -0000." <1010509172410.ZM13182@candle.brasslantern.com> Date: Wed, 09 May 2001 18:34:14 +0100 From: Peter Stephenson Bart wrote: > typeset -Z 3 x # Why doesn't "typeset -Z 3 -i 8 o" work? This has always been a horrible botch up. There's only one set of numbers in the param struct, and only one number passed down with a typeset options: either it functions as a base, or it functions as a fill size. It can be fixed at the expense of a larger struct pm and with more communication between the builtin parser and bin_typeset(). -- Peter Stephenson Software Engineer CSR Ltd., Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************