From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26108 invoked by alias); 7 Apr 2006 20:08:10 -0000 Received: (qmail 26099 invoked by uid 22791); 7 Apr 2006 20:08:10 -0000 X-Spam-Check-By: sourceware.org Received: from eastrmmtao03.cox.net (HELO eastrmmtao03.cox.net) (68.230.240.36) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Apr 2006 20:08:07 +0000 Received: from localhost.localdomain ([68.9.66.48]) by eastrmmtao03.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060407200801.NSOF29285.eastrmmtao03.cox.net@localhost.localdomain>; Fri, 7 Apr 2006 16:08:01 -0400 Received: from bob by localhost.localdomain with local (Exim 4.52) id 1FRxFc-0004lA-KM; Fri, 07 Apr 2006 16:08:12 -0400 Date: Fri, 07 Apr 2006 21:53:00 -0000 From: Bob Rossi To: bug-readline@gnu.org, gdb@sourceware.org Subject: Re: MinGW status for readline Message-ID: <20060407200812.GC1264@brasko.net> References: <20060407200149.GA28248@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060407200149.GA28248@nevyn.them.org> User-Agent: Mutt/1.5.9i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00109.txt.bz2 > 3. RL_STATE_MULTIKEY also broke macros which push multi-key sequences > into the input stream. For instance, put this in .inputrc: > Control-y: "\e[D" > > Then try to use that. It works in bash, which does not use callback > mode; it fails in GDB, which does. All the other readline-using apps > I checked on my system don't use callbacks, so I couldn't be sure it > wasn't GDB's fault, but I don't think it is. I use callback mode. Did you apply these patches? ftp://ftp.gnu.org/gnu/readline/readline-5.1-patches/ One of them definatly fixed a bug with multi key for me. Bob ROssi