From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8359 invoked from network); 1 May 2004 17:51:48 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by ns1.primenet.com.au with SMTP; 1 May 2004 17:51:48 -0000 Received: (qmail 28231 invoked from network); 1 May 2004 17:51:09 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 May 2004 17:51:09 -0000 Received: (qmail 12185 invoked by alias); 1 May 2004 17:51:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7426 Received: (qmail 12159 invoked from network); 1 May 2004 17:51:00 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 1 May 2004 17:50:57 -0000 Received: (qmail 27570 invoked from network); 1 May 2004 17:50:56 -0000 Received: from wbar3.sjo1-4-11-009-147.sjo1.dsl-verizon.net (HELO candle.brasslantern.com) (4.11.9.147) by a.mx.sunsite.dk with SMTP; 1 May 2004 17:50:54 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id i41Hor702474 for zsh-users@sunsite.dk; Sat, 1 May 2004 10:50:53 -0700 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1040501175053.ZM2473@candle.brasslantern.com> Date: Sat, 1 May 2004 17:50:52 +0000 In-Reply-To: <65c790119uqg8063k7r9eoft9vp1n2vvd2@4ax.com> Comments: In reply to zzapper "Re: Completion of CLI parameters" (May 1, 3:14pm) References: <15385.1083243379@csr.com> <1040429145959.ZM31110@candle.brasslantern.com> <65c790119uqg8063k7r9eoft9vp1n2vvd2@4ax.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-users@sunsite.dk Subject: Re: Completion of CLI parameters MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: ** X-Spam-Status: No, hits=2.8 required=6.0 tests=BAYES_00,RCVD_IN_DYNABLOCK, RCVD_IN_NJABL,RCVD_IN_NJABL_DIALUP,RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 2.8 On May 1, 3:14pm, zzapper wrote: } Subject: Re: Completion of CLI parameters } } >#autoload } ># Name this file expand-args-of and place it in a $fpath directory, and } ># then add these commands to .zshrc: } ># zle -C expand-args-of complete-word _generic } ># zstyle ':completion:expand-args-of::::' completer expand-args-of } ># bindkey '^x^a' expand-args-of } } This one just beeps at me?!? Is it possible that expand-args-of is not being autoloaded? It's compinit that processes the #autoload directive, so you either have to manually autoload it or re-run compinit or start a fresh zsh before it will work. I should have mentioned that. You may also have to remove your ~/.zcompdump file and let it be rebuilt.