Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Regression: broken completion on modification time
- X-seq: zsh-workers 38669
- From: Dima Kogan <dima@xxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Regression: broken completion on modification time
- Date: Sun, 12 Jun 2016 18:37:11 -0700
- Cc: zsh-workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=secretsauce.net; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=RzfcD ditrhr6XNeEAwxyrOx15Mk=; b=o8RJkRL11wL/3jGScpMUfBDyokOEy5ASzN6fE y+wfBxuKn6gmkkAlqHVFLbKun6o2sft1I2a6va2pjcp4n0R725hHUPQmeqaYpPGz maWYem6XpcR4bwPO75rXCIgUrgTxRUHmOmfzr88ltertivN3M9lZJLfAvJNtqYIk ctJENY=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=RzfcDditrhr6XNeEAwxyrOx15Mk=; b=PF8wZ bZ2AlI0e8k63cQY80abJo7E9MEf9Eos/dvz5HtYEtDuC4FoRjFT1JcCI94kaUQdk 2I3vLfNdZBk7mifSbOBhB/dr3DSZAeFu+5oGCkkmz2xh6nde14VRkyRO5e/uvvPM nhznEC8g5utHb5FwbGUfFNgSgAFqVE29XGh8Fs=
- In-reply-to: <160612174712.ZM10957@torch.brasslantern.com>
- 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>
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:
> On Jun 12, 1:32pm, Dima Kogan wrote:
> }
> } In zsh 5.0.5 (Debian version 5.0.5-2) I can type in an interactive
> } shell:
> }
> } $ ls *(m
> }
> } Then I press TAB to get the different ways to specify modification time,
> }
> } [...] If I update the zsh package, or use the zsh from git
> } and do the same thing, I get no message, and instead the completion
> } cycles between various integers.
>
> This is from zsh-workers/35718 and the behavior you are seeing assumes
> that you have menu-selection enabled (which will cause a much more
> extensive set of completion responses to appear in a calendar format).
> 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.
>
> In the meantime, to mostly get your old behavior back:
>
> zstyle ':completion:*:dates' max-matches-length 0
That's it! Thanks for replying so quickly.
dima
Messages sorted by:
Reverse Date,
Date,
Thread,
Author