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

PATCH: 3.1.6-pws-4: something else I forgot



Ought to mention that there only nine backreferences are possible, sorry.
If anyone thinks they really need more, it could be arranged.

*** Doc/Zsh/expn.yo~	Tue Sep 14 15:42:32 1999
--- Doc/Zsh/expn.yo	Wed Sep 15 16:29:03 1999
***************
*** 1214,1220 ****
  the shell.  The indices use the same convention as does parameter
  substitution, so that elements of tt($mend) and tt($mbegin) may be used in
  subscripts; the tt(KSH_ARRAYS) option is respected.  Sets of globbing flags
! are not considered parenthesised groups.
  
  For example,
  
--- 1214,1221 ----
  the shell.  The indices use the same convention as does parameter
  substitution, so that elements of tt($mend) and tt($mbegin) may be used in
  subscripts; the tt(KSH_ARRAYS) option is respected.  Sets of globbing flags
! are not considered parenthesised groups; only the first nine active
! parentheses can be referenced.
  
  For example,
  
-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



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