From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1245 invoked by alias); 18 Jan 2014 22:32:04 -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 1234 invoked by uid 89); 18 Jan 2014 22:32:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 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-wg0-f49.google.com Received: from mail-wg0-f49.google.com (HELO mail-wg0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 18 Jan 2014 22:32:00 +0000 Received: by mail-wg0-f49.google.com with SMTP id a1so5827044wgh.16 for ; Sat, 18 Jan 2014 14:31:57 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.181.13.40 with SMTP id ev8mr3120690wid.16.1390084316883; Sat, 18 Jan 2014 14:31:56 -0800 (PST) Received: by 10.194.17.104 with HTTP; Sat, 18 Jan 2014 14:31:56 -0800 (PST) In-Reply-To: <87sit4kb1t.fsf@gnu.org> References: <52b9da59.64ab440a.0b0b.7e1c@mx.google.com> <83ha9w68av.fsf@gnu.org> <87sit4kb1t.fsf@gnu.org> Date: Sat, 18 Jan 2014 22:32:00 -0000 Message-ID: Subject: Re: [PATCH v1 02/36] Guile extension language: doc additions From: Doug Evans To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= , Eli Zaretskii Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00708.txt.bz2 On Fri, Jan 3, 2014 at 1:30 PM, Ludovic Court=E8s wrote: > Eli Zaretskii skribis: > >>> +Guile version 2.0.9 is well tested, earlier 2.0 versions are not. >> >> I'm not sure we should say this in the manual. > > In practice the parts that are used (mostly the C API) have seen few > additions over 2.0, so it=92s likely that it would work with any 2.0.x. > >>> +The implementation uses Guile's @code{smob} (small object) >> ^^^^^^^^^^^^ >> This should be in @dfn, as it's new terminology. > > Better yet: > > (@pxref{Smobs,,, guile, GNU Guile Reference Manual}) fyi, I'm finding I need to use guile2 here instead of guile in order for info to find the guile docs. I presume that's ok.