From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8269 invoked by alias); 13 Dec 2001 20:15:40 -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 7850 invoked from network); 13 Dec 2001 20:14:21 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 13 Dec 2001 20:14:21 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA21596; Thu, 13 Dec 2001 12:14:19 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id NAA08392; Thu, 13 Dec 2001 13:14:04 -0700 Date: Thu, 13 Dec 2001 12:15:00 -0000 From: Kevin Buettner Message-Id: <1011213201404.ZM8391@ocotillo.lan> In-Reply-To: Jim Blandy "RFA: cd before completing" (Dec 4, 12:15pm) References: <20011204171557.2C1E55E9D8@zwingli.cygnus.com> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Jim Blandy , gdb-patches@sources.redhat.com Subject: Re: RFA: cd before completing MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00356.txt.bz2 On Dec 4, 12:15pm, Jim Blandy wrote: > 2001-12-04 Jim Blandy > > * gdb.base/completion.exp: Rather than completing very long > filenames, which can make the readline library produce output we > don't recognize, cd to the directory first, and then complete > using nice, short relative paths. Jim, Have you committed this patch yet? I see the above entry in the ChangeLog file, but I can't find the actual changes in completion.exp... Kevin