This is the mail archive of the gdb@sourceware.org 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: Completion on symbols nonfunctional, gdb 7.8.1


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


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