zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Sweth Chandramouli <sweth@astaroth.nit.gwu.edu>,
	ZSH Users <zsh-users@math.gatech.edu>
Subject: Re: init files
Date: Sat, 15 Aug 1998 10:24:25 -0700	[thread overview]
Message-ID: <980815102425.ZM18907@candle.brasslantern.com> (raw)
In-Reply-To: <980809205100.ZM24722@candle.brasslantern.com>

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


  reply	other threads:[~1998-08-15 17:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-09 19:08 Sweth Chandramouli
1998-08-09 22:04 ` Bart Schaefer
1998-08-10  1:02   ` Sweth Chandramouli
1998-08-10  3:51     ` Bart Schaefer
1998-08-15 17:24       ` Bart Schaefer [this message]
1998-08-10  9:13     ` Zefram

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=980815102425.ZM18907@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=sweth@astaroth.nit.gwu.edu \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).