1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

unposted: minor tweaks to roadmap

This commit is contained in:
Peter Stephenson 2005-10-30 20:50:04 +00:00
parent 4f683c2eea
commit 5898ff44f9
2 changed files with 12 additions and 8 deletions

View file

@ -1,5 +1,8 @@
2005-10-30 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Doc/Zsh/roadmap.yo: capitalize section headings to
be consistent and add note on default history size.
* 21957: Src/Zle/zle_refresh.c: more wide character stuff.
* 21954 (plus comment): configure.ac: use /dev/fd/3 to check

View file

@ -14,7 +14,7 @@ be created or edited to customize the shell. See ifzman(the section
Startup/Shutdown Files in zmanref(zsh))\
ifnzman(noderef(Files)).
sect(Interactive use)
sect(Interactive Use)
Interaction with the shell uses the builtin Zsh Line Editor, ZLE. This is
described in detail in ifzman(zmanref(zshzle))\
@ -25,12 +25,13 @@ editing mode as the keys for editing are substantially different. Emacs
editing mode is probably more natural for beginners and can be selected
explicitly with the command tt(bindkey -e).
A history mechanism for retrieving previously typed lines (most simply with
the Up or Down arrow keys) is available; note that, unlike other shells,
zsh will not save these lines when the shell exits unless you set
appropriate variables. See the description of the shell variables
(referred to in the documentation as parameters) tt(HISTFILE), tt(HISTSIZE)
and tt(SAVEHIST) in ifzman(zmanref(zshparams))\
A history mechanism for retrieving previously typed lines (most simply
with the Up or Down arrow keys) is available; note that, unlike other
shells, zsh will not save these lines when the shell exits unless you
set appropriate variables, and the number of history lines retained by
default is quite small (30 lines). See the description of the shell
variables (referred to in the documentation as parameters) tt(HISTFILE),
tt(HISTSIZE) and tt(SAVEHIST) in ifzman(zmanref(zshparams))\
ifnzman(noderef(Parameters Used By The Shell)).
The line editor provides an extensive completion system and the shell
@ -72,7 +73,7 @@ the only good way to become acquainted with the many possibilities. See
ifzman(zmanref(zshoptions))\
ifnzman(noderef(Options)).
sect(Pattern matching)
sect(Pattern Matching)
The shell has a rich set of patterns which are available for file matching
(described in the documentation as `filename generation' and also known for