From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5063 invoked from network); 19 Aug 2006 18:18:15 -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.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO,UNPARSEABLE_RELAY 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 18:18:15 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 72357 invoked from network); 19 Aug 2006 18:18:08 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Aug 2006 18:18:08 -0000 Received: (qmail 15568 invoked by alias); 19 Aug 2006 18:17:59 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10623 Received: (qmail 15559 invoked from network); 19 Aug 2006 18:17:59 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 19 Aug 2006 18:17:59 -0000 Received: (qmail 71010 invoked from network); 19 Aug 2006 18:17:59 -0000 Received: from vms042pub.verizon.net (206.46.252.42) by a.mx.sunsite.dk with SMTP; 19 Aug 2006 18:17:58 -0000 Received: from torch.brasslantern.com ([71.121.0.226]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J4900ERXC5VZ8EF@vms042.mailsrvcs.net> for zsh-users@sunsite.dk; Sat, 19 Aug 2006 13:17:56 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id k7JIHtZM028542 for ; Sat, 19 Aug 2006 11:17:55 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k7JIHs0u028541 for zsh-users@sunsite.dk; Sat, 19 Aug 2006 11:17:54 -0700 Date: Sat, 19 Aug 2006 11:17:54 -0700 From: Bart Schaefer Subject: Re: How to insert completions on command line In-reply-to: <237967ef0608182215q2b59fdb0w5f645f72385a9508@mail.gmail.com> To: zsh-users@sunsite.dk Message-id: <060819111754.ZM28540@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <237967ef0608181647v2c9d526evd1afa34d9b0a366d@mail.gmail.com> <060818205326.ZM24653@torch.brasslantern.com> <237967ef0608182215q2b59fdb0w5f645f72385a9508@mail.gmail.com> Comments: In reply to "Mikael Magnusson" "Re: How to insert completions on command line" (Aug 18, 10:16pm) On Aug 18, 10:16pm, Mikael Magnusson wrote: } } > zstyle :completion:expand-word:expand:\* tag-order all-expansions } > } > Then type ctrl-X e } } This seems to only have an effect on globbing completions That's the second time this summer I've misinterpreted that same question. (Which means the answer is in the zsh-users archives from only a few weeks ago, if you had looked.) Look up _all_matches in the manual. zle -C all-matches complete-word _generic bindkey '^Xa' all-matches zstyle ':completion:all-matches:*' old-matches only zstyle ':completion:all-matches::::' completer _all_matches