zsh-workers
 help / color / mirror / code / Atom feed
* bracketed paste - FAQ update
@ 2015-07-16 23:42 Daniel Shahaf
  2015-08-15 23:34 ` Daniel Shahaf
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Shahaf @ 2015-07-16 23:42 UTC (permalink / raw)
  To: zsh-workers

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?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-15 23:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-16 23:42 bracketed paste - FAQ update Daniel Shahaf
2015-08-15 23:34 ` Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).