From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5702 invoked from network); 9 Sep 2003 01:11:10 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 Sep 2003 01:11:10 -0000 Received: (qmail 10142 invoked by alias); 9 Sep 2003 01:10:58 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6548 Received: (qmail 10132 invoked from network); 9 Sep 2003 01:10:57 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 9 Sep 2003 01:10:57 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.64.232.255] by sunsite.dk (MessageWall 1.0.8) with SMTP; 9 Sep 2003 1:10:57 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h891Ats32212 for zsh-users@sunsite.dk; Mon, 8 Sep 2003 18:10:55 -0700 From: Bart Schaefer Message-Id: <1030909011055.ZM32211@candle.brasslantern.com> Date: Tue, 9 Sep 2003 01:10:55 +0000 In-Reply-To: <20030908205850.GG28613@binome.blorf.net> Comments: In reply to Wayne Davison "Re: precmd not being updated when I want" (Sep 8, 1:58pm) References: <20030908201811.GU6280@strindberg.student.uu.se> <20030908202430.GF28613@binome.blorf.net> <20030908203129.GV6280@strindberg.student.uu.se> <20030908205850.GG28613@binome.blorf.net> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh-users List Subject: Re: precmd not being updated when I want MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 8, 1:58pm, Wayne Davison wrote: } } I assume that the reason for the failure is that the re-prompting is } just a redraw, so zsh does no re-evaluation of the prompt at that } point. Exactly so.