Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: order of processing in brace expansion



I've backed off the patch that tokenizes commas coming from a parameter
expansion with globsubst.  Probably the following is a good idea to make it
clearer.

Index: Doc/Zsh/options.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/options.yo,v
retrieving revision 1.16
diff -u -r1.16 options.yo
--- Doc/Zsh/options.yo	2001/03/30 16:20:03	1.16
+++ Doc/Zsh/options.yo	2001/05/09 09:05:02
@@ -473,7 +473,8 @@
 Treat any characters resulting from parameter expansion as being
 eligible for file expansion and filename generation, and any
 characters resulting from command substitution as being eligible for
-filename generation.
+filename generation.  Braces (and commas in between) do not become eligible
+for expansion.
 )
 pindex(HASH_CMDS)
 cindex(hashing, of commands)

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author