From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28585 invoked by alias); 14 Dec 2015 15:32:52 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 37402 Received: (qmail 24763 invoked from network); 14 Dec 2015 15:32:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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.0 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= Message-Id: <1450106661.266431.466985473.5DF58C75@webmail.messagingengine.com> X-Sasl-Enc: jLtDRbC2OFjXq+luwsYdaVfx3qjUpO1BB2bF1+82KTT0 1450106661 From: =?UTF-8?Q?Jo=C3=ABl=20Porquet?= To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-5c8c9c89 Subject: =?UTF-8?Q?Bug=20in=205.2=20version=20with=20the=20key=20=C2=B2?= Date: Mon, 14 Dec 2015 16:24:21 +0100 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: '=C2=B2'. - 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 =C2=B2 to cycle complete bindkey "=C2=B2" menu-complete setopt autolist unsetopt menu_complete unsetopt auto_menu unsetopt list_ambiguous So basically, TAB is a blocking completion while =C2=B2 is a cycle completion. It's very convenient. Anyway, since 5.2, this doesn't work anymore. Whenever I hit the =C2=B2 key, instead of looping through the possible completion possibilities, it displays several interrogation points: $ cd musi=C2=B2 $ 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=C3=ABl