Re: Completion on symbols nonfunctional, gdb 7.8.1
"Maciej W. Rozycki" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 29 Feb 2016, Jonah Petri wrote: > I'm not familiar with inputrc, unfortunately. Can you tell me if > there's anything weird in there? I have nothing in ~root/.inputrc, > but here's the contents of /etc/inputrc: Me neither offhand; see readline(3) for details. Local settings take precedence over global ones, so try making an empty ~/.inputrc file to see if the symptoms go away. FWIW I have these settings in my ~/.inputrc file: set convert-meta on M-C-i: dynamic-complete-history Meta-s: forward-search-history and I have never really bothered to examine the global settings forced upon me by the distribution. I found them disturbing in surprising ways, breaking my habits developed with `readline' over more than 20 years. Maciej