From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89827 invoked by alias); 3 Jun 2019 14:21:25 -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 89818 invoked by uid 89); 3 Jun 2019 14:21:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: gateway21.websitewelcome.com Received: from gateway21.websitewelcome.com (HELO gateway21.websitewelcome.com) (192.185.45.36) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Jun 2019 14:21:23 +0000 Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway21.websitewelcome.com (Postfix) with ESMTP id 6CF67400CDAB3 for ; Mon, 3 Jun 2019 09:21:22 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id XnpyhcnbwYTGMXnpyhbIyd; Mon, 03 Jun 2019 09:21:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To: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=t6n8b7zgMf8vnr9tjYBf6NswfyOE+kxSChbQKuaJsYE=; b=fAcRroFT0PiuTwA5fNmNBo+gW5 2X1APc4y1Ofn5zWoto2n2N96PSMnLSnAn8GURd+PFVjYmfRLiIbUvxWDqZxasTRZ2l8R7jTTbuXNs mvbgDT+mXzR+mRzUzgCGHoU4f; Received: from 174-29-48-168.hlrn.qwest.net ([174.29.48.168]:57934 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1hXnpy-003LhO-7T; Mon, 03 Jun 2019 09:21:22 -0500 From: Tom Tromey To: Philippe Waroquiers Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [RFA 1/4] Add highlight style, title style, fputs_highlighted. Improve 'show style' References: <20190531131903.21203-1-philippe.waroquiers@skynet.be> <20190531131903.21203-2-philippe.waroquiers@skynet.be> <87ef4epeqb.fsf@tromey.com> <1559378849.1454.48.camel@skynet.be> Date: Mon, 03 Jun 2019 14:21:00 -0000 In-Reply-To: <1559378849.1454.48.camel@skynet.be> (Philippe Waroquiers's message of "Sat, 01 Jun 2019 10:47:29 +0200") Message-ID: <87k1e2oila.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2019-06/txt/msg00023.txt.bz2 >>>>> "Philippe" =3D=3D Philippe Waroquiers = writes: Philippe> To make it more clear, I have changed the output to be: Philippe> style address foreground:=C2=A0=C2=A0The "address" style foregrou= nd color is: blue Philippe> ^^^^^^^^^^^^^^ Philippe> So, I have added the word style after the style name and styled a= ll what Philippe> is underlined. Philippe> Does that look less odd ? It seems like it should be fine; and anyway I suppose we can change it if it looks weird in practice. Tom