Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Re: FW: About word splitting in read (Zsh)
- X-seq: zsh-workers 12497
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: Re: FW: About word splitting in read (Zsh)
- Date: Thu, 3 Aug 2000 13:31:32 +0200 (MET DST)
- In-reply-to: Sven Wischnowsky's message of Tue, 1 Aug 2000 10:12:09 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I wrote:
> [... read builtin with -r option]
>
> But still. The docs are wrong (backslashes inside the string). Should
> we change the code or the doc?
This changes the docs.
Bye
Sven
Index: Doc/Zsh/builtins.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/builtins.yo,v
retrieving revision 1.14
diff -u -r1.14 builtins.yo
--- Doc/Zsh/builtins.yo 2000/06/26 15:36:57 1.14
+++ Doc/Zsh/builtins.yo 2000/08/03 11:30:48
@@ -761,7 +761,8 @@
startitem()
item(tt(-r))(
Raw mode: a `tt(\)' at the end of a line does not signify line
-continuation.
+continuation and backslashes in the line don't quote the following
+character and are not removed.
)
item(tt(-q))(
Read only one character from the terminal and set var(name) to
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author