Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Add localhistory state to ZLE_STATE



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