From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5190 invoked by alias); 24 Sep 2015 15:10:27 -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: 36611 Received: (qmail 23450 invoked from network); 24 Sep 2015 15:10:26 -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=8ZA37h1PXUPgBL/oG60hSo8/XujgPrBnW6mX7Vtf4pU=; b=UYL4qQXfijUJMRsmOCdU9Z3PKAye6NSiRaCIkJAddcwJ+X+670kwEVMF/qW3P7ImOM 4D8C/odzplHLtHZxLHX+bNyRTywygwDSs2fr4WQ3M7SVOHbO8Uxi1nlhH15SQQgiL90f QOSs+jVhKSbBgcZVHIrMGNOamF5J4oVRVnt1e00ESfADv3lQY4dqkOgsXGTYrO2N/suH c1Zto3C3PCdaoS8T2S6j6EEo08Z2JHfzkQnyzo62GvOO8kMUSAeMkOnx4QWKRTBxMBGT bOsOBYHIFFD18wWSQkmxIYmwa3Xhj0D44J8NgOhFlOkgIk/bSE3h/2hRYkNZLFbU+jxa P3nw== X-Gm-Message-State: ALoCoQkKqA28j3xRxghK967zAu+NTatdKwLdXaVq16hTLqfrYB7thGOZ+oOtvPX0IkM79V1UaWvR X-Received: by 10.202.88.69 with SMTP id m66mr85247oib.99.1443107422131; Thu, 24 Sep 2015 08:10:22 -0700 (PDT) From: Bart Schaefer Message-Id: <150924081019.ZM835@torch.brasslantern.com> Date: Thu, 24 Sep 2015 08:10:19 -0700 In-Reply-To: <20150924093752.581dcee9@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: Dynamic directory name function" (Sep 24, 9:37am) 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> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: "the backslashes" Re: Dynamic directory name function MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 24, 9:37am, Peter Stephenson wrote: } } There's also the backslashes, } but more careful people than me probably don't mind those. Thoughts on allowing modules to define the sort of keyword+builtin pair that we used for typeset ? Then zstyle could hook itself to the parenthesized-list-parsing code and look like zstyle ZDN_wrapper_name zdn_top ( g ~/git ga ~/alternate/git gs /scratch/$USER/git/:second2 :default: /:second1 ) Of course that would be opening a potential can of syntactic worms.