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.0 (2014-02-07) 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.0
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=1S02OCCqLZC5D8phv1FSGOv+yXdjNRot3l5fgOS8iWQ=;
        b=WW58hMP3divLyWrLjFdYstbIcMCTl5PWb+dn/zpM2FlTdNob2bysylV/30MWcd6Um0
         z3KSUtMyFNkKLixvrZsHzXRZnWAukqPBo1SbsR6jbnuu7fYRfjJhBuQoGWg0FFKRRaCt
         xxfnG306lboFSok2KGBBnpjNyOYy6neZHW4Hmok4vCfKtDDaSwNigjGOsMRLN6FsDNJK
         v0VtahsnI9VHfHKM/X57wswC08ynIQpmex53HtuUZi6JrzWvt2bSA+6dE4QlAhTGa4/4
         QiUNUIGjKccSlJ04GLcc/OPWoUvlJG8eoarSn0Xova4B59d8/m+b7WFo/jCBWqsRoDqH
         VQEg==
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=1S02OCCqLZC5D8phv1FSGOv+yXdjNRot3l5fgOS8iWQ=;
        b=l9n7+AJqrya+Y5ahLVgtg48u5k7SNkitZwIc4zCMl8yKNa3icYYNjTeaFp8SNawirX
         RRnRgn+d/qrsS/bXL+F+WuU1ZyxDHlTfqUulCpAbQ8fZVumHgtUJUVWI7UDMLstFMtI4
         KKbAuo/UYydnKjYPLIK/4jreJhflfJf7n7bSu1f2Q05n6xNgOOJb7lkKtvcDj2gCSk0g
         kVYmVPDz5LXWksBoMojrUPLqZl3cRplAZQnAKc7TfDfwH/Ce5ci1YMQBeZ59MK+ZbBm1
         H2wxl9eQnXq+CJakljElkCZx21h7IJxgxTR2sbj/dMQk/xGq3hRSgO6VJXtXHBGR6IDZ
         OtxA==
X-Gm-Message-State: AG10YORCr0oNqIUKRKWP+jbLytPCtAIt3FLtXsM3OpkFvpINNya8uvnm/oaVOQECLwojKw==
X-Received: by 10.98.71.130 with SMTP id p2mr52983964pfi.99.1454475510482;
        Tue, 02 Feb 2016 20:58:30 -0800 (PST)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160202205926.ZM2595@torch.brasslantern.com>
Date: Tue, 2 Feb 2016 20:59:26 -0800
In-Reply-To: <160202173200.ZM2203@torch.brasslantern.com>
Comments: In reply to Bart Schaefer <schaefer@brasslantern.com>
        "Re: read-only functions" (Feb  2,  5:32pm)
References: <56B1483C.500@inlv.org> 
	<160202173200.ZM2203@torch.brasslantern.com>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers@zsh.org
Subject: Re: read-only functions
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 37873

[Sorry about the double-inclusion in the previous message; something
strange happened in the handshake between email client and external
text editor.]

On Feb 2,  5:32pm, Bart Schaefer wrote:
}
} Anyway there doesn't seem to be any particular obstacle to applying
} the PM_READONLY flag to shfunc nodes.

After a few minute staring at code and the accompanying further thought,
this seems to be fundamentally not compatible with autoloading.  The
number of special cases to handle is doubled, among other things.

