From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 652 invoked from network); 25 Jan 2005 14:14:08 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 Jan 2005 14:14:08 -0000 Received: (qmail 79112 invoked from network); 25 Jan 2005 14:14:01 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Jan 2005 14:14:01 -0000 Received: (qmail 5526 invoked by alias); 25 Jan 2005 14:13:33 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8425 Received: (qmail 5516 invoked from network); 25 Jan 2005 14:13:33 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 25 Jan 2005 14:13:33 -0000 Received: (qmail 77756 invoked from network); 25 Jan 2005 14:12:56 -0000 Received: from her-isrv.ionific.com (195.197.252.67) by a.mx.sunsite.dk with SMTP; 25 Jan 2005 14:12:53 -0000 Received: from her-gw.ionific.com ([195.197.252.66] helo=lynx.bothi.fi) by her-isrv.ionific.com with esmtp (Exim 3.35 #1 (Debian)) id 1CtRR4-0006Mo-00 for ; Tue, 25 Jan 2005 16:12:50 +0200 Received: from azure by lynx.bothi.fi with local (Exim 3.35 #1 (Debian)) id 1CtRQu-0002Wa-00; Tue, 25 Jan 2005 16:12:40 +0200 To: Zsh Users' List Subject: Inserting applicable completions to the command line? Mail-copies-to: nobody From: Hannu Koivisto Date: Tue, 25 Jan 2005 16:12:30 +0200 Message-ID: <873bwp4my9.fsf@lynx.bothi.fi> User-Agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386-debian-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Hannu Koivisto X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 Greetings, Is there an easy way to insert the currently applicable completions to the command line as arguments? In other words, if I have written "ls --a" and C-d shows me that the possible completions at this point are --all, --almost-all and --author, I would like to hit some key that turns my command line into "ls --all --almost-all --author". -- Hannu