Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bracketed paste - FAQ update
- X-seq: zsh-workers 35811
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: bracketed paste - FAQ update
- Date: Thu, 16 Jul 2015 23:42:05 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Q0d VVlHP9Y2cdkNamTbh0QuAopA=; b=KNEsEUH7Otl04vH0Vh7uD5KWbk//181ElcN 8s8WK5yJuL5n2K/TJHZyuxFcaymTSrJIjHq0RAXoGQv++fOUnYOucBAoe5Scotmn UHoB3NS152xQh7x5wtper86HFU1BvL/vvPscZA7BVfoTLr0AbLmTRJqGl46LnUSu fV7vywaI=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Q0 dVVlHP9Y2cdkNamTbh0QuAopA=; b=tXKDeD0QMM3xcM05o/FD2yeIJeu9xOLHQS yVFtVDET7gGDDuKPHjE9bIiZefMgKs9WHlnyDnaAuI0G0NTQAwHszOFRK+SyrFqh ou4yx/F+PZk+bsxQUFcjY7eCXbSL0nG2pEirT9vS4qJbKdP1DvSdfddiLIfjpPnG 5TMYVNqSM=
- 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
Question 3.24 "3.24. What's wrong with cut and paste on my xterm?" has:
myeit() When the shell is waiting for input, and you paste in a chunk of
text consisting of more than one complete set of commands.
Unfortunately, this is a much harder problem: the line editor is
already active, and needs to be turned off when the first command is
executed. The shell doesn't even know if the remaining text is input
to a command or for the shell, so there's simply nothing it can do.
However, if you have problems you can trick it: type `tt({)' on a line
by itself, then paste the input, then type `tt(})' on a line by
itself. The shell will not execute anything until the final brace is
read; all input is read as continuation lines (this may require the
fixes referred to above in order to be reliable).
Maybe update this to reflect the new 5.0.9 behaviour?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author