Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Regression: broken completion on modification time
- X-seq: zsh-workers 38668
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Dima Kogan <dima@xxxxxxxxxxxxxxx>, zsh-workers <zsh-workers@xxxxxxx>
- Subject: Re: Regression: broken completion on modification time
- Date: Sun, 12 Jun 2016 17:47:12 -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=puizm/nnTFdQc6KHbZ2+ViuV/6e6xZugzckkfCMFOD8=; b=a3FXJjVWggSK3oE43ygT1aMYeO+hkiU+tfB0HMxCMFDo7rkEFDO/AToHlflX1HFTWr wD6St1iwudL5jY11wnJL/yoh9m7ukdsIM/EPYtAQP9c6wT6SfIpkL2r/0Kd+UwI0ZNHf aToV9q7Zl/++5u7WYep1SUayfBR/R21J50i53l+T+5ODtd/J0lfD9gS7P2QvlSMX79sk 6nAT9srR/efnct0XTQFk+qXlQWYkvyCyXFzBjpBdCWa4Dy7eMY1Zpc25grOHoWyV0PmI mOCPl6nfoYganpIbdhH1EztNHxHkSJ0afSccv9V3N2evKYYX7jD8hOygj7LGwxZd5pON hI/w==
- In-reply-to: <87oa76172f.fsf@secretsauce.net>
- 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>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author