Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bracketed-paste-magic hangs when a non-ASCII character is pasted
- X-seq: zsh-workers 37160
- From: Chi Hsuan Yen <yan12125@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: bracketed-paste-magic hangs when a non-ASCII character is pasted
- Date: Thu, 19 Nov 2015 23:00:49 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=lM93Nr7L+9HU1dqLb57eSTquLzLp61DikgkOSV66ogM=; b=JUHcZnpT6owwsYKHjrUbecdbD/lYJdNs303+8bEDtsW9ZC2eG/XaYn/KtoRzXjcx7d UrfmJtgMxbZ0VqiWRTSSjsbPjlYL5q2R6eQmRUTJq6wng25bB1Tcy9SSHJ24ho405jux PE2S6t+rmc5yMmvk/0u6mawOerOwpTlZ6GJUlr393mqj2Hw4LkUUWnDXzAKUOc/wuIcG 9PCvXARIoIwwgqWIJSMTdLZw7j4cgMa/j8aMdl9SIeDOK6SlsdTfxOE5tmSSAWEr34g/ iC/cTrz+1j2Oipy03vWLjPyAu3vUEKqA92B6qO5OAxkT9oTYueyrfmKI1s8QnucbggKu M8JQ==
- In-reply-to: <20151119112631.GA20857@cventin.lip.ens-lyon.fr>
- 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
- References: <20151119112631.GA20857@cventin.lip.ens-lyon.fr>
Dear Vincent,
I've ever encountered the same problem. Building my own Zsh against the
latest git commit makes everything works. Also, as per zsh-workers 37159
[1], Zsh 5.2 is coming soon, so you may want to wait for the next version.
Best Regards,
Yen Chi Hsuan
[1] http://www.zsh.org/mla/workers/2015/msg03073.html
On Thu, Nov 19, 2015 at 7:26 PM, Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
> When using
>
> autoload -Uz bracketed-paste-magic
> zle -N bracketed-paste bracketed-paste-magic
>
> pasting a non-ASCII character (such as "×") makes zsh hang.
>
> --
> Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author