From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stephen Compall Newsgroups: gmane.lisp.guile.bugs Subject: [PATCH] Some fixes to doc/ref/scheme-data.texi Date: Sat, 26 Oct 2002 16:11:41 -0500 Sender: bug-guile-admin@gnu.org Message-ID: <3DBB050D.2090004@sigecom.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035759614 9479 80.91.224.249 (27 Oct 2002 23:00:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 27 Oct 2002 23:00:14 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 185wOC-0002Sk-00 for ; Mon, 28 Oct 2002 00:00:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 185wOA-0004Dp-00; Sun, 27 Oct 2002 18:00:10 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 185wNJ-0003B3-00 for bug-guile@gnu.org; Sun, 27 Oct 2002 17:59:17 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 185wMm-0002Il-00 for bug-guile@gnu.org; Sun, 27 Oct 2002 17:59:16 -0500 Original-Received: from [192.195.225.6] (helo=antares.evansville.edu) by monty-python.gnu.org with esmtp (Exim 4.10) id 185wMl-0001J7-00 for bug-guile@gnu.org; Sun, 27 Oct 2002 17:58:44 -0500 Original-Received: from sigecom.net (localhost.localdomain [127.0.0.1]) by antares.evansville.edu (Postfix) with ESMTP id 90AA539842 for ; Sat, 26 Oct 2002 16:11:42 -0500 (CDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021021 X-Accept-Language: en-us, en Original-To: bug-guile@gnu.org Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:541 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:541 So I was reading my printed copy of the Guile reference manual from CVS, and hit chapter 18 in a desire to be able to do more with Guile data than list and vector ops. Got a notebook, made some notes about what I thought could be changed in the manual itself. So here are some fixes to the first part of that chapter. My ChangeLog entry: 2002-10-26 Stephen Compall * scheme-data.texi: Addition and change of many Texinfo tags, particularly usage of @var and @samp, as well as reformatting of some lists into tables and usage of @result. Notes about some things I didn't understand, as well as a missing section on non-control characters. I avoided rewrapping paragraphs in some cases so the patch would be easier to read, unless the lines became *way* too long. I imagine that some of the things I changed might have been automatically placed there, with sources somewhere else. So forgive me for not changing those sources, if this is so. The diff -u against CVS HEAD is ~28kb, and is currently available at http://csserver.evansville.edu/~sc87/scheme-data-1S11.patch It has been tested against makeinfo 4.2 and TeX. -- Stephen Compall Also known as S11001001 DotGNU `Contributor' -- http://dotgnu.org The GNU GPL is not Mr. Nice Guy. It says "no" to some of the things that people sometimes want to do. -- RMS, "Copyleft: Pragmatic Idealism" _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile