From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23131 invoked from network); 18 Aug 2006 23:47:59 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Aug 2006 23:47:59 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 83817 invoked from network); 18 Aug 2006 23:47:49 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Aug 2006 23:47:49 -0000 Received: (qmail 22211 invoked by alias); 18 Aug 2006 23:47:43 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10618 Received: (qmail 22201 invoked from network); 18 Aug 2006 23:47:42 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 18 Aug 2006 23:47:42 -0000 Received: (qmail 82767 invoked from network); 18 Aug 2006 23:47:42 -0000 Received: from ug-out-1314.google.com (66.249.92.170) by a.mx.sunsite.dk with SMTP; 18 Aug 2006 23:47:42 -0000 Received: by ug-out-1314.google.com with SMTP id c2so2078108ugf for ; Fri, 18 Aug 2006 16:47:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nPJTH4T3VYLcs781WWIG7sH6Nnwv/tJy9IXpmx37nbWPRt3mFGi+KHj9jD8SW3BBdlcxb3Pz8B45IOGD45xaHcVPTk5S0D4tW67IzeBbzNajvaJURRjUOelKjesP6h4d21nxAHqRF591fWD/oTlehK9bE/+9i99xQ+rOau+x/D0= Received: by 10.67.22.2 with SMTP id z2mr2101606ugi; Fri, 18 Aug 2006 16:47:42 -0700 (PDT) Received: by 10.66.222.13 with HTTP; Fri, 18 Aug 2006 16:47:42 -0700 (PDT) Message-ID: <237967ef0608181647v2c9d526evd1afa34d9b0a366d@mail.gmail.com> Date: Sat, 19 Aug 2006 01:47:42 +0200 From: "Mikael Magnusson" To: zsh-users@sunsite.dk Subject: How to insert completions on command line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, (How do I|Is there a way to) insert all completions in the command line? In case that sounds like i'm confused, which i am, this is what i mean: % cvs remove file1.c anotherfile.c hello.c and i want to get cvs remove file1.c anotherfile.c hello.c without pressing tab and space about 8 times. I've tried all commands/keybinds i can come up with but no luck so far. -- Mikael Magnusson