From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90008 invoked by alias); 31 May 2019 13:19:16 -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 89993 invoked by uid 89); 31 May 2019 13:19:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:357, styles, HContent-Transfer-Encoding:8bit X-HELO: mailsec108.isp.belgacom.be Received: from mailsec108.isp.belgacom.be (HELO mailsec108.isp.belgacom.be) (195.238.20.104) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 May 2019 13:19:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1559308752; x=1590844752; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=ZdUk9ffq7qElayqr20yXUCUaFEQ/rt8phI2+ehWFb6U=; b=CiW+JqPjelr3ng1cIqdaEBIxC1IqPA75SsG/A2k9xNq2rjkJZu++0mlT SvtNDJkWMNeQMPWi6ZLQhtqj3K4Rnw==; Received: from 161.32-242-81.adsl-dyn.isp.belgacom.be (HELO md.home) ([81.242.32.161]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 31 May 2019 15:19:10 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Subject: [RFA 0/4] Improve "show style", use style in "help" and "apropos". Date: Fri, 31 May 2019 13:19:00 -0000 Message-Id: <20190531131903.21203-1-philippe.waroquiers@skynet.be> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00742.txt.bz2 Improve "show style", have "help" and "apropos" styling their output. This patch series improves the "show style" output to let the user visualize all the styles with one command. "help" and "apropos" commands are now styling their output. The "help" testing is also better factorized.