On Tue, Apr 19, 2005 at 04:31:59PM -0700, Matt Kraai wrote:
> Package: gdb
> Version: 6.3-5
> Severity: normal
> 
> I ran gdb on totem:
> 
>  gdb totem
> 
> Once it had started, I tried to run it on
> "How software patents work.mov" by typing
> 
>  r How<TAB>
> 
> This was completed to
> 
>  r How software patents work.mov
> 
> This caused totem to complain because "How" did not exist.
> 
> I think that, when gdb performs tab completion, it should escape the
> spaces by preceding them with backslashes.

One of many, many things wrong with GDB's tab completion.  The biggest
problem with cleaning this up is an interface missing in readline 4.x;
I got the necessary bits added to 5.x, but upstream hasn't upgraded
yet.

So, thanks for the report, but it may be some time before I can fix it.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to