Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20050805123732.2443.qmail@web33409.mail.mud.yahoo.com> Date: Fri, 5 Aug 2005 05:37:32 -0700 (PDT) From: zango Subject: Re: Bash 3.00.16(7), paste-from-clipboard binding reset after command execution To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit >> >>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 paste-from-clipboard but until "Return" keyboard >> key will pressed( until next command ). >> After execution of new command the binding returns to quoted-insert. >> >> Is it sane behavior ? > >No, this is almost certainly not sane behavior. See if your .inputrc is >overridden somewhere (can be done by "bind" commands in any bash script). >Other than that, you'll need to debug this further locally. > Igor >-- Hi, 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 to "paste-from-clipboard" in my .inputrc stopped working. "bind -p" now shows \C-v is mapped to Quoted Insert. bind -f ~/.inputrc doesn't work either :( Please help. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/