From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60922 invoked by alias); 10 Jan 2017 15:40:52 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 60906 invoked by uid 89); 10 Jan 2017 15:40:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=sensitive, simonmarchipolymtlca, simon.marchi@polymtl.ca, D*polymtl.ca X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Jan 2017 15:40:42 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 5B91C8300B; Tue, 10 Jan 2017 16:40:40 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p_H9oJEB7jM4; Tue, 10 Jan 2017 16:40:40 +0100 (CET) Received: from chelles.act-europe.fr (chelles.act-europe.fr [IPv6:2a02:2ab8:224:1:d6be:d9ff:fef8:4565]) by smtp.eu.adacore.com (Postfix) with ESMTP id 46ADF82E92; Tue, 10 Jan 2017 16:40:40 +0100 (CET) Received: by chelles.act-europe.fr (Postfix, from userid 560) id 42C0E1EA0068; Tue, 10 Jan 2017 16:40:40 +0100 (CET) Date: Tue, 10 Jan 2017 15:40:00 -0000 From: Jerome Guitton To: Simon Marchi Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [RFA] candidates for ambiguous command in upper case Message-ID: <20170110154040.GE27546@adacore.com> References: <1484058324-5368-1-git-send-email-guitton@adacore.com> <20170110150731.GH9518@E107787-LIN> <20170110151944.GD27546@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2017-01/txt/msg00165.txt.bz2 Simon Marchi (simon.marchi@polymtl.ca): > I also noticed that tab completion was case sensitive, should that > be fixed as well? I guess so. It seems that it could be changed by a similar patch in complete_on_cmdlist.