zsh-workers
 help / color / mirror / code / Atom feed
From: "Joël Porquet" <joel@porquet.org>
To: zsh-workers@zsh.org
Subject: Bug in 5.2 version with the key ²
Date: Mon, 14 Dec 2015 16:24:21 +0100	[thread overview]
Message-ID: <1450106661.266431.466985473.5DF58C75@webmail.messagingengine.com> (raw)

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


             reply	other threads:[~2015-12-14 15:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-14 15:24 Joël Porquet [this message]
2015-12-14 15:58 ` Peter Stephenson
2015-12-14 16:11   ` Joël Porquet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450106661.266431.466985473.5DF58C75@webmail.messagingengine.com \
    --to=joel@porquet.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).