From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2847 invoked from network); 26 Jun 2000 15:27:05 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Jun 2000 15:27:05 -0000 Received: (qmail 18403 invoked by alias); 26 Jun 2000 15:26:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12074 Received: (qmail 18395 invoked from network); 26 Jun 2000 15:26:46 -0000 From: "Bart Schaefer" Message-Id: <1000626152640.ZM25830@candle.brasslantern.com> Date: Mon, 26 Jun 2000 15:26:40 +0000 In-Reply-To: <200006260833.KAA19008@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "Re: PATCH: Misc. documentation stuff" (Jun 26, 10:33am) References: <200006260833.KAA19008@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: Misc. documentation stuff MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable On Jun 26, 10:33am, Sven Wischnowsky wrote: } Subject: Re: PATCH: Misc. documentation stuff } } > I also added back a minimal reference to `compfmt' because it's still= } > defined in computil.c and therefore will show up in command completio= n } > listings and `hash -m' output and so forth. But it might be better t= o } > simply remove it entirely. } = } I forgot that. The patch removes it. Gotta remove it everywhere, then. This patch also adds some missing entries to the "detailed node listing" menu. Index: Doc/Zsh/builtins.yo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D @@ -177,7 +177,6 @@ module(compctl)(zsh/compctl) module(compdescribe)(zsh/computil) module(compfiles)(zsh/computil) -alias(compfmt)(zformat -f) module(compgroups)(zsh/computil) module(compquote)(zsh/computil) module(comptags)(zsh/computil) = Index: Doc/Zsh/manual.yo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D @@ -53,6 +53,11 @@ menu(The Zsh Userguide) menu(See Also) = +Invocation + +menu(Compatibility) +menu(Restricted Shell) + Shell Grammar = menu(Simple Commands & Pipelines) @@ -85,7 +90,9 @@ = Options = +menu(Specifying Options) menu(Description of Options) +menu(Option Aliases) menu(Single Letter Options) = Zsh Line Editor @@ -102,6 +109,7 @@ menu(Special Parameters) menu(Builtin Commands) menu(Condition Codes) +menu(Matching Control) menu(Examples) = Completion System @@ -124,6 +132,12 @@ Zsh Modules = includefile(Zsh/manmodmenu.yo)=01 + +Zftp Function System + +menu(Installation) +menu(Zftp Functions) +menu(Miscellaneous Features) endmenu() texinode(The Z Shell Manual)(Introduction)(Top)(Top) chapter(The Z Shell Manual) -- = 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 = =