From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5039 invoked by alias); 20 Apr 2012 15:31:55 -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: 30427 Received: (qmail 15333 invoked from network); 20 Apr 2012 15:31:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=T6aGh/+wsIMLmzfKRvQO2hHwIU88T2n5LeDe9aBKqgc=; b=m0NY7eGt235SYTyUnImz5CJu4fnYPfqp3afjNpJYoWIJbomAge9Vw5yVODW0Oae6pY t68lMOku/5iZ9Zs3SxHNwo82es/rLP/bZtIGxwIrBYcdU6iTn51+LFztwLV5JKhXHuZV LTAlES0PWI+cKZZEADsXAh+h19t7ySnzgCU/p25s/1EJiDjWQ2Hi6/fNYl8n/hVAZ2Br mdfexnqWNeEmK5+MP+Z/O/EOb4CAfZnd5TSqo/U8GFGLJCSfVFF1G3m7k4nLhRswOo7C u1B6TxvyMs28InEmcX0LcAV9BH9YWAkGh2kTYPv9nGFxi6Zl89hIRxGqFSiTrd273Yf3 t3ng== MIME-Version: 1.0 Sender: ethersoft@gmail.com In-Reply-To: References: <1334874275-1000-1-git-send-email-mikachu@gmail.com> Date: Fri, 20 Apr 2012 11:23:28 -0400 X-Google-Sender-Auth: gKCUTAZzfOtvpFPT_goncf1w3WA Message-ID: Subject: Re: PATCH: Add localhistory state to ZLE_STATE From: Vin Shelton To: Mikael Magnusson Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 I got a build failure on install.info: tzsh.texi:15164: @item found outside of an insertion block. tzsh.texi:15171: Unmatched `@end'. makeinfo: Removing output file `/home/opt/build/zsh-2012-04-20/Doc/infodir/zsh.info' due to errors; use --force to preserve. make[1]: *** [install.info] Error 1 make[1]: Leaving directory `/home/opt/build/zsh-2012-04-20/Doc' make: *** [install.info] Error 2 I think there's an extra enditem() in the zle.yo patch: Index: ChangeLog =================================================================== RCS file: /cvsroot/zsh/zsh/ChangeLog,v retrieving revision 1.5634 diff -u -0 -r1.5634 ChangeLog --- ChangeLog 19 Apr 2012 22:37:41 -0000 1.5634 +++ ChangeLog 20 Apr 2012 15:20:53 -0000 @@ -0,0 +1,4 @@ +2012-04-20 Vin Shelton + + * Doc/Zsh/zle.yo: Removed extra enditem. + Index: Doc/Zsh/zle.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/zle.yo,v retrieving revision 1.99 diff -u -r1.99 zle.yo --- Doc/Zsh/zle.yo 19 Apr 2012 22:37:41 -0000 1.99 +++ Doc/Zsh/zle.yo 20 Apr 2012 15:21:12 -0000 @@ -1470,7 +1470,6 @@ line up to the cursor. This leaves the cursor in its original position. ) -enditem() tindex(set-local-history) item(tt(set-local-history))( By default, history movement commands visit the imported lines as well as Regards, Vin