From 784c413690c71212ad9e08bb093414abd1cacc08 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 6 Aug 1999 18:01:35 +0000 Subject: zsh-3.1.6-pws-1 --- Doc/Makefile.in | 2 +- Doc/Zsh/compsys.yo | 10 +--------- Doc/Zsh/expn.yo | 14 ++++++++++++++ Doc/Zsh/metafaq.yo | 3 ++- 4 files changed, 18 insertions(+), 11 deletions(-) (limited to 'Doc') diff --git a/Doc/Makefile.in b/Doc/Makefile.in index c76083b89..13d531c29 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -74,7 +74,7 @@ zsh.dvi: zsh.texi $(TEXI2DVI) $(sdir)/zsh.texi zsh.info: zsh.texi - $(MAKEINFO) $(sdir)/zsh.texi; exit 0 + $(MAKEINFO) $(sdir)/zsh.texi || exit 0 zsh.texi: zsh.yo $(YODL) -o $(sdir)/zsh.texi -I$(sdir) -w ztexi.yo version.yo zsh.yo diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 5a52ca9ad..466e612ed 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -738,7 +738,7 @@ These functions also accept the `tt(-J)', `tt(-V)', `tt(-X)', `tt(-P)', `tt(-S)', `tt(-q)', `tt(-r)', and `tt(-R)' options from the tt(compadd) builtin. -Finally, the tt(_path_files) function supports three configuration keys. +Finally, the tt(_path_files) function supports two configuration keys. startitem() item(tt(path_expand))( If this is set to any non-empty string, the partially @@ -750,14 +750,6 @@ If this is set to a non-empty string, the cursor will be left after the first ambiguous pathname component even when menucompletion is used. ) -item(tt(path_keepdir))( -If this is set to a non-empty string, then if completion immediately after -a slash fails, treat the original string as a successful completion. This -prevents a valid directory being treated as a candidate for correction. -However, it has the side effect that a pattern completion, such as -`tt(files -g *(*))', will no longer try to complete directories in this -position if there are no file matches. -) enditem() ) item(tt(_parameters))( diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 7eae493e0..f7c1b5056 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -166,6 +166,9 @@ with history expansion and parameter expansion, though in the second case it is only useful if the resulting text is to be re-evaluated such as by tt(eval). ) +item(tt(Q))( +Remove one level of quotes from the substituted words. +) item(tt(x))( Like tt(q), but break into words at each blank. ) @@ -578,6 +581,17 @@ Capitalize the resulting words. `Words' in this case refers to sequences of alphanumeric characters separated by non-alphanumerics, em(not) to words that result from field splitting. ) +item(tt(q))( +Quote the resulting words with backslashes. +) +item(tt(Q))( +Remove one level of quotes from the resulting words. +) +item(tt(X))( +With this flag parsing errors occuring with the tt(Q) flag or the +pattern matching forms such as `tt(${)var(name)tt(#)var(pattern)tt(})' +are reported. Without the flag they are silently ignored. +) item(tt(c))( With tt(${#)var(name)tt(}), count the total number of characters in an array, as if the elements were concatenated with spaces between them. diff --git a/Doc/Zsh/metafaq.yo b/Doc/Zsh/metafaq.yo index a47fac515..8dc003090 100644 --- a/Doc/Zsh/metafaq.yo +++ b/Doc/Zsh/metafaq.yo @@ -71,7 +71,8 @@ item(Poland)( nofill(tt(ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/)) ) item(Romania)( -nofill(tt(ftp://ftp.roedu.net/pub/mirrors/ftp.zsh.org/pub/zsh/)) +nofill(tt(ftp://ftp.roedu.net/pub/mirrors/ftp.zsh.org/pub/zsh/) +tt(ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/)) ) item(Slovenia)( nofill(tt(ftp://ftp.siol.net/mirrors/zsh/)) -- cgit 1.4.1