This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
RE: [RFA] fix annoying completion bug on directories
> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Daniel Jacobowitz
> Envoyé?: Wednesday, July 09, 2008 12:31 AM
> À?: Pierre Muller
> Cc?: 'Pedro Alves'; gdb-patches@sourceware.org
> Objet?: Re: [RFA] fix annoying completion bug on directories
>
> FYI, I worked on this once:
>
> 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...
> 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.
> Thanks for doing this!
Thanks for get the hook!
> 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'...
Can I do anything else to ease your pain?
Pierre Muller
Pascal language support maintainer for GDB