From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24040 invoked by alias); 24 Sep 2015 16:04:43 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36614 Received: (qmail 5548 invoked from network); 24 Sep 2015 16:04:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=asKKaBH9Tf190SDEGjbq9LpsZ+XTjPMFLmpRnZU6LLI=; b=dUunXTdLfIRFYWyCy6WfNeaHUXaGil2FoDmi428dMDp3/r2hmaR2lyhg9xZrgbsAZG D/q0qQjWRGBu6mt7iaHP6nHV3NrikTSKLNFrNECQKK9AzaAVWVWKCgt7Eypgt4IKb6Pe RXsPXTx6t+SjUcMfpaGYCXqXRIaccdVjlB7P92PgI7kkPQ8LpsgPQEWzZ0jWlONReg4m +WjOuneAt6NfMlsL+TP25grre6XJhEKNdtNGKDKQ2DMOSQHpFGcihsSUHuJHQ1gA21A2 9V8id+Ot1L5twxlDgv89iGMcDInRJi690/njItyiwc41POFCnCOiWRxG7vHb/KXtFJIM DGog== X-Gm-Message-State: ALoCoQnU/Kk4G8llVkHQgPyJ9WE+e+Aq9DhwLiFe/ER3nN692JypqHhWHmr8eOL6+vO8JVlJK0sA X-Received: by 10.60.92.5 with SMTP id ci5mr284719oeb.41.1443110680464; Thu, 24 Sep 2015 09:04:40 -0700 (PDT) From: Bart Schaefer Message-Id: <150924083445.ZM876@torch.brasslantern.com> Date: Thu, 24 Sep 2015 08:34:45 -0700 In-Reply-To: <20150924161811.26bf3df5@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: "the backslashes" Re: Dynamic directory name function" (Sep 24, 4:18pm) References: <20150922204251.05f3d291@ntlworld.com> <150922210756.ZM30253@torch.brasslantern.com> <20150923094821.5c5d0b80@pwslap01u.europe.root.pri> <150923231024.ZM32382@torch.brasslantern.com> <20150924093752.581dcee9@pwslap01u.europe.root.pri> <150924081019.ZM835@torch.brasslantern.com> <20150924161811.26bf3df5@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: "the backslashes" Re: Dynamic directory name function MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 24, 4:18pm, Peter Stephenson wrote: } } On Thu, 24 Sep 2015 08:10:19 -0700 } Bart Schaefer wrote: } > Thoughts on allowing modules to define the sort of keyword+builtin } > pair that we used for typeset ? } } I've often wanted something like this, but it's really tricky to get } right. In particular, I'd be unhappy about it if it's not following an } assignment So just throw in an "=" sign, you mean? zstyle ZDN_wrapper_name zdn_top=( g ~/git ga ~/alternate/git gs /scratch/$USER/git/:second2 :default: /:second1 ) ??