Re: Verbatim pasting

2010-08-10 Thread Andre Majorel
On 2010-08-10 16:05 -0400, Mike Frysinger wrote: > On Tue, Aug 10, 2010 at 2:08 PM, Andre Majorel wrote: > > Binding printable ASCII characters to readline functions is > > convenient but it can bite you when you paste text into a shell. > > > > Is there a way to bypass readline while pasting ? Som

Re: Verbatim pasting

2010-08-10 Thread Ben Pfaff
Andre Majorel writes: > Binding printable ASCII characters to readline functions is > convenient but it can bite you when you paste text into a shell. This also bites me from time to time when I cut-and-paste a command from an editor window into a bash terminal window. If the line that I cut-an

Re: Verbatim pasting

2010-08-10 Thread Mike Frysinger
On Tue, Aug 10, 2010 at 2:08 PM, Andre Majorel wrote: > Binding printable ASCII characters to readline functions is > convenient but it can bite you when you paste text into a shell. > > Is there a way to bypass readline while pasting ? Something like > a ^V toggle or a ^V that lasts until the next

Re: Verbatim pasting

2010-08-10 Thread Chet Ramey
On 8/10/10 2:08 PM, Andre Majorel wrote: > Binding printable ASCII characters to readline functions is > convenient but it can bite you when you paste text into a shell. > > Is there a way to bypass readline while pasting ? Something like > a ^V toggle or a ^V that lasts until the next newline or