From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5460 invoked by alias); 6 Nov 2012 15:14:03 -0000 Received: (qmail 5450 invoked by uid 22791); 6 Nov 2012 15:14:02 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Nov 2012 15:13:55 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qA6FDrXJ014354 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 6 Nov 2012 10:13:53 -0500 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qA6FDqi6008146 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 6 Nov 2012 10:13:53 -0500 From: Tom Tromey To: Eli Zaretskii Cc: palves@redhat.com, gdb-patches@sourceware.org Subject: Re: [PATCH 8/9] class-local typedef substitutions References: <87vcfphdl8.fsf@fleche.redhat.com> <87sjabrx4g.fsf@fleche.redhat.com> <5091795B.7020506@redhat.com> <87hap9qbqm.fsf@fleche.redhat.com> <87a9uzohhi.fsf@fleche.redhat.com> <87objblrtq.fsf@fleche.redhat.com> <83pq3r3h88.fsf@gnu.org> Date: Tue, 06 Nov 2012 15:14:00 -0000 In-Reply-To: <83pq3r3h88.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 05 Nov 2012 22:52:23 +0200") Message-ID: <87lieekbm7.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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 X-SW-Source: 2012-11/txt/msg00112.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: >> +set print type methods (on|off) >> +show print type methods >> + Control whether method declarations are displayed by "ptype". >> + The default is to show them. >> + >> +set print type typedefs (on|off) >> +show print type typedefs >> + Control whether typedef definitions are displayed by "ptype". >> + The default is to show them. >> + Eli> This part is OK, but shouldn't there be a patch for the manual to Eli> match it? Or did I miss something? Somehow the doc parts were in patch #6 ("add ptype/r to the cli"). You approved it conditionally -- thanks for bringing this up, I didn't make those changes yet. I'll make the updates now and I'll see whether one of the changes should go into a different patch in the series. Tom