Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Completion batch #3: Break _flags/_modes out of _chflags/_chmod
- X-seq: zsh-workers 42213
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: [PATCH] Completion batch #3: Break _flags/_modes out of _chflags/_chmod
- Date: Wed, 3 Jan 2018 16:06:22 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=mrrpjuddkDxgDeQNpr56AUwCu42DYrkvhfOMqBm3fnQ=; b=fPsvF9WBKDlktI86hyftXiux3MEhNHTwBTItKP74DQ5fxWsfAkpSRTf7RIo5Ytn3Ou FRFgz1PuyDfleqo9y5Y+iUqIx41fLolXzj/Z822pB0XDiHDLDHeTVEqrjDEaxqZvl3aL iVcmCK00xWw6cWHZ6q9LSeRoIXxnAWsVlnUQh1TBhe2aX/Wpn+FS0YZWjbBVrJBae2nv TNzX/xzWPRAokTKt4DdoIKzTSV2FQf0b2H11Lrn3c4+F2cAeLHfcMHNEqSBRFpwaK6cB +LShftVTBy3JG5HutQi02+/eGMVcLczy4BlbBc6jqzyh5j3NIZeXiDXDHNVEZ0gLF5o9 1ltQ==
- In-reply-to: <48C5B9DE-16A6-4987-8B1B-1CDD20C50B0C@dana.is>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <48C5B9DE-16A6-4987-8B1B-1CDD20C50B0C@dana.is>
On Wed, Jan 3, 2018 at 2:13 PM, dana <dana@xxxxxxx> wrote:
> Moving on to more elaborate stuff:
>
> 1. Some of the new functions i was adding (to come in a subsequent batch) needed
> to re-use the logic for file flags and modes from _chflags and _chmod,
> respectively, so i broke those out into separate type functions called _flags
> and _modes.
I wonder if it might be better to call these _fflags and _fmodes or
some such, since theoretically other things than files could have
flags and modes?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author