From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27557 invoked by alias); 7 Apr 2006 20:11:05 -0000 Received: (qmail 27547 invoked by uid 22791); 7 Apr 2006 20:11:04 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 07 Apr 2006 20:11:02 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FRxIJ-000835-Sb; Fri, 07 Apr 2006 16:10:59 -0400 Date: Sat, 08 Apr 2006 06:31:00 -0000 From: Daniel Jacobowitz To: Bob Rossi Cc: bug-readline@gnu.org, gdb@sourceware.org Subject: Re: MinGW status for readline Message-ID: <20060407201059.GA30913@nevyn.them.org> Mail-Followup-To: Bob Rossi , bug-readline@gnu.org, gdb@sourceware.org References: <20060407200149.GA28248@nevyn.them.org> <20060407200812.GC1264@brasko.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060407200812.GC1264@brasko.net> User-Agent: Mutt/1.5.8i 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/msg00110.txt.bz2 On Fri, Apr 07, 2006 at 04:08:12PM -0400, Bob Rossi wrote: > > 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. Yes, sorry for not mentioning that. I did apply those patches. -- Daniel Jacobowitz CodeSourcery