Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
BUG: calendar style date completion broken
- X-seq: zsh-workers 44843
- From: "Manuel Presnitz" <mpy@xxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: BUG: calendar style date completion broken
- Date: Wed, 16 Oct 2019 21:59:15 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1571257406; bh=Tkvdfj+gjjj3Hg0vho0nya4D19pZhFe6bnb+U5rA4eI=; h=X-UI-Sender-Class:Date:Reply-To:From:To:Subject; b=J5oo8pKiVA74RtbvVrmSWG8SQuSAnRBEeck21A7MyfKIQICZK0aRJuLEUWzK/Kccx OaUiffe8Th2UKILcQHs3zuOHzKhQWiS5vhz/2N8rafSMQJsSnIdNUC1/oYbw16Bo83 XlRXasQDiRr/75rGkPRlGQya8AIJQ64T5ezWbbCw=
- 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
- Reply-to: mpy@xxxxxxx
Hi,
using the (at the time of writing) latest head of the zsh source
(zsh-5.7.1-148-g59901e6), the usage of the "calendar style date
completion" (_dates completer with menu selection) returns only
gibberish.
A minimal example to reproduce should be
$ autoload -Uz compinit
$ compinit
$ zstyle ':completion:*' menu select=1
$ ls *(cw <TAB>
Instead of a nicely formatted calendar you get some garbage to
select from.
Unfortunately I wasn't able to fix this bug myself, as the completion
system is (still) black magic for me, so I could not supply a patch.
Instead I narrowed down the first occurrence of the bug to this
commit
[ cd6fd2b0a 44274: allow finer control of completion match
[ soring with compadd's -o option
I hope this is at least a little help for you.
Thanks a lot,
Manuel.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author