From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23430 invoked by alias); 6 Sep 2011 19:56:02 -0000 Received: (qmail 23419 invoked by uid 22791); 6 Sep 2011 19:56:01 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ausxipps301.us.dell.com (HELO ausxipps301.us.dell.com) (143.166.148.223) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Sep 2011 19:55:47 +0000 X-Loopcount0: from 10.170.28.39 From: To: Date: Tue, 06 Sep 2011 19:57:00 -0000 Subject: RE: Doc: make python function/method descriptions look as in Python Message-ID: <09787EF419216C41A903FD14EE5506DD0153491AD3@AUSX7MCPC103.AMER.DELL.COM> References: <09787EF419216C41A903FD14EE5506DD015343BFAE@AUSX7MCPC103.AMER.DELL.COM> <837h5p2a6g.fsf@gnu.org> <09787EF419216C41A903FD14EE5506DD01534911A3@AUSX7MCPC103.AMER.DELL.COM> <09787EF419216C41A903FD14EE5506DD01534916A6@AUSX7MCPC103.AMER.DELL.COM> <09787EF419216C41A903FD14EE5506DD0153491A82@AUSX7MCPC103.AMER.DELL.COM> In-Reply-To: <09787EF419216C41A903FD14EE5506DD0153491A82@AUSX7MCPC103.AMER.DELL.COM> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes 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: 2011-09/txt/msg00096.txt.bz2 False alarm. My xemacs info reader isn't working right. Standalone "info"= does it correctly. paul -----Original Message----- From: gdb-patches-owner@sourceware.org [mailto:gdb-patches-owner@sourceware= .org] On Behalf Of Koning, Paul Sent: Tuesday, September 06, 2011 3:40 PM To: pmuldoon@redhat.com Cc: gdb-patches@sourceware.org Subject: RE: Doc: make python function/method descriptions look as in Python Thanks! I spotted one problem. Changing the description of gdb.prompt_hook from a = defop to a defun made the xref{prompt_hook} not work. Either that or it w= as broken already. I made it xref{gdb.prompt_hook} but that produces an er= ror when I click on that cross-reference. What's the texinfo magic to def= ine what xref points to? paul -----Original Message----- From: Phil Muldoon [mailto:pmuldoon@redhat.com]=20 Sent: Tuesday, September 06, 2011 3:36 PM To: Koning, Paul Cc: gdb-patches@sourceware.org Subject: Re: Doc: make python function/method descriptions look as in Python writes: > Here is an updated version. This one replaces defmethod by defun and def= ivar by defvar, with the class name explicit on the symbol as is the Python= documentation convention. I'm sending the diff as an attachment, hope tha= t works right. I think it is great. If Eli is fine with it, and it meets the standards of= the GDB manual, I think it would be an improvement. Cheers Phil