Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Lack of any functionality in new completion
- X-seq: zsh-workers 5910
- From: Josh Howard <jrh@xxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Lack of any functionality in new completion
- Date: 23 Mar 1999 10:27:17 -0800
- In-reply-to: Sven Wischnowsky's message of "Tue, 23 Mar 1999 14:46:59 +0100 (MET)"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199903231346.OAA19230@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Well, I with I can't seem to find any relation to setopting those and
it actually doing anything. If I go in to ~/.zsh/ (where I put most of
the scripts) and do something silly like an 'autoload _*', I get
slightly different behavior. If I do an 'ls -l _pa^D', I get the same
line repeated, such as:
jrh@kashmir:~/.zsh> ls _par^D
jrh@kashmir:~/.zsh> ls _par
Same thing as with ^I instead of ^D
And the file _parameter is in that directory.
I tried this with as vanilla of a zsh as I could try, ie, none of my
previous startup files to no avail.
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> Josh Howard wrote:
>
> > Hitting ^I/tab seems to do absolutely nothing, however. Is there
> > something I'm simply missing?
> > Sorry if this is just vast ineptitude on my part, but I guess
> > things just aren't going my way.
>
> Have you got it working already? There is also this: due to the option
> listambiguous being set by default nowadays trying to complete an
> empty string will indeed have no visual result in many cases. So you
> might want to have a look at the description of options like
> listambiguous, autolist, automenu, etc.
>
> Bye
> Sven
>
>
> --
> Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
>
--
Josh Howard <jrh@xxxxxxxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author