From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19869 invoked from network); 20 Mar 2004 19:29:05 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 20 Mar 2004 19:29:05 -0000 Received: (qmail 8907 invoked by alias); 20 Mar 2004 19:28:53 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7210 Received: (qmail 8878 invoked from network); 20 Mar 2004 19:28:53 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 20 Mar 2004 19:28:53 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [63.249.88.2] by sunsite.dk (MessageWall 1.0.8) with SMTP; 20 Mar 2004 19:28:52 -0000 Received: by binome.blorf.net (Postfix, from userid 1000) id 90ECC2ECA; Sat, 20 Mar 2004 11:28:51 -0800 (PST) Date: Sat, 20 Mar 2004 11:28:51 -0800 From: Wayne Davison To: Bart Schaefer Cc: zsh-users@sunsite.dk Subject: Re: Wish for rprompt feature Message-ID: <20040320192851.GG7334@blorf.net> References: <1040320171038.ZM18075@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1040320171038.ZM18075@candle.brasslantern.com> User-Agent: Mutt/1.5.5.1+cvs20040105i On Sat, Mar 20, 2004 at 05:10:38PM +0000, Bart Schaefer wrote: > PS1='%n[%h] ' > RPS1=$ZSH_VERSION > prompt bart If I use "prompt bart", the spacing prior to the date is missing and I get this error: prompt_bart_precmd:14: : parameter not set I added "unset" to the "setopt localoptions" in prompt_bart_precmd and the error went away. Is that the right fix? ..wayne..