Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in 5.2 version with the key ²
- X-seq: zsh-workers 37402
- From: Joël Porquet <joel@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Bug in 5.2 version with the key ²
- Date: Mon, 14 Dec 2015 16:24:21 +0100
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=porquet.org; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=fLa AgR14hGlU2+wsM26uSJe/HE8=; b=F9G9wUxZR3H0NVuG/6t7ucbohlbBbBGRUCb 5LgYYdbIOISjIXajn3kTT1XntesmbOXZ5/9XDhrQaUy4QN2Bl2dtt6r6nHvw9llP leG61JO4yULfGOedM174PYhq6QgSlKs6LywxaCZsyTqQzj7psPv9kBxv8qAXNc6f rzmfCCxk=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=fLaAgR14hGlU2+wsM26uSJe/HE8=; b=TgXla QOLOkw4fre6gVpt1d9HZAJQs5gdeDyEaKjYReQMhd8onrK/gl0RO+qqEMyVK1eak z3zxmaug/ChD8DD1hQWBMW/fhb/euNhQBrW+DmMf2A5yt3eFNnBIyPGSGe704iFr cackgTb9fAZqUqQ42ug9K0fHivPGWfR8UBsVIA=
- 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
Hi,
I'm hitting a bug with the new 5.2 version. I'm running Archlinux.
In two words:
- there is a key on my keyboard that does the power of two character:
'²'.
- since it's absolutely useless to have this character, I tweaked zsh in
order to have it do something useful instead:
# make TAB to block while ² to cycle complete
bindkey "²" menu-complete
setopt autolist
unsetopt menu_complete
unsetopt auto_menu
unsetopt list_ambiguous
So basically, TAB is a blocking completion while ² is a cycle
completion. It's very convenient.
Anyway, since 5.2, this doesn't work anymore. Whenever I hit the ² key,
instead of looping through the possible completion possibilities, it
displays several interrogation points:
$ cd musi²
$ cd musi<????????>
I just reverted to 5.1.1 and it works as expected.
Let me know (at this email address) if you can include more details,
Thanks,
Joël
Messages sorted by:
Reverse Date,
Date,
Thread,
Author