From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4103 invoked from network); 26 Feb 2002 16:05:28 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 26 Feb 2002 16:05:28 -0000 Received: (qmail 5411 invoked by alias); 26 Feb 2002 16:05:08 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4693 Received: (qmail 5397 invoked from network); 26 Feb 2002 16:05:07 -0000 Date: Tue, 26 Feb 2002 16:05:03 +0000 From: Ian Lynagh To: zsh-users@sunsite.dk Subject: Length of %? in prompt Message-ID: <20020226160503.GA15163@stu163.keble.ox.ac.uk> Mail-Followup-To: zsh-users@sunsite.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Sender: Ian Lynagh Hi all If the length of %? will alter the number of dashes following it in my prompt am I right in thinking that my only course of action is to enumerate the (rather large!) set of possible cases with "%(n?,---...,)"? If so I guess I will have to redesign :-( Thanks Ian