From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Tom Tromey Cc: Insight List Subject: Re: completion oddity Date: Thu, 16 Aug 2001 14:21:00 -0000 Message-id: References: <87itfndgb0.fsf@creche.redhat.com> X-SW-Source: 2001-q3/msg00149.html On 16 Aug 2001, Tom Tromey wrote: > I built the latest Insight from the CVS trunk a couple days ago. > I ran it on `jc1' (the Java compiler for GCC). > > In the console I type `b java_decode_'. > It completes this to `java_decode_option', but then beeps. > If I hit TAB again, I see this: > > Completions: > java_decode_option java_decode_option java_decode_option java_decode_option java_decode_option I've spent the last hour or so looking at this... It's a lot more serious than it appears. As you'd guess, these are bugs in gdb's completer. I've submitted two bugs into gnats about the problems. Sorry. Keith