Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Possible bug with bindkey and Unicode characters in 5.2?
- X-seq: zsh-users 21065
- From: "Raymond W. Ko" <raymond.w.ko@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Possible bug with bindkey and Unicode characters in 5.2?
- Date: Mon, 7 Dec 2015 15:47:16 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=3jb37ZosyZDz5PZV9VrVWizV8VDtNOh0wmmUmorzze0=; b=POHHM1QkdyyVRh4L0ncc9ZF4kPiNLtiRStmM/94POzwbCRRVfOnDur4tIEZ9Wvyodg /j0Jdx1s20S5AlxRLH0wVaBzCTAxJ8HsFwrQzY5LaHy4TMS7mR7bQR6CoRuU681bczK2 CTibf3s1e24WcWcyt+VtYTaZm95sWPu27CILEMSIm0DXu0pn8d6BKkAye4+umVOVN9GD CR7xBI8vE5HxP6KP6urQs9U5bzL76sYa8E1T7Sy9YchU2E3twQ3LFT0z8TUbd7s2zgIA zpVGdV70kx55SuS4kLAGDWbaeCVrY4P2s9UJcUe6PKgk1aFZi+JklqtYWNoVTl+ruByy q0Cg==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello, I am using Arch Linux, and zsh 5.2 recently landed in stable. I
then discovered that some of my bindkeys with Unicode characters broke.
I am basically using http://oremacs.com/2015/02/14/semi-xmodmap/ to
generate unicode characters, but that should not be relevant.
Here is the relevant part of my .zshrc:
bindkey -s θ '"\C-b"'
bindkey -s ω "'\C-b'"
bindkey -s υ ">\C-b<"
bindkey -s σ "}\C-b{"
bindkey -s φ ")\C-b("
bindkey -s φ "asdf"
bindkey -s ρ "]\C-b["
On zsh 5.1 and 5.0.1, this works as expected. However, in 5.2 there
seems to be a pause for half a second before a question mark appears. I
have tested this on mintty, xterm and urxvt, and Linux and Cygwin, so I
don't think this is terminal specific. Any ideas? Downgrading back to
5.1 works for now.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author