From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5676 invoked from network); 21 Sep 2008 10:24:00 -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; 21 Sep 2008 10:24:00 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 8016 invoked from network); 21 Sep 2008 10:23:52 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Sep 2008 10:23:52 -0000 Received: (qmail 13002 invoked by alias); 21 Sep 2008 10:23:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25700 Received: (qmail 12984 invoked from network); 21 Sep 2008 10:23:45 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 21 Sep 2008 10:23:45 -0000 Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) by bifrost.dotsrc.org (Postfix) with ESMTP id 41723802720D for ; Sun, 21 Sep 2008 12:23:37 +0200 (CEST) Received: from [212.117.84.113] (helo=fsst.voodoo.lan) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KhM6L-0003Xq-Hx for zsh-workers@sunsite.dk; Sun, 21 Sep 2008 12:23:37 +0200 Received: from hawk by fsst.voodoo.lan with local (Exim 4.69) (envelope-from ) id 1KhM5q-0002fV-G0 for zsh-workers@sunsite.dk; Sun, 21 Sep 2008 12:23:06 +0200 Date: Sun, 21 Sep 2008 12:23:06 +0200 From: Frank Terbeck To: zsh-workers Subject: Re: Submitting vcs_info function Message-ID: <20080921102306.GQ2182@fsst.voodoo.lan> Mail-Followup-To: zsh-workers References: <20080917201859.GU2182@fsst.voodoo.lan> <20080917203242.GV2182@fsst.voodoo.lan> <20080921091111.GA26463@scru.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20080921091111.GA26463@scru.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-Df-Sender: 430444 X-Virus-Scanned: ClamAV 0.92.1/8296/Sun Sep 21 05:04:54 2008 on bifrost X-Virus-Status: Clean Clint Adams : > On Wed, Sep 17, 2008 at 10:32:42PM +0200, Frank Terbeck wrote: > > +If you plan to use the information from var(vcs_info) in your prompt (which > > +is its primary use), you need to enable the tt(PROMPT_SUBST) option. > > I don't think that this claim is accurate. Hm, true. How about 'Unless you dynamically build your prompt in precmd(), you will need PROMPT_SUBST enabled.'? Or: 'Depending on the way you are building your prompt you may need PROMPT_SUBST enabled.' Or something completely different (like dropping that sentence altogether)? Regards, Frank