From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7905 invoked from network); 3 Aug 2000 11:32:17 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Aug 2000 11:32:17 -0000 Received: (qmail 23756 invoked by alias); 3 Aug 2000 11:31:42 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12497 Received: (qmail 23749 invoked from network); 3 Aug 2000 11:31:39 -0000 Date: Thu, 3 Aug 2000 13:31:32 +0200 (MET DST) Message-Id: <200008031131.NAA12431@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Sven Wischnowsky's message of Tue, 1 Aug 2000 10:12:09 +0200 (MET DST) Subject: PATCH: Re: FW: About word splitting in read (Zsh) 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@informatik.hu-berlin.de