From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16011 invoked by alias); 8 Sep 2013 21:12:51 -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 16002 invoked by uid 89); 8 Sep 2013 21:12:51 -0000 Received: from mail-we0-f177.google.com (HELO mail-we0-f177.google.com) (74.125.82.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 08 Sep 2013 21:12:51 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-we0-f177.google.com Received: by mail-we0-f177.google.com with SMTP id t60so3550249wes.36 for ; Sun, 08 Sep 2013 14:12:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=1OMa4f28CWdvmGbdG0ot82Kzz+APnyrW1xKYBTJwfTQ=; b=iuN78WbDn9V+GM2KN0KF0FfBX/mBpCKrM4diaW3WTe+ltlfY9JKk+92GM1cd4VLy2Y K2gOJZrGCvwX+W85z8rAg/wqHikJGdlAZk4mtmA4INiVg2tHrxLChXB0VMCqExTjlmdy K8OZeyShKKHw6kGTfCklr3IFs9R5OHMh9XXKprhWWyCc8l33ywWw5mk4YEYdn6g8wjtD dWTif91gxNtgssyEMq6cCqNR5SfZlQjxbiuWuCMW0D7lsWZqi7l1vJnv7IQLBQpRQgrJ y9BIukZwgM3RrsM6oWNe00RrMdR+yAWEjmTsQTRywTRRxU+DeGwMQIHMG11LgJ0SksQw fltg== X-Gm-Message-State: ALoCoQl3tsxtVr4sKM1DRPHoc2Ielv63lWRf4dJqAvogbFeHe2uTL8fdJO/w93v1LycE4Ua/wIfg MIME-Version: 1.0 X-Received: by 10.180.39.180 with SMTP id q20mr6056685wik.13.1378674767073; Sun, 08 Sep 2013 14:12:47 -0700 (PDT) Received: by 10.216.148.70 with HTTP; Sun, 8 Sep 2013 14:12:46 -0700 (PDT) Date: Sun, 08 Sep 2013 21:12:00 -0000 Message-ID: Subject: Documentation for Scheme scripting From: Doug Evans To: gdb-patches@sourceware.org, eliz@gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-09/txt/msg00269.txt.bz2 Hi. I'm finishing up the Scheme scripting functionality I want to have in the first pass. [For those not familiar with the work, I'm adding Scheme scripting functionality to gdb that will be akin to the current Python scripting support.] One thing that remains is documentation. Do folks have any preferences for how they want Scheme scripting documented? And, any preferences for how they *not* want it done? I can imagine making a copy of all the Python docs and just changing spelling and such. I'm not suggesting that's the best approach, but it is *an* approach. >From the point of view of the reader, when reading docs on Python scripting, they might prefer *not* having to have it complicated by reading about Scheme as well. OTOH, duplicating all of that has its own issues. One thing I'm hoping to avoid is doing a lot of typing only to have to redo it all. Speaking up now would be most welcome. :-) Suggestions?