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/2) with ESMTP id GAA26143 for ; Fri, 26 Jul 1996 06:35:39 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA27437; Thu, 25 Jul 1996 16:32:24 -0400 (EDT) Resent-Date: Thu, 25 Jul 1996 16:32:24 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199607252031.WAA29799@bolyai.cs.elte.hu> Subject: Re: Z-Shell Frequently Asked Questions (monthly posting) To: pws@ifh.de (Peter Stephenson) Date: Thu, 25 Jul 1996 22:31:51 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu (Zsh workers list) In-Reply-To: <199607250812.KAA18570@sgi.ifh.de> from Peter Stephenson at "Jul 25, 96 10:12:11 am" Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"R6uGZ.0.di6.Odzzn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1770 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > From 3.0-pre3, [[, { and } are reserved words, hence must be > separated from other characters by whitespace. (This change may > be partially backed out since it breaks many scripts.) I'm going to include this FAQ a little bit modified in pre4, patch included below. It is not likely that the old [[ ... ]] behaviour will ever be restored because it conflicts with the POSIX character class patterns like [[:alpha:]]. Zoltan *** /tmp/FAQ Thu Jul 25 22:22:34 1996 --- FAQ Thu Jul 25 22:22:38 1996 *************** *** 204,210 **** completion. This version is known to have a bug with pipelines inside other shell structures (now fixed in 2.6). ! The release of zsh 3.0 is imminent; currently 3.0-pre3 is available. Major zsh sites are particularly encouraged to download this and report any bugs. The new major number 3.0 largely reflects the considerable internal changes in zsh to make it more reliable, --- 204,210 ---- completion. This version is known to have a bug with pipelines inside other shell structures (now fixed in 2.6). ! The release of zsh 3.0 is imminent; currently 3.0-pre4 is available. Major zsh sites are particularly encouraged to download this and report any bugs. The new major number 3.0 largely reflects the considerable internal changes in zsh to make it more reliable, *************** *** 1127,1134 **** Changes since zsh 2.5: From 3.0-pre3, [[, { and } are reserved words, hence must be ! separated from other characters by whitespace. (This change may ! be partially backed out since it breaks many scripts.) The option CSH_JUNKIE_PAREN has been removed: csh-like code now always does what it looks like it does, so `if ( ... ) ...' executes the code in parentheses in a subshell. To make this --- 1127,1135 ---- Changes since zsh 2.5: From 3.0-pre3, [[, { and } are reserved words, hence must be ! separated from other characters by whitespace. From 3.0-pre4 ! { and } work again without whitespace if the IGNORE_BRACES option ! is not set. The option CSH_JUNKIE_PAREN has been removed: csh-like code now always does what it looks like it does, so `if ( ... ) ...' executes the code in parentheses in a subshell. To make this