From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27726 invoked from network); 30 Nov 2008 04:55:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Nov 2008 04:55:23 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 89594 invoked from network); 30 Nov 2008 04:55:19 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Nov 2008 04:55:19 -0000 Received: (qmail 29242 invoked by alias); 30 Nov 2008 04:55:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26098 Received: (qmail 29232 invoked from network); 30 Nov 2008 04:55:13 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Nov 2008 04:55:13 -0000 Received: from vms173005pub.verizon.net (vms173005pub.verizon.net [206.46.173.5]) by bifrost.dotsrc.org (Postfix) with ESMTP id 0881680525B6 for ; Sun, 30 Nov 2008 05:54:53 +0100 (CET) Received: from torch.brasslantern.com ([96.238.220.215]) by vms173005.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0KB400H0LQZ5F3T2@vms173005.mailsrvcs.net> for zsh-workers@sunsite.dk; Sat, 29 Nov 2008 22:54:42 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id mAU4sfGN006618 for ; Sat, 29 Nov 2008 20:54:41 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id mAU4sf0v006617 for zsh-workers@sunsite.dk; Sat, 29 Nov 2008 20:54:41 -0800 Date: Sat, 29 Nov 2008 20:54:40 -0800 From: Bart Schaefer Subject: Re: Completion of abbrev. paths with variables doesn't work In-reply-to: To: zsh-workers@sunsite.dk Message-id: <081129205441.ZM6616@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 ( Text in unknown character set UTF-8 not shown ) Sommer "Completion of abbrev. paths with variables doesn't work" (Nov 17, 7:31pm) X-Virus-Scanned: ClamAV 0.92.1/8696/Sat Nov 29 09:01:59 2008 on bifrost X-Virus-Status: Clean On Nov 17, 7:31pm, Jorg wrote: } } when I set glob_complete the completion of paths with variables doesn't } work. } } % zsh-beta -f } ibook% echo $ZSH_VERSION } 4.3.9-dev-0-cvs1115 This works for me in zsh 4.3.9-dev-1 as of 2008-11-27. Can you still reproduce the problem? Of course one must not be using the _expand completer or the variable is replaced before any other completion is attempted.