From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28357 invoked from network); 13 May 2004 15:20:32 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by ns1.primenet.com.au with SMTP; 13 May 2004 15:20:32 -0000 Received: (qmail 24846 invoked from network); 13 May 2004 15:20:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 May 2004 15:20:13 -0000 Received: (qmail 25369 invoked by alias); 13 May 2004 15:20:02 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19935 Received: (qmail 25358 invoked from network); 13 May 2004 15:20:02 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 13 May 2004 15:19:58 -0000 Received: (qmail 24070 invoked from network); 13 May 2004 15:19:58 -0000 Received: from finlandia.infodrom.north.de (postfix@217.89.86.34) by a.mx.sunsite.dk with SMTP; 13 May 2004 15:19:57 -0000 Received: by finlandia.infodrom.north.de (Postfix, from userid 2006) id D4626FE04; Thu, 13 May 2004 17:19:51 +0200 (CEST) Date: Thu, 13 May 2004 17:19:51 +0200 From: Matthias Kopfermann To: Peter Stephenson Cc: zsh-workers@sunsite.dk Subject: Re: zcalc bug Message-ID: <20040513151951.GA19552@finlandia.infodrom.north.de> References: <20040513140450.GA27267@picard.franken.de> <20277.1084460278@csr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20277.1084460278@csr.com> X-Operating-System: Debian GNU/Linux User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-1.5 required=6.0 tests=BAYES_01 autolearn=no version=2.63 X-Spam-Hits: -1.5 another problem is the temporary file-name . if more than one user uses zcalc the second user is not able to use zcalc because: zcalc:93: can't write history file /tmp/zshhist Matthias