Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version:content-type;
        bh=qplJfLlUT0rz/jcJpZUYjoee2reOpvg0tqP8gXJy7nI=;
        b=EnmlQEGcLbutk/dEUW8ClxKuEC+E0F1StVDvM7eBy89iMelWCso6FCQaqFzAIcGyLU
         vYwspD5lOTIhNgr6iEPpAB0W6gc2CWNeZtTmgr4Tr8bolM/AxDzZ/ZH7ARgNt3eQafwM
         58HA7CNRx8Yiok0GJw6+503q/PBP4B6eQTbJTgtTRKGxPurVy3wKq/GBapM3NW52dcQ/
         EjYH1Kw9cdVn7+D3cyTgegeZLsjFIWkorcZoQYf9XVWdFXBg4b8hu/nVCtruIks+12Q7
         uaFa9aBtvvQ4KVuDxh4aPgC6Yla0tuxxSEnFd6qhpyTsGN4M53X/oZstlzcdl4Cne+Rt
         pS+A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version:content-type;
        bh=qplJfLlUT0rz/jcJpZUYjoee2reOpvg0tqP8gXJy7nI=;
        b=jngkbm2/s5jRR/xH3QdyiCpymNFhkyqEgAvOtDpMq5nMLv2xhgbnym9WbkohEgE9l+
         QfB6ETHY3z/JNFrcsvPZNO+RTtQZ352xrdstgYDw6GGgAf/6yR9pr/elFkcv3gQXVh/l
         Qui7lGCM6GuM+yJ80geI83DRKL2Y8+hhtevNGFTSXzg+l24TbK6b66XbXruP0ky68uz/
         RagrXp4i2KVwYj1JloxFENhhwHBq7JiJQTDsFelN+eArfSXl0O7YCitn9CEn3gynRbmO
         941SHZyGsKnipBpQvZJ95kjEDLGxuIvTaqmtUa43+Qyz33VSEKpT9rFKWrfBFzQs7Sri
         eqsg==
X-Gm-Message-State: AG10YOQ/wroIs5Hybik1L3epy+dLLCSP56zC0hohhfpE5vCEFv5GeG+n+8kdXO7cUZ33vQ==
X-Received: by 10.98.15.135 with SMTP id 7mr57669092pfp.142.1456353113944;
        Wed, 24 Feb 2016 14:31:53 -0800 (PST)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160224143153.ZM28994@torch.brasslantern.com>
Date: Wed, 24 Feb 2016 14:31:53 -0800
In-Reply-To: <22221.59800.803540.618862@lwm.klanderman.net>
Comments: In reply to Greg Klanderman <greg@klanderman.net>
        "ZSH_SCRIPT" (Feb 24, 12:34pm)
References: <22221.59800.803540.618862@lwm.klanderman.net>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: Zsh list <zsh-workers@zsh.org>
Subject: Re: ZSH_SCRIPT
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 38022

On Feb 24, 12:34pm, Greg Klanderman wrote:
}
} Sorry I dropped the ball on this topic back in early 2011, see
} discussion in thread 'loading user startup files for zsh scripts',

I don't think anyone else remembered that this had been discussed before.
The choice of ZSH_SCRIPT as a parameter name was convergent evolution.

Personally I'd be fine with ZSH_SCRIPT being unset at the top level, but
there are considerations of POSIX_ARGZERO etc. now which didn't exist at
the time of the 2011 thread.

