Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
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=
X-Sasl-enc: NvrvV6OSR6RBWrZ5O04TYXnqNpKE72nowtPuyvXDneR5 1465781833
References: <87oa76172f.fsf@secretsauce.net> <160612174712.ZM10957@torch.brasslantern.com>
User-agent: mu4e 0.9.17; emacs 25.0.94.1
From: Dima Kogan <dima@secretsauce.net>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: zsh-workers <zsh-workers@zsh.org>
Subject: Re: Regression: broken completion on modification time
In-reply-to: <160612174712.ZM10957@torch.brasslantern.com>
Date: Sun, 12 Jun 2016 18:37:11 -0700
Message-ID: <87k2ht50oo.fsf@secretsauce.net>
MIME-Version: 1.0
Content-Type: text/plain
X-Seq: zsh-workers 38669

Bart Schaefer <schaefer@brasslantern.com> 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

