Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"disable typeset" (was Re: PATCH: Ghastly typeset -p array hack finally bites the dust)
- X-seq: zsh-workers 37312
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Subject: "disable typeset" (was Re: PATCH: Ghastly typeset -p array hack finally bites the dust)
- Date: Fri, 4 Dec 2015 10:06:52 -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:content-type; bh=S3TqX7wEQggPvR/rzpJgbsUEP0kfA9jsmDlbP7eMy2Y=; b=wito82c9v7wnSiK+4rYCii0tJbBHBePw5DSmq31wsKDH80eDzqnW9Oj9P78PafCCeH BclLzkVjOdOg9Mag+ZrUbci8JCK/DUiecXPpFFgpv6f34G5/0M/PgFWByQrF/3dvaAgO hN6NrrBF6xBvS6EZr21N5KWLaPwc1sj3kUKGwRAk0sf/ofSl3wE7pBB62cyQJkSb97K3 yGHE0ydMkkgXEMIdYSC0g8IDzaE488lFa8CrMdBC/XHQH45KjbtcUshcHK7CLiB4h9c6 RKU9kg4v1+DWNfdZYhsZ8VeCz5uiPIgY6LEJuVONT2ETbxP5nbnimNhMafwsdDymCGVY Uabg==
- In-reply-to: <20151204175656.6291faeb@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: <20151204153421.5771f9ce@pwslap01u.europe.root.pri> <151204092923.ZM16137@torch.brasslantern.com> <20151204175656.6291faeb@pwslap01u.europe.root.pri>
On Dec 4, 5:56pm, Peter Stephenson quoted the doc:
}
} Note that each interface to any of the commands my be disabled
} separately. For example, `tt(disable -r typeset)' disables the reserved
} word interface to tt(typeset), exposing the builtin interface, while
} -`tt(disable typeset)' disables the builtin.
Hmm, I just noticed that "disable typeset" doesn't accomplish anything
(except make "builtin typeset" fail) without "disable -r typeset" too.
Not sure what I expected to happen, or why anyone would do this anyway.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author