From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27369 invoked by alias); 22 May 2012 07:45:38 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17104 Received: (qmail 29355 invoked from network); 22 May 2012 07:45:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.messagingengine.com designates 66.111.4.29 as permitted sender) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mm.st; h= message-id:from:to:cc:mime-version:content-transfer-encoding :content-type:subject:date:in-reply-to:references; s=mesmtp; bh= +vbv+acYOeKc5sGhu7QQrJNIsIA=; b=I8KOoBr2tnauVhZpD9A6R8OgjeHS1Bxe eoJUHkuMZSJemX8haBIG+oqV87006UAwOP98JQOnGUPGvUCD0PWFU9krEUDrOzKm zKr8KXvj+robyeLukUv8QNNKsgPrERqwJEjePLiHRMVRpzGyT1lJv3eP7Gru76gG 3dqMtvAtyEU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=+vbv+acYOeKc5sGhu7QQrJNIsIA=; b=pNYpt pPWNmbLTnyjskMNlM0P1cVNZJ1qZueRQkBbZ2IEqnR5MyNudA+1VMKWcsHUfEPxH EQFXxy00gxdc68XzJvbIvZxLXsnrcB/+Tb8VF6BmovWB/tpnTrEdyEAoir829HG4 wS18ELn9a9Y2h1P6WiM8S7BONMftXSTo2/aOt8= Message-Id: <1337672336.12274.140661078956369.39DDF06F@webmail.messagingengine.com> X-Sasl-Enc: 5MXywLvdfrwWR4EXrjthSTf6d22HlUn5dRQWHL8oy8/U 1337672336 From: Ronald Fischer To: zsh-users@zsh.org Cc: schaefer@brasslantern.com MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface Subject: Re: zsh-users Digest 21 May 2012 17:55:56 -0000 Issue 1820 Date: Tue, 22 May 2012 09:38:56 +0200 In-Reply-To: <1337622956.29960.ezmlm@zsh.org> References: <1337622956.29960.ezmlm@zsh.org> > > echo a/f/b/b/x > > Doesn't help here, for two reason: > > (1) At least in my version of zsh (4.3.12), this would not expand the > > interim directories (f,b,b). > Does your zsh configuration include installing the completion system > (the "compinit" command)? Doesn't look like: (1;0) /cygdrive/c> type compinit compinit not found However I think I should have the completion system installed: (1;1) /cygdrive/c> zmodload zsh/compctl zsh/complete zsh/main zsh/zle Is there an additional module that I need here? > > (2) Even if I could do TAB completion on directories within the path, > > this is not what I'm looking for, because it is still cumbersome to > > type. > You might want to look at named directories Thank you for this suggestion. I'll have a look at it! Ronald -- Ronald Fischer + If a packet hits a pocket on a socket on a port, + and the bus is interrupted and the interrupt's not caught, + then the socket packet pocket has an error to report. + (cited after Peter van der Linden)