Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: interactive keybinding to abort all input?
- X-seq: zsh-workers 27276
- From: Andrey Borzenkov <arvidjaar@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: interactive keybinding to abort all input?
- Date: Wed, 16 Sep 2009 07:21:24 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:received:received:from:to:subject:date         :user-agent:references:in-reply-to:mime-version:content-type         :content-transfer-encoding:message-id;        bh=6CDXAZhdfvh3NtCx9fZGUdYpSbffD6MPLNTtGJ3jcwM=;        b=sXq+KB8PEHuiLPdEc1m4skpCscL2VX7yhWGJoIXfAeCVMXaSIl75HxOTyL6WV/BBBP         GGg0W1OfwqxHDD33sMvxACWjgppaFA59u2++aWj3HiQ2vfrMAkskO6YMJZmdwaQOWDY1         R1iF9OeqhDVLWsg9A/+EG+RmrzhsOcZdqMtZU=
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=from:to:subject:date:user-agent:references:in-reply-to:mime-version         :content-type:content-transfer-encoding:message-id;        b=jmhI1TfT7bZVA8/bSRnOJGGptp9a3qM+AVV+80eg2uAaE2clAuJTJRS0nx9WPWlq6b         Ijxknylt8vbd8vtusBWmORq296y614fkTQpACMscw4JpKqoZc3flqnGMpp2WIG1ndkIC         l/kHNBEUVuJW9z3AVg2RKiZTecsK9bF7gZeG0=
- In-reply-to: <19119.60834.915017.994583@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <19119.60834.915017.994583@xxxxxxxxxxxxxxxxxx>
On Tuesday 15 of September 2009 23:40:18 Greg Klanderman wrote:
> I seem to have some problem with copying and pasting in X; sometimes
> copying from emacs to my shell window results in some previous
> selection getting pasted, and when that's several pages of code, it
>  is really a pain waiting minutes for zsh to finish trying to
>  interpret it.
> 
> Seems like Control-C or Control-G should allow me to abort all input
> but it doesn't.  Should it?  Is there some way to abort all pending
> input to an interactive zsh?
>
I am not sure this is zsh fault. It is entirely possible that X terminal 
is busy processing selection and starts to act on ^C only *after* entire 
buffer has been pushed to child.
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author