From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27750 invoked from network); 8 Sep 2003 20:59:06 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 8 Sep 2003 20:59:06 -0000 Received: (qmail 26082 invoked by alias); 8 Sep 2003 20:58:52 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6544 Received: (qmail 26071 invoked from network); 8 Sep 2003 20:58:51 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 8 Sep 2003 20:58:51 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [192.54.253.222] by sunsite.dk (MessageWall 1.0.8) with SMTP; 8 Sep 2003 20:58:51 -0000 Received: by binome.blorf.net (Postfix, from userid 1000) id 8EDDB8FD91; Mon, 8 Sep 2003 13:58:50 -0700 (PDT) Date: Mon, 8 Sep 2003 13:58:50 -0700 From: Wayne Davison To: Zsh-users List Subject: Re: precmd not being updated when I want Message-ID: <20030908205850.GG28613@binome.blorf.net> References: <20030908201811.GU6280@strindberg.student.uu.se> <20030908202430.GF28613@binome.blorf.net> <20030908203129.GV6280@strindberg.student.uu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030908203129.GV6280@strindberg.student.uu.se> User-Agent: Mutt/1.5.4i On Mon, Sep 08, 2003 at 10:31:30PM +0200, Jesper Holmberg wrote: > Thanks for your suggestion, but that doesn't seem to work for me. That wasn't a suggestion, that was my noting that %j was broken in exactly the same way. (I'm using 4.1.1, FYI.) 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. I haven't had a chance to look at it, though. ..wayne..