From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9209 invoked by alias); 8 Jul 2008 22:49:20 -0000 Received: (qmail 9198 invoked by uid 22791); 8 Jul 2008 22:49:18 -0000 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.154) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Jul 2008 22:48:52 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id m68Mmi3Q030275 ; Wed, 9 Jul 2008 00:48:44 +0200 (CEST) Received: from mailserver.u-strasbg.fr (ms2.u-strasbg.fr [IPv6:2001:660:2402::142]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id m68MmiEH049436 ; Wed, 9 Jul 2008 00:48:44 +0200 (CEST) Received: from d620muller ([130.79.244.152]) by mailserver.u-strasbg.fr (8.13.8/jtpda-5.5pre1) with ESMTP id m68MmfKY012147 ; Wed, 9 Jul 2008 00:48:44 +0200 (CEST) From: "Pierre Muller" To: "'Daniel Jacobowitz'" Cc: "'Pedro Alves'" , References: <000901c8def8$137b1bf0$3a7153d0$@u-strasbg.fr> <200807060456.49298.pedro@codesourcery.com> <000001c8e148$375ac690$a61053b0$@u-strasbg.fr> <20080708223110.GA1784@caradoc.them.org> In-Reply-To: <20080708223110.GA1784@caradoc.them.org> Subject: RE: [RFA] fix annoying completion bug on directories Date: Tue, 08 Jul 2008 22:49:00 -0000 Message-ID: <000201c8e14c$c74ebf50$55ec3df0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (mailhost.u-strasbg.fr [IPv6:2001:660:2402::154]); Wed, 09 Jul 2008 00:48:44 +0200 (CEST) X-Virus-Status: Clean 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: 2008-07/txt/msg00122.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Daniel Jacobowitz > Envoy=E9=A0: Wednesday, July 09, 2008 12:31 AM > =C0=A0: Pierre Muller > Cc=A0: 'Pedro Alves'; gdb-patches@sourceware.org > Objet=A0: Re: [RFA] fix annoying completion bug on directories >=20 > FYI, I worked on this once: >=20 > http://sourceware.org/ml/gdb/2004-01/msg00222.html A pity I didn't find this myself earlier... It would have simplified my debugging part... =20 > The result was rl_completion_word_break_hook, which is exactly what > you're using here. But I never got back to working on it, so we never > took advantage of the new hook even though we imported a new enough > readline. So the hook is there because you asked for it! This is really neat, without this, I would have abandoned it. =20 > Thanks for doing this! Thanks for get the hook! =20 > Sorry, this is very complicated code; I will have to find another > time to review it. But I wanted to thank you for fixing the bug. Thanks, glad to see you've put it on your (probably very long) 'list of patches that I need to review'... =20 Can I do anything else to ease your pain? Pierre Muller Pascal language support maintainer for GDB