Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

copy-prev-word question RE: Bug report interface comments



>
> 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