From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90012 invoked by alias); 9 Jul 2015 10:44:17 -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 89315 invoked by uid 89); 9 Jul 2015 10:44:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 09 Jul 2015 10:44:15 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 6B6E4B7CCF; Thu, 9 Jul 2015 10:44:14 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t69AiCFp020609; Thu, 9 Jul 2015 06:44:12 -0400 Message-ID: <559E507B.7090000@redhat.com> Date: Thu, 09 Jul 2015 10:44:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Patrick Palka , Andrew Burgess CC: "gdb-patches@sourceware.org" Subject: Re: [PATCH 0/3] convert tui window names to lower case References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-07/txt/msg00274.txt.bz2 On 07/08/2015 09:51 PM, Patrick Palka wrote: > On Wed, Jul 8, 2015 at 4:37 PM, Andrew Burgess > wrote: >> This patch series converts the tui window names to lower case. The >> window names are already lower case in the documentation, and the >> recently added command completer for 'focus' reports window names as >> lower case. >> >> The window names aren't actally shown in that many places, so this >> change shouldn't be that big of a upset (I hope), plus all the >> commands that take a window name already accepts both upper and lower >> case. > > Cool, I thought about doing something like this too, after I added the > "focus" completer. > > What about the occurrences of "SRC", "CMD", etc in tui-layout.c? > These do not seem to be changed in this series but it seems like they > should. Nice cleanup. This is once that issue is resolved and Patrick is happy with it. :-) Thanks, Pedro Alves