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 To: cygwin AT cygwin DOT com From: Eric Blake Subject: Re: Bash 3.00.16(7), paste-from-clipboard binding reset after command execution Date: Fri, 5 Aug 2005 16:09:42 +0000 (UTC) Lines: 22 Message-ID: References: <20050805123732 DOT 2443 DOT qmail AT web33409 DOT mail DOT mud DOT yahoo DOT com> <42F3650B DOT 4030306 AT byu DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes 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 settings are parsed only once, while stty settings are ignored in readline 4.x, reparsed for every command (thus overriding ~/.inputrc) in readline 5.0, and user-settable in the upcoming readline 5.1 whether stty settings are reparsed or ignored for every command. Readline 5.1 is still in alpha, and while I have tried building it for cygwin, I have yet to work out all the bugs. So until then, if you want ~/.inputrc to change the default meaning of a character that is also assigned to a terminal function (check "stty -a" for those characters), you have to make stty and ~/.inputrc agree on what the key will do. -- Eric Blake -- 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/