From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20575 invoked by alias); 27 May 2014 14:43:40 -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 20555 invoked by uid 89); 27 May 2014 14:43:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f181.google.com Received: from mail-yk0-f181.google.com (HELO mail-yk0-f181.google.com) (209.85.160.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 27 May 2014 14:43:37 +0000 Received: by mail-yk0-f181.google.com with SMTP id 131so7187907ykp.12 for ; Tue, 27 May 2014 07:43:36 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.113.69 with SMTP id z45mr47509313yhg.0.1401201816018; Tue, 27 May 2014 07:43:36 -0700 (PDT) Received: by 10.170.150.70 with HTTP; Tue, 27 May 2014 07:43:35 -0700 (PDT) In-Reply-To: <87lhtnd2q9.fsf@gnu.org> References: <87lhtnd2q9.fsf@gnu.org> Date: Tue, 27 May 2014 14:43:00 -0000 Message-ID: Subject: Re: [PATCH, doc RFA] Add guile gdb parameter support From: Doug Evans To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00670.txt.bz2 On Tue, May 27, 2014 at 1:50 AM, Ludovic Court=C3=A8s wrote: > Doug Evans skribis: > >> +@c TODO line length > > You can use @ at the end of line to denote a continuation. :-) "works for me" >> +@deffn {Scheme Procedure} (make-parameter! name @r{[}#:command-class co= mmand-class@r{]} @r{[}#:parameter-type parameter-type{]} @r{[}#:enum-list e= num-list@r{]} @r{[}#:set-func set-func{]} @r{[}#:show-func show-func{]} @r{= [}#:doc doc{]} @r{[}#:set-doc set-doc{]} @r{[}#:show-doc show-doc{]} @r{[}#= :initial-value initial-value{]}) > > It would seem more natural if this were split into two things: > > 1. =E2=80=98make-parameter=E2=80=99, which returns a new ; > 2. =E2=80=98register-parameter!=E2=80=99, which calls =E2=80=98add_sets= how_generic=E2=80=99. > > WDYT? > > Ludo=E2=80=99. > I like it!