Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion of files with spaces in
- X-seq: zsh-workers 5957
- From: Bruce Stephens <B.Stephens@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Completion of files with spaces in
- Date: 26 Mar 1999 11:41:50 +0000
- In-reply-to: Sven Wischnowsky's message of "Thu, 25 Mar 1999 17:29:34 +0100 (MET)"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199903251629.RAA24966@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Sender: B.Stephens@xxxxxxxxx
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> Bruce Stephens wrote:
>
> > With zsh-3.1.5-pws-13, zsh -f, files with spaces in don't seem to get
> > quoted properly.
> >
> > So if I have the file "readme - corrections.txt", and I type:
> >
> > % less read<TAB>
> >
> > I get
> >
> > % less readme -
> >
> > I was expecting the spaces to be quoted with \.
> >
> > I'm sure this worked once. What's happened?
>
> Me -- breaking up things (my favorite pastime).
OK, that quotes the spaces, but I don't get completion after that.
For example, if I have the file as above, and another one
"readme - yarrow.txt", then I get:
% less readme\ -\
^ cursor here
as I'd expect, but <TAB> after that just beeps (I'd expect to be shown
the possible completions). And typing an extra "c" or "y" (to
disambiguate) doesn't help: <TAB> just beeps.
(If "readme - corrections.txt" is the only such file, then <TAB>
correctly completes the whole thing.)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author