From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130911 invoked by alias); 29 Feb 2016 17:44:10 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 130841 invoked by uid 89); 29 Feb 2016 17:44:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=no version=3.3.2 spammy=symptoms, metas, H*r:1010, sk:forward X-HELO: cvs.linux-mips.org Received: from eddie.linux-mips.org (HELO cvs.linux-mips.org) (148.251.95.138) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Feb 2016 17:44:02 +0000 Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S27007106AbcB2RoAbhDxa (ORCPT ); Mon, 29 Feb 2016 18:44:00 +0100 Date: Mon, 29 Feb 2016 17:44:00 -0000 From: "Maciej W. Rozycki" To: Jonah Petri cc: gdb@sourceware.org Subject: Re: Completion on symbols nonfunctional, gdb 7.8.1 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00038.txt.bz2 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