From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93 invoked from network); 16 May 2008 21:17:55 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) 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.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 16 May 2008 21:17:55 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 1699 invoked from network); 16 May 2008 21:17:44 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 16 May 2008 21:17:44 -0000 Received: (qmail 24723 invoked by alias); 16 May 2008 21:17:41 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25054 Received: (qmail 24709 invoked from network); 16 May 2008 21:17:40 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 16 May 2008 21:17:40 -0000 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.225]) by bifrost.dotsrc.org (Postfix) with ESMTP id 492F780589A4 for ; Fri, 16 May 2008 23:17:36 +0200 (CEST) Received: by rv-out-0506.google.com with SMTP id g37so346902rvb.21 for ; Fri, 16 May 2008 14:17:35 -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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=9U1boFfIMkwoZNuhVUV8qWFMHs+dInEjSrCyhlYHJ8s=; b=fPcazw8MNEWkF9zvjVV0Z+16gicCNyfOMSpHvqBAImclIaaMqQhNXouA2pCwm3mtcM0SgLkj+V0bLejkmvGJC4ItTZiWpqFE793+6uZ7U9Ld5D1GQN2EJEU3rXJZ4rQlfzl/Rfta//1IGDr5EwSMohfsNKg08ODliuy9blL2O5g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TJ/yceWleXw64ngUAK51AY0BpHV8bDtPNDA2xD9CfBr6XJ5S7zZCAfwlvXMJ8y2Pi2T/uayRKlIlbuaqVArnbsvZolMmV+4Grgmhwut2i/Ki2HldFyL2Ut+QNOOLrv3hJQxOGM1expFnkKUxwQVvF2pQcHL9Tfvo4GYtIHXdt0k= Received: by 10.140.180.11 with SMTP id c11mr2053657rvf.166.1210972655474; Fri, 16 May 2008 14:17:35 -0700 (PDT) Received: by 10.141.153.6 with HTTP; Fri, 16 May 2008 14:17:35 -0700 (PDT) Message-ID: <237967ef0805161417v45ac4f6r688b5abe0f7fc4c0@mail.gmail.com> Date: Fri, 16 May 2008 23:17:35 +0200 From: "Mikael Magnusson" To: zsh-workers Subject: Formatting error in prompt.yo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.91.2/7138/Fri May 16 22:02:17 2008 on bifrost X-Virus-Status: Clean I think this is what was intended? --- a/Doc/Zsh/prompt.yo +++ b/Doc/Zsh/prompt.yo @@ -203,7 +203,7 @@ Include a string as a literal escape sequence. The string within the braces should not change the cursor position. Brace pairs can nest. -A positive numeric argument between the tt(%) and the %%({) is treated as +A positive numeric argument between the tt(%) and the tt({) is treated as described for tt(%G) below. ) item(tt(%G))( -- Mikael Magnusson