From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24 invoked from network); 8 Sep 2003 20:37:58 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 8 Sep 2003 20:37:58 -0000 Received: (qmail 15930 invoked by alias); 8 Sep 2003 20:37:38 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6543 Received: (qmail 15920 invoked from network); 8 Sep 2003 20:37:38 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 8 Sep 2003 20:37:38 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.238.4.143] by sunsite.dk (MessageWall 1.0.8) with SMTP; 8 Sep 2003 20:37:38 -0000 Received: from elanus (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id E3E2C4BCC for ; Mon, 8 Sep 2003 22:37:37 +0200 (DFT) Received: from elanus.its.uu.se(127.0.0.1) by elanus.its.uu.se via virus-scan id s266248; Mon, 8 Sep 03 22:35:28 +0200 Received: from localhost (NL04-165-13.STUDENT.UU.SE [10.11.165.13]) by elanus.its.uu.se (Postfix) with ESMTP id 253E84D27 for ; Mon, 8 Sep 2003 22:31:59 +0200 (DFT) Received: from jesper by localhost with local (Exim 4.20) id 19wSfa-0001zH-2M for zsh-users@sunsite.dk; Mon, 08 Sep 2003 22:31:30 +0200 Date: Mon, 8 Sep 2003 22:31:30 +0200 From: Jesper Holmberg To: Zsh-users List Subject: Re: precmd not being updated when I want Message-ID: <20030908203129.GV6280@strindberg.student.uu.se> Mail-Followup-To: Zsh-users List References: <20030908201811.GU6280@strindberg.student.uu.se> <20030908202430.GF28613@binome.blorf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030908202430.GF28613@binome.blorf.net> User-Agent: Mutt/1.5.4i * On Mon Sep 08, Wayne Davison wrote: > On Mon, Sep 08, 2003 at 10:18:11PM +0200, Jesper Holmberg wrote: > > Notice how sleep reports it is finished, but the prompt still shows "1". > > I note that using %j in the PROMPT does exactly the same thing. FYI. Thanks for your suggestion, but that doesn't seem to work for me. And I can't find %j in the manual either. I'm using zsh 4.0.7, BTW. Jesper