From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13307 invoked from network); 25 Jan 2005 16:59:34 -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 16:59:34 -0000 Received: (qmail 61383 invoked from network); 25 Jan 2005 16:59:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Jan 2005 16:59:28 -0000 Received: (qmail 20026 invoked by alias); 25 Jan 2005 16:59:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8429 Received: (qmail 20012 invoked from network); 25 Jan 2005 16:59:00 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 25 Jan 2005 16:59:00 -0000 Received: (qmail 60041 invoked from network); 25 Jan 2005 16:58:24 -0000 Received: from out010pub.verizon.net (HELO out010.verizon.net) (206.46.170.133) by a.mx.sunsite.dk with SMTP; 25 Jan 2005 16:58:20 -0000 Received: from candle.brasslantern.com ([4.11.10.129]) by out010.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050125165818.PWQO24714.out010.verizon.net@candle.brasslantern.com>; Tue, 25 Jan 2005 10:58:18 -0600 Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j0PGwEoO003965; Tue, 25 Jan 2005 08:58:14 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j0PGwE5Z003964; Tue, 25 Jan 2005 08:58:14 -0800 From: Bart Schaefer Message-Id: <1050125165814.ZM3963@candle.brasslantern.com> Date: Tue, 25 Jan 2005 16:58:14 +0000 In-Reply-To: <873bwp4my9.fsf@lynx.bothi.fi> Comments: In reply to Hannu Koivisto "Inserting applicable completions to the command line?" (Jan 25, 4:12pm) References: <873bwp4my9.fsf@lynx.bothi.fi> X-Mailer: Z-Mail (5.0.0 30July97) To: Hannu Koivisto , "Zsh Users' List" Subject: Re: Inserting applicable completions to the command line? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [4.11.10.129] at Tue, 25 Jan 2005 10:58:15 -0600 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=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On Jan 25, 4:12pm, Hannu Koivisto wrote: } Subject: Inserting applicable completions to the command line? } } Is there an easy way to insert the currently applicable completions to } the command line as arguments? See the documentation for the _all_matches completer (man zshcompsys).