From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2451 invoked by alias); 8 Jul 2008 22:31:41 -0000 Received: (qmail 2439 invoked by uid 22791); 8 Jul 2008 22:31:39 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Jul 2008 22:31:14 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id D577E9835A; Tue, 8 Jul 2008 22:31:11 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id ABD5B9810F; Tue, 8 Jul 2008 22:31:11 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KGLiI-0000YN-78; Tue, 08 Jul 2008 18:31:10 -0400 Date: Tue, 08 Jul 2008 22:31:00 -0000 From: Daniel Jacobowitz To: Pierre Muller Cc: 'Pedro Alves' , gdb-patches@sourceware.org Subject: Re: [RFA] fix annoying completion bug on directories Message-ID: <20080708223110.GA1784@caradoc.them.org> Mail-Followup-To: Pierre Muller , 'Pedro Alves' , gdb-patches@sourceware.org References: <000901c8def8$137b1bf0$3a7153d0$@u-strasbg.fr> <200807060456.49298.pedro@codesourcery.com> <000001c8e148$375ac690$a61053b0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c8e148$375ac690$a61053b0$@u-strasbg.fr> User-Agent: Mutt/1.5.17 (2008-05-11) 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: 2008-07/txt/msg00121.txt.bz2 FYI, I worked on this once: http://sourceware.org/ml/gdb/2004-01/msg00222.html 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. Thanks for doing this! 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. -- Daniel Jacobowitz CodeSourcery