Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: make documentation clearer
- X-seq: zsh-workers 17689
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: PATCH: make documentation clearer
- Date: Tue, 17 Sep 2002 12:05:30 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
or something. Maybe the option should be called something like
DESTROY_ATTEMPTS_AT_CONSISTENT_ARGUMENT_HANDLING_WITHOUT_EXCESSIVE_QUOTING
or
USE_UNNECESSARY_PRETEND_ARRAYS_AUTOMATICALLY
to get the point across.
Index: Doc/Zsh/expn.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/expn.yo,v
retrieving revision 1.43
diff -u -r1.43 expn.yo
--- Doc/Zsh/expn.yo 5 Aug 2002 12:33:28 -0000 1.43
+++ Doc/Zsh/expn.yo 17 Sep 2002 11:00:19 -0000
@@ -374,6 +374,11 @@
for a description of parameters, including arrays, associative arrays,
and subscript notation to access individual array elements.
+Note in particular the fact that words of unquoted parameters are not
+automatically split on whitespace unless the option tt(SH_WORD_SPLIT) is
+set; see references to this option below for more details. This is an
+important difference from other shells.
+
In the expansions discussed below that require a pattern, the form of
the pattern is the same as that used for filename generation;
see noderef(Filename Generation). Note that these patterns, along with
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070
**********************************************************************
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