From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2504 invoked from network); 29 Apr 2004 12:57:36 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (@130.225.247.86) by ns1.primenet.com.au with SMTP; 29 Apr 2004 12:57:36 -0000 Received: (qmail 19188 invoked from network); 29 Apr 2004 12:57:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Apr 2004 12:57:01 -0000 Received: (qmail 22839 invoked by alias); 29 Apr 2004 12:56:51 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7420 Received: (qmail 22829 invoked from network); 29 Apr 2004 12:56:51 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 29 Apr 2004 12:56:51 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 29 Apr 2004 12:56:51 -0000 Received: (qmail 18439 invoked from network); 29 Apr 2004 12:56:51 -0000 Received: from lhuumrelay3.lnd.ops.eu.uu.net (62.189.58.19) by a.mx.sunsite.dk with SMTP; 29 Apr 2004 12:56:47 -0000 Received: from MAILSWEEPER01.csr.com (mailhost1.csr.com [62.189.183.235]) by lhuumrelay3.lnd.ops.eu.uu.net (8.11.0/8.11.0) with ESMTP id i3TCuJv04307 for ; Thu, 29 Apr 2004 12:56:19 GMT Received: from EXCHANGE02.csr.com (unverified [192.168.137.45]) by MAILSWEEPER01.csr.com (Content Technologies SMTPRS 4.3.12) with ESMTP id for ; Thu, 29 Apr 2004 13:55:51 +0100 Received: from csr.com ([192.168.144.127]) by EXCHANGE02.csr.com with Microsoft SMTPSVC(5.0.2195.6713); Thu, 29 Apr 2004 13:57:23 +0100 To: zsh-users@sunsite.dk Subject: Re: Completion of CLI parameters In-reply-to: "zzapper"'s message of "Thu, 29 Apr 2004 13:46:55 BST." Date: Thu, 29 Apr 2004 13:56:19 +0100 Message-ID: <15385.1083243379@csr.com> From: Peter Stephenson X-OriginalArrivalTime: 29 Apr 2004 12:57:23.0234 (UTC) FILETIME=[83A2F020:01C42DE9] X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: ** X-Spam-Status: No, hits=2.1 required=6.0 tests=BAYES_90 autolearn=no version=2.63 X-Spam-Hits: 2.1 zzapper wrote: > Sorry to abuse your helpfullness but could you give me a complete > "idiots guide". > > I presumably need a > zle > bindkey > function insert-args-of > > Do these all go in my startup files? (I use .zshenv) (Don't copy zsh-workers on messages to zsh-users. I think it's smart enough to sort it out but you shouldn't anyway.) You need in to save what I sent you on a directory in your $fpath. In your start-up file you will have something like autoload -U insert-args-of zle -N insert-args-of bindkey '^x^a' insert-args-of See various similar examples in the zshcontrib manual page. -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************