From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 702 invoked from network); 9 May 1997 09:29:59 -0000 Received: from euclid.skiles.gatech.edu (root@130.207.146.50) by ns1.primenet.com.au with SMTP; 9 May 1997 09:29:59 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id EAA00200; Fri, 9 May 1997 04:01:38 -0400 (EDT) Resent-Date: Fri, 9 May 1997 04:01:38 -0400 (EDT) To: Zoltan Hidvegi Cc: zsh-workers@math.gatech.edu (Zsh hacking and development) Subject: Re: test patches References: <199705090742.DAA09847@hzoli.home> X-Save-Project-Gutenberg: X-Attribution: Hrv X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/xDi&N7XG KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&Ff%x_>1`T(+M2Gg/fgndU%k*ft [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J From: Hrvoje Niksic Date: 09 May 1997 10:04:50 +0200 In-Reply-To: Zoltan Hidvegi's message of Fri, 9 May 1997 03:42:03 -0400 (EDT) Message-ID: X-Mailer: Gnus v5.4.50/XEmacs 19.15 Resent-Message-ID: <"8t-xk2.0.33.XdjSp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3100 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Zoltan Hidvegi writes: > This version of zsh now seems to run debian startup/shutdown scripts > without problems, but I haven't tried any dpkg runs yet. Unfortunately > some Linux programs assume that /bin/sh has brace expansion so I'm thinking > about making ignorebraces off by default even in sh mode. bash, ksh93 and > pdksh all do brace expansion by default. The problem is that in zsh if > ignorebraces is not set, commands like `{foo' or `foo bar}' do not > work. Would it be too much work (or too much braindamage, for that matter), to do what bash does in cases of `{foo' and `foo bar}' -- i.e. pretend the expansion is not there. bash$ {foo bash: {foo: command not found bash$ foo bar} bash: foo: command not found -- Hrvoje Niksic | Student at FER Zagreb, Croatia --------------------------------+-------------------------------- Good pings come in small packets.