From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21936 invoked from network); 9 Jan 2009 22:34:12 -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=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; 9 Jan 2009 22:34:12 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 98223 invoked from network); 9 Jan 2009 22:34:06 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 9 Jan 2009 22:34:06 -0000 Received: (qmail 14707 invoked by alias); 9 Jan 2009 22:34:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26275 Received: (qmail 14690 invoked from network); 9 Jan 2009 22:33:59 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 9 Jan 2009 22:33:59 -0000 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by bifrost.dotsrc.org (Postfix) with ESMTP id 857F1802720C for ; Fri, 9 Jan 2009 23:33:56 +0100 (CET) Received: by fg-out-1718.google.com with SMTP id e21so3379039fga.37 for ; Fri, 09 Jan 2009 14:33:56 -0800 (PST) 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=uuc65V8EgCeL3k7TRpU1AD37Jd0gJ/MdIp0nDmWeeyM=; b=hc54hlfjeuFenAk3jBPa9fd/Mog7F+ORbbQjCQSxgDVxi34BMbNudGGVuLu1RugbNt Tc0jQb19rOGyHEkvmbEJfmkIeyPZOWfhJLn7+sgBCpiSJK/1qEHOKnWriIwOxqc24n9d GyDbDFR89Vro0o+s+iFRWvJyMeZLvsqZa9OFk= 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=JYbRIZ3Qr+IiMBGrHIVmYBhL+h7Db4r5kxI8qhLj8IB3cTcQnW3gp0RvTs3PTf1T8/ w9mjd4SfamJZfiL+ck2g5ryi6L1bBWdbj83FQa3dekXmO8+DLGClex6gLDkAlto4xDJ/ D6QAFNBN4XRQDAQmtRegaF74ozAl6gCWC08wg= Received: by 10.86.51.10 with SMTP id y10mr15079917fgy.9.1231540436034; Fri, 09 Jan 2009 14:33:56 -0800 (PST) Received: by 10.86.62.8 with HTTP; Fri, 9 Jan 2009 14:33:55 -0800 (PST) Message-ID: <2d460de70901091433q7bac758dg3153c1efa687347e@mail.gmail.com> Date: Fri, 9 Jan 2009 23:33:55 +0100 From: "Richard Hartmann" To: "Peter Stephenson" Subject: Re: Getting the CVS revision of Zsh Cc: "Zsh Hackers' List" In-Reply-To: <20090109201333.5dcc8fdb@pws-pc> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2d460de70901090301h6b309a7cm19c5ebfec989ff2c@mail.gmail.com> <200901091121.n09BLVvZ006382@news01.csr.com> <2d460de70901090348t3ea9e25fi29a7165ee42ae5e5@mail.gmail.com> <200901091158.n09BwPii006839@news01.csr.com> <2d460de70901090441i7ef1795bs42ed98fe0f33c9ba@mail.gmail.com> <200901091258.n09CwS7T007471@news01.csr.com> <2d460de70901090507i7c3179e4u1e2def459f214566@mail.gmail.com> <20090109201333.5dcc8fdb@pws-pc> X-Virus-Scanned: ClamAV 0.92.1/8848/Fri Jan 9 14:16:38 2009 on bifrost X-Virus-Status: Clean On Fri, Jan 9, 2009 at 21:13, Peter Stephenson wrote: > I've already committed a ChangeLog with the revision in. Using this > appears to be straightforward... Thanks. > +hence most users should not use it and should instead rely on > +tt($ZSH_VERSION). "should rely on tt($ZSH_VERSION), instead." sounds better to me, but keep in mind i am not a native speaker. Drop the comma if you want to, people keep telling me we foreigners use too many of them, anyway :p Richard