Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with autocompletion
- X-seq: zsh-users 15081
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Problem with autocompletion
- Date: Tue, 25 May 2010 07:12:29 -0700
- In-reply-to: <9A3DC65E-EA72-4B51-93D6-6FEE454ACAF5@xxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <9A3DC65E-EA72-4B51-93D6-6FEE454ACAF5@xxxxxxxxx>
On Tue, May 25, 2010 at 3:43 AM, Andrea Morandini
<andreamorandini@xxxxxxxxx> wrote:
>
> cap staging deploy:upload FILES=my_app_dir/the_file_i_would_to_autocomp
> _cap:compadd:7: can only be called from completion function
This seems to indicate that TAB has been bound to a function that was
installed as a normal widget rather than as a completion widget (via
"zle -C"), although I would have expected things to fail a lot sooner
in that event. What output do you get from
bindkey ^I
(that is, bindkey with only one argument, which is caret capital eye)?
What do you get if, instead of TAB, you type control-X question-mark
after the equal sign?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author