From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10958 invoked by alias); 29 Jan 2004 23:34:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10941 invoked from network); 29 Jan 2004 23:34:49 -0000 Received: from unknown (HELO localhost.redhat.com) (66.187.230.200) by sources.redhat.com with SMTP; 29 Jan 2004 23:34:49 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 4607F1A440D; Thu, 29 Jan 2004 18:32:12 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16409.38908.202376.325411@localhost.redhat.com> Date: Thu, 29 Jan 2004 23:34:00 -0000 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: Import a readline bugfix In-Reply-To: <20040118195017.GA5434@nevyn.them.org> References: <20040118195017.GA5434@nevyn.them.org> X-SW-Source: 2004-01/txt/msg00751.txt.bz2 Daniel Jacobowitz writes: > I was working on an ornery completion bug this morning and stumbled across: > http://ftp.gnu.org/gnu/readline/readline-4.3-patches/readline43-001 > > This patch fixes an infinite loop in readline on hitting certain keys - on > my terminal one of them is shift-delete, which I hit by accident pretty > frequently. OK to commit this? > I have integrated all the official patches to the current version of readline. Which include this one. elena