From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11047 invoked from network); 11 Jun 2001 22:55:13 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Jun 2001 22:55:13 -0000 Received: (qmail 26540 invoked by alias); 11 Jun 2001 22:54:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14854 Received: (qmail 26522 invoked from network); 11 Jun 2001 22:54:48 -0000 From: "Bart Schaefer" Message-Id: <010611155227.ZM23318@candle.brasslantern.com> Date: Mon, 11 Jun 2001 15:52:27 -0700 In-Reply-To: <3B250CF5.6010003@mow.siemens.ru> Comments: In reply to Andrej Borsenkow "Re: HP-UX 11.00 tgetenv dilemma" (Jun 11, 10:24pm) References: <20010611165637.24436.qmail@web12503.mail.yahoo.com> <3B250CF5.6010003@mow.siemens.ru> X-Mailer: Z-Mail Lite (5.0.0 30July97) To: Andrej Borsenkow , a normal guy Subject: Re: HP-UX 11.00 tgetenv dilemma Cc: ZSH Workers Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 11, 10:24pm, Andrej Borsenkow wrote: > > a normal guy wrote: > > > P.S. What is the latest line of thought about the Export word > > splitting problem? To fix or not to fix? > > so far you are the first person to note it :-) That does not mean I am > opposed to "fixing" it - I just have no idea how easy (or difficult) it is. It shouldn't be all that difficult ... `export' and `typeset' already have special handling of foo=bar arguments for MAGIC_EQUAL_SUBST.