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

PATCH: ZLE doc xref to BAUD, fix doc build error



On Sep 15,  6:43pm, Bart Schaefer wrote:
}
} Would anyone object to moving the BAUD doc into the "set by" section?  It
} probably ought to get at least a cross-reference somewhere in the ZLE
} section as well.

Hmm, LINES and COLUMNS would appear to have similar issues.

This adds the cross reference without (yet) moving anything to a new
section.  It also fixes the recently-reported problem with the reference
to the zsh/net/tcp module doc.

Index: Doc/Makefile.in
===================================================================
diff -u -r1.7 Makefile.in
--- Doc/Makefile.in	2001/09/05 15:22:30	1.7
+++ Doc/Makefile.in	2001/09/15 20:18:39
@@ -61,7 +61,7 @@
 Zsh/mod_mapfile.yo Zsh/mod_mathfunc.yo Zsh/mod_parameter.yo Zsh/mod_pcre.yo \
 Zsh/mod_sched.yo Zsh/mod_stat.yo Zsh/mod_termcap.yo Zsh/mod_terminfo.yo \
 Zsh/mod_zftp.yo Zsh/mod_zle.yo Zsh/mod_zleparameter.yo \
-Zsh/mod_zprof.yo Zsh/mod_zpty.yo Zsh/mod_zutil.yo
+Zsh/mod_zprof.yo Zsh/mod_zpty.yo Zsh/mod_zutil.yo Zsh/mod_tcp.yo
 
 YODLSRC = zmacros.yo zman.yo ztexi.yo Zsh/arith.yo Zsh/builtins.yo \
 Zsh/compat.yo Zsh/compctl.yo Zsh/compsys.yo Zsh/compwid.yo Zsh/cond.yo \
Index: Doc/Zsh/zle.yo
===================================================================
diff -u -r1.3 zle.yo
--- Doc/Zsh/zle.yo	2001/09/05 15:22:31	1.3
+++ Doc/Zsh/zle.yo	2001/09/15 20:30:01
@@ -21,6 +21,14 @@
 is similar to bf(ksh), and uses no termcap sequences.  If tt(TERM) is
 "emacs", the tt(ZLE) option will be unset by default.
 
+vindex(BAUD, use of)
+vindex(COLUMNS, use of)
+vindex(LINES, use of)
+The parameters tt(BAUD), tt(COLUMNS), and tt(LINES) are also used by the
+line editor.
+ifzman(See em(Parameters Used By The Shell) in zmanref(zshparam))\
+ifnzman(noderef(Parameters Used By The Shell)).
+
 startmenu()
 menu(Keymaps)
 menu(Zle Builtins)

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author