From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32468 invoked by alias); 24 Jun 2007 21:42:33 -0000 Received: (qmail 32460 invoked by uid 22791); 24 Jun 2007 21:42:32 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 24 Jun 2007 21:42:30 +0000 Received: from kahikatea.snap.net.nz (37.63.255.123.dynamic.snap.net.nz [123.255.63.37]) by viper.snap.net.nz (Postfix) with ESMTP id 0EFE43D9A88; Mon, 25 Jun 2007 09:42:27 +1200 (NZST) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 555228FBF6; Mon, 25 Jun 2007 09:42:25 +1200 (NZST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18046.58688.102303.116053@kahikatea.snap.net.nz> Date: Sun, 24 Jun 2007 21:55:00 -0000 To: Daniel Jacobowitz Cc: gdb-patches@sourceware.org Subject: Re: PATCH: PR tui/2173: Arrow keys no longer works in breakpoint command list In-Reply-To: <20070624154700.GA14862@caradoc.them.org> References: <18019.18081.448928.93993@kahikatea.snap.net.nz> <20070604010633.GA927@caradoc.them.org> <18021.23899.394336.980207@kahikatea.snap.net.nz> <20070605132700.GA10720@caradoc.them.org> <20070624154700.GA14862@caradoc.them.org> X-Mailer: VM 7.19 under Emacs 22.1.50.4 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00441.txt.bz2 > Nick, does this work for emacs? It fixes the testcase (which I > updated to fail and not time out for broken GDBs). Yes, this looks good to me. Thanks, Nick