From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78456 invoked by alias); 14 Oct 2019 22:45:59 -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 78447 invoked by uid 89); 14 Oct 2019 22:45:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=uptodate, eyes, hear X-HELO: gateway32.websitewelcome.com Received: from gateway32.websitewelcome.com (HELO gateway32.websitewelcome.com) (192.185.145.101) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Oct 2019 22:45:57 +0000 Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway32.websitewelcome.com (Postfix) with ESMTP id 393EF1DF1553 for ; Mon, 14 Oct 2019 17:45:56 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id K96CiDXba3Qi0K96CijEXJ; Mon, 14 Oct 2019 17:45:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=KnxDiRYBK/Z8ayjC9lVo8pIOurhOzHSanlvFNL0tta4=; b=EYyFaaGhYLX9ln8naLwzBDo9AE +zo7Qp/46hVPiEKDWd7EIyJL/Wj9FI18tI/DMndTH4JIMJrLz92B50a1wH3I+6ZjoyaQUoWMrqXie y9uYfuZNZs2xEaLPB6tpgRd5G; Received: from 174-29-53-230.hlrn.qwest.net ([174.29.53.230]:53416 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iK96B-001CbA-UE; Mon, 14 Oct 2019 16:45:56 -0600 From: Tom Tromey To: "Maciej W. Rozycki" Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [binutils-gdb] Style the gdb welcome message References: <20181228210008.91892.qmail@sourceware.org> Date: Mon, 14 Oct 2019 22:45:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Fri, 4 Oct 2019 23:15:36 +0100 (BST)") Message-ID: <875zkr9c9p.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-10/txt/msg00385.txt.bz2 Maciej> I missed that in the various distractions that kept me from using an Maciej> up-to-date version of GDB, but now that I came across it the hard way the Maciej> bright pink version line hurts my eyes and disturbs me. Setting: Maciej> set style enabled off Maciej> in ~/.gdbinit does not make any change to it, so I find it a functional Maciej> regression. I'm sure there were important reasons to make this change, Maciej> but can we please get it under user control somehow? I added this to make it clear to users that gdb is style-enabled now. I guess I don't care much about this particular instance though. Maybe removing it is the answer. I'm curious to hear what others think. In the absence of comments I'll remove it sometime before 9.1, I think. Or I'll approve a patch to do so. thanks, Tom