From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6154 invoked by alias); 25 May 2010 14:12:34 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15081 Received: (qmail 16505 invoked from network); 25 May 2010 14:12:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) MIME-Version: 1.0 In-Reply-To: <9A3DC65E-EA72-4B51-93D6-6FEE454ACAF5@gmail.com> References: <9A3DC65E-EA72-4B51-93D6-6FEE454ACAF5@gmail.com> Date: Tue, 25 May 2010 07:12:29 -0700 Message-ID: Subject: Re: Problem with autocompletion From: Bart Schaefer To: Zsh Users Content-Type: text/plain; charset=ISO-8859-1 On Tue, May 25, 2010 at 3:43 AM, Andrea Morandini 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?