Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Z-Shell Frequently Asked Questions (monthly posting)
- X-seq: zsh-workers 1770
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: pws@xxxxxx (Peter Stephenson)
- Subject: Re: Z-Shell Frequently Asked Questions (monthly posting)
- Date: Thu, 25 Jul 1996 22:31:51 +0200 (MET DST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx (Zsh workers list)
- In-reply-to: <199607250812.KAA18570@xxxxxxxxxx> 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
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author