From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3062 invoked from network); 19 Jul 2008 00:46:36 -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.6 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; 19 Jul 2008 00:46:36 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 31004 invoked from network); 19 Jul 2008 00:46:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 19 Jul 2008 00:46:31 -0000 Received: (qmail 28517 invoked by alias); 19 Jul 2008 00:46:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25307 Received: (qmail 28501 invoked from network); 19 Jul 2008 00:46:28 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 19 Jul 2008 00:46:28 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by bifrost.dotsrc.org (Postfix) with ESMTP id 9BEF380561C2 for ; Sat, 19 Jul 2008 02:46:25 +0200 (CEST) Received: by an-out-0708.google.com with SMTP id b33so308949ana.13 for ; Fri, 18 Jul 2008 17:46:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=UDATyaUkWjTqYCHbCDXWZm1xsix3w4029yhiJiI7cSo=; b=K025kLdRWc6FNuchmvuh0wk2YBsLRvUbC+RuH69mRSWWx/WCsWdot+9elw23xZQQIV cW0R+VENn6c1dszHqmtIpm/iS3Dhj3KG4Wuz6F7yO+mvVo/i6kURMI1KfaRJY/khOLiF ghirwYkYDMVaMUwA0CqUKrf3rvwQiJZrUqvXw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=gPPSGaoqm0dA9yY3O46/BE27dU8MajAuiDeWVD5Pr8+upNytzfSUtWFFgwfOKz16wZ Bxk14oLuMof8AnCL4FX0gFtNrTPIhXQ8tsYdqAnmbmYXtnPDl05ee2sRKpfurODMtCqc JFLoi4KkfUxTsSX4TKqHkrGE64gfDRyDQzVAQ= Received: by 10.100.139.20 with SMTP id m20mr710187and.135.1216428384512; Fri, 18 Jul 2008 17:46:24 -0700 (PDT) Received: by 10.100.43.19 with HTTP; Fri, 18 Jul 2008 17:46:24 -0700 (PDT) Message-ID: <2d460de70807181746w447c9900k93ab6ccec16e0e9b@mail.gmail.com> Date: Sat, 19 Jul 2008 02:46:24 +0200 From: "Richard Hartmann" To: "Philippe Troin" Subject: Re: Why does colors() not use %{ %}? Cc: "Zsh hackers list" In-Reply-To: <87iqv2d7vt.fsf@old-tantale.fifi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70807181723q4124849bl96066bd32890bfaa@mail.gmail.com> <87iqv2d7vt.fsf@old-tantale.fifi.org> X-Virus-Scanned: ClamAV 0.92.1/7751/Sat Jul 19 00:38:00 2008 on bifrost X-Virus-Status: Clean On Sat, Jul 19, 2008 at 02:39, Philippe Troin wrote: > Because %{ %} is only recognized in prompt expansions. > And colors is meant to be used for more than just in the prompt. True. In that case, I assume there is no interest in special variables/another function? Richard