Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATH: autoload with explicit path
- X-seq: zsh-workers 40165
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: PATH: autoload with explicit path
- Date: Mon, 12 Dec 2016 10:09:28 -0800
- 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; bh=7AI3s9pL+QKBtjtAgzfBhEGpPtDE1xRvaqdRBHqVKyE=; b=0rFafTXg7Vom70yYRxQh9fCN57274epkDhUHFlB2kV/TPIB0/kCwgTiSPlWEUi4o25 7LE06GmInWCiXFtito7r0Hu1a4X4AIBAaxtE49TrDZUSvhYnck4s5GocukheRy6CVZ/F t6TpEGqpReg/eIXF3TQ1MvOJSzaaJitlJSuYW5ismk7ZTEogzuhewwLmIsk2YyOYBOni t9X7uLbFo1EhWMyHul1gFt+hmBsmzZj4SQ8NQgenrpWPxe7b1zPvU8GRJPq0s5NOeatA jp6EJfJupdCYHr17PKQdENf85aZR4cFGe+O5jFtQl4OtWEcZfDLqJlh7NCMSoVBK2Zvw qGYg==
- In-reply-to: <20161212163124.6654f077@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20161211221844.5e51affe@ntlworld.com> <CGME20161212160617epcas2p16960e3d95c694147035f760090e6011b@epcas2p1.samsung.com> <161212080550.ZM935@torch.brasslantern.com> <20161212163124.6654f077@pwslap01u.europe.root.pri>
On Dec 12, 4:31pm, Peter Stephenson wrote:
}
} We're at the point where autoload isn't really a synonym of functions -u
} any more. I'd be tempted to document "functions -u" as "implements a
} limited subset of..." rather than "equivalent to...". (Does anyone use
} that interface except for compatibility?)
There's
autoload
functions -u
typeset -f -u
but there are aready some variations of each that are not supported by
the others, so which ones say they are "equivalent to" which others is
probably overdue for an overhaul.
For example I don't think there's any way to autoload a math function in
a single command -- you have to autoload it and then mark it as math, or
something like that.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author