Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
copy-prev-word question RE: Bug report interface comments
- X-seq: zsh-workers 10455
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: copy-prev-word question RE: Bug report interface comments
- Date: Tue, 4 Apr 2000 13:29:11 +0400
- Importance: Normal
- In-reply-to: <200004040919.LAA04947@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> 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<TAB>
bor@itsrm2% mv BIC\ NMI.rm2/
bor@itsrm2% mv BIC\ NMI.rm2 <ESC-^_>
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 <ESC-.>
bor@itsrm2% mv 'yy yy'
the same with
bor@itsrm2% mv yy\ yy
the "yy\ yy" is inserted.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author