From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26544 invoked from network); 15 Aug 1998 17:36:31 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 15 Aug 1998 17:36:31 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id NAA03001; Sat, 15 Aug 1998 13:22:42 -0400 (EDT) Resent-Date: Sat, 15 Aug 1998 13:22:33 -0400 (EDT) From: "Bart Schaefer" Message-Id: <980815102425.ZM18907@candle.brasslantern.com> Date: Sat, 15 Aug 1998 10:24:25 -0700 In-Reply-To: <980809205100.ZM24722@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "Re: init files" (Aug 9, 8:51pm) References: <19980809150805.47993@astaroth.nit.gwu.edu> <980809150442.ZM21544@candle.brasslantern.com> <19980809210204.33286@astaroth.nit.gwu.edu> <980809205100.ZM24722@candle.brasslantern.com> X-Mailer: Z-Mail (4.0b.820 20aug96) To: Sweth Chandramouli , ZSH Users Subject: Re: init files MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <"yJ-Lc.0.Rk.PFSrr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1719 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On Aug 9, 8:51pm, I wrote: } Subject: Re: init files } } [1] DEFAULT--rc-enabled shell => RCS } unless } `-f' flag present on shell invocation => NO_RCS } unless } `+f' flag present on shell invocation => RCS } unless } ( `unsetopt RCS' called in /etc/zshenv => NO_RCS } or } `setopt RCS' called in /etc/zshenv => RCS ) } } Note that there are two "oddities" here: First, +f always wins over -f This turns out not to be true; I was misled by some setopts in /etc/zshenv, which I've since deleted. It should read: [1] DEFAULT--rc-enabled shell => RCS unless ( `-f' flag present on shell invocation => NO_RCS or `+f' flag present on shell invocation => RCS ) unless ( `unsetopt RCS' called in /etc/zshenv => NO_RCS or `setopt RCS' called in /etc/zshenv => RCS ) -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com