From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10393 invoked by alias); 17 Dec 2001 23:00:24 -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 10259 invoked from network); 17 Dec 2001 23:00:17 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 17 Dec 2001 23:00:17 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 7AE995E9D8; Mon, 17 Dec 2001 18:01:37 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: Re: RFA: cd before completing References: <20011204171557.2C1E55E9D8@zwingli.cygnus.com> From: Jim Blandy Date: Mon, 17 Dec 2001 15:00:00 -0000 In-Reply-To: Jim Blandy's message of Tue, 4 Dec 2001 12:15:57 -0500 (EST) Message-ID: X-Mailer: Gnus v5.3/Emacs 19.34 X-SW-Source: 2001-12/txt/msg00433.txt.bz2 I've committed this patch. Jim Blandy writes: > > 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.