Re: Bash 3.00.16(7), paste-from-clipboard binding reset after command execution

2005-08-05 Thread zango
>-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >According to zango on 8/5/2005 6:37 AM: >> I am seeing the same problem. I had a working cygwin >> installation. I downloaded a new package which >> wouldn't work with the existing bash shell. So, I >> updated the core libraries/bash and Control-V

Re: Bash 3.00.16(7), paste-from-clipboard binding reset after command execution

2005-08-05 Thread Eric Blake
Eric Blake byu.net> writes: > > As to whether readline should be prefering your stty settings over your > .inputrc, I will have to do more investigation. I reported this upstream, and received this response: http://article.gmane.org/gmane.comp.shells.bash.bugs/8315 Basically, ~/.inputrc setti

Re: Bash 3.00.16(7), paste-from-clipboard binding reset after command execution

2005-08-05 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to zango on 8/5/2005 6:37 AM: > I am seeing the same problem. I had a working cygwin > installation. I downloaded a new package which > wouldn't work with the existing bash shell. So, I > updated the core libraries/bash and Control-V - mapped

Re: Bash 3.00.16(7), paste-from-clipboard binding reset after command execution

2005-08-05 Thread zango
>> >>On Sun, 10 Jul 2005, Kirill Yarosh wrote: >> >> Hi, >> I have following line in my .inputrc: >> "\C-v": paste-from-clipboard >> When the bash starts ^V binded to quoted-insert. >> $ bind -p | grep '"\\C-v' >> "\C-v": quoted-insert >> When I force bash to re-read-init-file with "\C-x\C-r" >> ^V

Re: Bash 3.00.16(7), paste-from-clipboard binding reset after command execution

2005-07-10 Thread Igor Pechtchanski
On Sun, 10 Jul 2005, Kirill Yarosh wrote: > Hi, > I have following line in my .inputrc: > "\C-v": paste-from-clipboard > When the bash starts ^V binded to quoted-insert. > $ bind -p | grep '"\\C-v' > "\C-v": quoted-insert > When I force bash to re-read-init-file with "\C-x\C-r" > ^V bounded to pas