Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
print -z (Re: PATCH: printf builtin)
- X-seq: zsh-workers 15859
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: print -z (Re: PATCH: printf builtin)
- Date: Mon, 24 Sep 2001 04:42:10 +0000
- In-reply-to: <3BAB6726.3B23E63F@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <1709.1001084140@xxxxxxx> <3BAB6726.3B23E63F@xxxxxxxxxxx>
On Sep 21, 5:13pm, Oliver Kiddle wrote:
}
} Bart Schaefer wrote:
} >
} > There is a bit of an issue with respect to combining with -s and -z, as
} > those at present imply -n, and -z also implies -r
}
} And, as far as I can tell -z doesn't imply -r.
Hmm, the doc says:
-z
Push the arguments onto the editing buffer stack, separated
by spaces; no escape sequences are recognized.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The above is correct for zsh 2.4, but not for zsh 3.0 or later. I'm
not sure exactly when it became wrong. Does anyone remember whether
the change in behavior was intentional (and the doc simply forgotten),
or was this an accident and we should repair it to match the doc?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author