From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5591 invoked from network); 19 Aug 2006 05:16:12 -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; 19 Aug 2006 05:16:12 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 64611 invoked from network); 19 Aug 2006 05:16:04 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Aug 2006 05:16:04 -0000 Received: (qmail 20135 invoked by alias); 19 Aug 2006 05:15:58 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10620 Received: (qmail 20125 invoked from network); 19 Aug 2006 05:15:57 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 19 Aug 2006 05:15:57 -0000 Received: (qmail 63590 invoked from network); 19 Aug 2006 05:15:57 -0000 Received: from ug-out-1314.google.com (66.249.92.169) by a.mx.sunsite.dk with SMTP; 19 Aug 2006 05:15:57 -0000 Received: by ug-out-1314.google.com with SMTP id c2so2150227ugf for ; Fri, 18 Aug 2006 22:15:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uYy00U1zkrlFdY1DpuR2ygHAcAgyLdObN9Ga5o67Jr7OFL/r3fKdN08yGzoNF0HrVTjIUY8lMa8Ir5f7024UX55L6XU93U282IFtTx8ZTNcuAxgrGxgWAb4HdqLsomCA2yuAIiq8SMg6Ygx8itKy9wcUbpvjrU72bYG06RZm/v4= Received: by 10.67.93.6 with SMTP id v6mr2199242ugl; Fri, 18 Aug 2006 22:15:56 -0700 (PDT) Received: by 10.66.222.13 with HTTP; Fri, 18 Aug 2006 22:15:56 -0700 (PDT) Message-ID: <237967ef0608182215q2b59fdb0w5f645f72385a9508@mail.gmail.com> Date: Sat, 19 Aug 2006 07:15:56 +0200 From: "Mikael Magnusson" To: zsh-users@sunsite.dk Subject: Re: How to insert completions on command line In-Reply-To: <060818205326.ZM24653@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <237967ef0608181647v2c9d526evd1afa34d9b0a366d@mail.gmail.com> <060818205326.ZM24653@torch.brasslantern.com> On 8/19/06, Bart Schaefer wrote: > On Aug 18, 4:47pm, Mikael Magnusson wrote: > } > } (How do I|Is there a way to) insert all completions in the command > } line? > > zstyle :completion:expand-word:expand:\* tag-order all-expansions > > Then type ctrl-X e This seems to only have an effect on globbing completions, like touch * <- this works, but not cvs remove <- nothing happens, with or without the zstyle applied. -- Mikael Magnusson