Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Add localhistory state to ZLE_STATE
- X-seq: zsh-workers 30427
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: PATCH: Add localhistory state to ZLE_STATE
- Date: Fri, 20 Apr 2012 11:23:28 -0400
- Cc: zsh-workers@xxxxxxx
- 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==
- In-reply-to: <CAHYJk3TLJvbcwtotxiZ+wOj+nByeW+r4vvuPmHtcJVurGRVtaw@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1334874275-1000-1-git-send-email-mikachu@gmail.com> <CAHYJk3TLJvbcwtotxiZ+wOj+nByeW+r4vvuPmHtcJVurGRVtaw@mail.gmail.com>
- Sender: ethersoft@xxxxxxxxx
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 <acs@xxxxxxxxxx>
+
+ * 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author