From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10350 invoked from network); 4 Apr 2000 09:29:38 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Apr 2000 09:29:38 -0000 Received: (qmail 2191 invoked by alias); 4 Apr 2000 09:29:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10455 Received: (qmail 2182 invoked from network); 4 Apr 2000 09:29:24 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: copy-prev-word question RE: Bug report interface comments Date: Tue, 4 Apr 2000 13:29:11 +0400 Message-ID: <002f01bf9e18$3c2f74d0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: <200004040919.LAA04947@beta.informatik.hu-berlin.de> Importance: Normal > > Erm... could we, until we have some automatic forwarding from the bug > manager to zsh-workers, agree that full bug descriptions be sent to > zsh-workers, too? > bor@itsrm2% mv BI bor@itsrm2% mv BIC\ NMI.rm2/ bor@itsrm2% mv BIC\ NMI.rm2 bor@itsrm2% mv BIC\ NMI.rm2 NMI.rm2 I'd expect it to respect shell quouting ... note, that insert-last-word does that: bor@itsrm2% mv 'xx xx' 'yy yy' mv: Cannot access xx xx: No such file or directory bor@itsrm2% mv bor@itsrm2% mv 'yy yy' the same with bor@itsrm2% mv yy\ yy the "yy\ yy" is inserted. -andrej