From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id EAA19649 for ; Tue, 21 May 1996 04:14:22 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id NAA09077; Mon, 20 May 1996 13:55:23 -0400 (EDT) Resent-Date: Mon, 20 May 1996 13:55:23 -0400 (EDT) From: Zefram Message-Id: <18184.199605201754@stone.dcs.warwick.ac.uk> Subject: Re: 8-bit patch for zle_tricky.c To: hzoli@cs.elte.hu (Zoltan Hidvegi) Date: Mon, 20 May 1996 18:54:57 +0100 (BST) Cc: A.Main@dcs.warwick.ac.uk, zsh-workers@math.gatech.edu In-Reply-To: <199605201721.TAA04182@bolyai.cs.elte.hu> from "Zoltan Hidvegi" at May 20, 96 07:21:28 pm X-Loop: zefram@dcs.warwick.ac.uk X-Stardate: [-31]7533.73 X-US-Congress: Moronic fuckers MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"qe02T1.0.kD2.A8Ben"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1101 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >I do not think so. Neither bash nor ksh93 does this. Look: > >% ksh >$ count () { echo $# ; } >$ IFS=/ >$ count as/df/gh >1 > >SH_WORD_SPLIT only changes the result of substitutions. Hmm. ksh doesn't field split there, but sh does. I think we should eventually have an option to emulate this, but it's not essential. -zefram