Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Regression: broken completion on modification time
- X-seq: zsh-workers 38679
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxx>
- Subject: Re: Regression: broken completion on modification time
- Date: Tue, 14 Jun 2016 09:14:02 -0700
- 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=8T/ov0nLbijpbdQ2qq7Mfe6pmGFvcqO6CEambmWRr7w=; b=TDOnlKohkU6THO5TYTh4orB015xVEf26yqXg7I8WawLXgLmvK4uDiJ4KUF9fFjxjMq eBaXilFu2AFRqvQ5jYA3A5shPNjG87sEYfGupEmAPNx7ULrJ6jBwcb2ezsZof5W2E6u2 9ni99rQwE+yaOSo/ZBcxEnpp7y04KTeb6txX8sWlEyXAa2e2EbKXgvcXaPNNih1jiMNS 4YqEoPhlyM4gNuACGDN/2beksHqbJiHfjlTS6re58+PEragW0TYIYXkokm0Xu7nv5aNg jE1R4g20VQUO+PCc6G77xpKwQ8gVWKbsCEMZOskHXKxyih18VCYkfGX1+0eh6i+YBcMx FeZA==
- In-reply-to: <3670.1465855245@thecus.kiddle.eu>
- 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: <87oa76172f.fsf@secretsauce.net> <160612174712.ZM10957@torch.brasslantern.com> <3670.1465855245@thecus.kiddle.eu>
On Jun 14, 12:00am, Oliver Kiddle wrote:
}
} Bart wrote:
} > There was some controversy about this when it was added and discussion
} > of how to keep it from kicking in if menu selection was NOT enabled,
} > but I guess it never got fully resolved.
}
} It should probably at least bail out if the complist module isn't loaded as
} per this patch. Or have you got any better ideas on what to check for?
You suggested:
> Looking for select in $_def_menu_style
There's also the issue noted in workers/35770 (hopefully zsh.org is back
up) where the substitution of the descriptions for the actual values
(e.g. before/since for -/+) is confusing if the "format" style is not
set and the layout is poor when the "group-name" style is not set.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author