From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13135 invoked from network); 4 Feb 2003 02:58:04 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 4 Feb 2003 02:58:04 -0000 Received: (qmail 17543 invoked by alias); 4 Feb 2003 02:57:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18184 Received: (qmail 17536 invoked from network); 4 Feb 2003 02:57:55 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 4 Feb 2003 02:57:55 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.46.181.248] by sunsite.dk (MessageWall 1.0.8) with SMTP; 4 Feb 2003 2:57:55 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h142vt815282; Mon, 3 Feb 2003 18:57:55 -0800 From: "Bart Schaefer" Message-Id: <1030204025755.ZM15281@candle.brasslantern.com> Date: Tue, 4 Feb 2003 02:57:55 +0000 In-Reply-To: <15934.59328.619062.393204@phl.itasoftware.com> Comments: In reply to greg@klanderman.net (Greg Klanderman) "alwayslastprompt problem" (Feb 3, 5:05pm) References: <15934.59328.619062.393204@phl.itasoftware.com> X-Mailer: Z-Mail (5.0.0 30July97) To: greg@klanderman.net, zsh-workers@sunsite.dk (Zsh list) Subject: Re: alwayslastprompt problem MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Feb 3, 5:05pm, Greg Klanderman wrote: } } What's going on? The alwayslastprompt option does not apply to non-interactive shells. A script is not "interactive", even if it calls "vared". If the shell from which you are calling the script is also zsh, try autoloading the script as a shell function instead of running it as a separate process.