This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] Word break characters are language dependent


> Date: Sun, 21 Sep 2003 14:43:23 -0700
> From: Joel Brobecker <brobecker@gnat.com>
> > 
> > Did you actually try to replace the hard-coded string with a different
> > one that is good for Ada, and see if that solves your problem?
> 
> Yes :).

Okay, that's good to know.

There are two different ways into the completion code, though: one is
when you type some of the beginning characters and hit TAB, the other
one is when you type Meta-TAB (ESC-TAB on some systems, Alt-TAB on
others).  Did you try both of them?  (IIRC, readline does different
things depending on which of these two keys you type.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]