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


> 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.)

Did you mean "M-*" (which I just learnt about by reading the
documention)? "M-Tab" doesn't seem to work, even on a RH's stock
GDB, and I can't seem to find documentation for it.

However, "M-*" worked beautifully, inserting all possible completions.

-- 
Joel


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