From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5198 invoked from network); 4 Jun 1999 16:37:32 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Jun 1999 16:37:32 -0000 Received: (qmail 14820 invoked by alias); 4 Jun 1999 16:37:22 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6470 Received: (qmail 14813 invoked from network); 4 Jun 1999 16:37:22 -0000 Message-Id: <9906041609.AA27448@ibmth.df.unipi.it> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: PATCH: pws-20: options.yo doc for RCS change Date: Fri, 04 Jun 1999 18:09:40 +0200 From: Peter Stephenson I forget to change this bit. --- Doc/Zsh/options.yo.rcs Wed Jun 2 09:14:53 1999 +++ Doc/Zsh/options.yo Fri Jun 4 18:06:23 1999 @@ -327,15 +327,14 @@ Perform filename generation (globbing). (See noderef(Filename Generation).) ) -pindex(GLOBAL_RCS_FIRST) -cindex(startup files, changing order) -cindex(files, startup, changing order) -item(tt(GLOBAL_RCS_FIRST) (tt(-d)))( -If this option is set, and the tt(RCS) option is also set (as it is by -default), then the order in which startup files are sourced after -tt(/etc/zshenv) changes to tt(/etc/zprofile), tt(/etc/zshrc), -tt(/etc/zlogin), tt(.zshenv), tt(.zprofile), tt(.zshrc), tt(.zlogin). -The order of tt(.zlogout) and tt(/etc/zlogout) is not affected. +pindex(GLOBAL_RCS) +cindex(startup files, global, inhibiting) +cindex(files, global startup, inhibiting) +item(tt(GLOBAL_RCS) (tt(-d)))( +If this option is unset, the startup files tt(/etc/zprofile), +tt(/etc/zshrc), tt(/etc/zlogin) and tt(/etc/zlogout) will not be run. It +can be disabled and re-enabled at any time, including inside local startup +files (tt(.zshrc), etc.). ) pindex(GLOB_ASSIGN) item(tt(GLOB_ASSIGN))( @@ -796,7 +795,10 @@ tt(.zshenv), tt(/etc/zprofile), tt(.zprofile), tt(/etc/zshrc), tt(.zshrc), tt(/etc/zlogin), tt(.zlogin), and tt(.zlogout) files, as described in noderef(Files). -If this option is unset, only the tt(/etc/zshenv) file is sourced. +If this option is unset, the tt(/etc/zshenv) file is still sourced, but any +of the others will not be; it can be set at any time to prevent the +remaining startup files after the currently executing one from +being sourced. ) pindex(REC_EXACT) cindex(completion, exact matches) -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy