From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1986 invoked from network); 9 Jul 2006 17:28:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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 autolearn=ham version=3.1.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 9 Jul 2006 17:28:54 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 16822 invoked from network); 9 Jul 2006 17:28:46 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 9 Jul 2006 17:28:46 -0000 Received: (qmail 19524 invoked by alias); 9 Jul 2006 17:28:39 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10502 Received: (qmail 19514 invoked from network); 9 Jul 2006 17:28:39 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 9 Jul 2006 17:28:39 -0000 Received: (qmail 15747 invoked from network); 9 Jul 2006 17:28:39 -0000 Received: from vms046pub.verizon.net (206.46.252.46) by a.mx.sunsite.dk with SMTP; 9 Jul 2006 17:28:37 -0000 Received: from torch.brasslantern.com ([71.116.74.94]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0J2500K4SCJ4JH40@vms046.mailsrvcs.net> for zsh-users@sunsite.dk; Sun, 09 Jul 2006 12:28:17 -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 k69HSFKV010545 for ; Sun, 09 Jul 2006 10:28:16 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id k69HSFrp010544 for zsh-users@sunsite.dk; Sun, 09 Jul 2006 10:28:15 -0700 Date: Sun, 09 Jul 2006 10:28:15 -0700 From: Bart Schaefer Subject: Re: Is there a way to do an automatic list-choices after successful completion of directory name? In-reply-to: To: "Zsh Users' List" Message-id: <060709102815.ZM10543@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: Comments: In reply to "Nikolai Weibull" "Re: Is there a way to do an automatic list-choices after successful completion of directory name?" (Jul 9, 8:37am) On Jul 9, 8:37am, Nikolai Weibull wrote: } } Comments? That technique only works in combination with this (or a similar) zstyle: zstyle :completion::complete:cd:: tag-order \ local-directories path-directories