From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: More missing options for guile/doc/guile.1 Date: Sat, 15 Jan 2011 21:15:24 +0000 Message-ID: <8739otg977.fsf@ossau.uklinux.net> References: <8CD818E9822F6DE-D0C-29CF8@Webmail-m115.sysops.aol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1295126142 7146 80.91.229.12 (15 Jan 2011 21:15:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 15 Jan 2011 21:15:42 +0000 (UTC) Cc: bug-guile@gnu.org To: Mark Harig Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Jan 15 22:15:38 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PeDTF-0008M0-4h for guile-bugs@m.gmane.org; Sat, 15 Jan 2011 22:15:37 +0100 Original-Received: from localhost ([127.0.0.1]:50032 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeDTD-0005ME-O0 for guile-bugs@m.gmane.org; Sat, 15 Jan 2011 16:15:35 -0500 Original-Received: from [140.186.70.92] (port=47603 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeDT7-0005M4-QO for bug-guile@gnu.org; Sat, 15 Jan 2011 16:15:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeDT6-0005Dq-JJ for bug-guile@gnu.org; Sat, 15 Jan 2011 16:15:29 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:50519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeDT6-0005Dc-BM for bug-guile@gnu.org; Sat, 15 Jan 2011 16:15:28 -0500 Original-Received: from arudy (unknown [78.149.119.15]) by mail3.uklinux.net (Postfix) with ESMTP id 24F3C1F66C8; Sat, 15 Jan 2011 21:15:26 +0000 (GMT) Original-Received: from neil-laptop (unknown [192.168.11.3]) by arudy (Postfix) with ESMTP id 2745C3801E; Sat, 15 Jan 2011 21:15:25 +0000 (GMT) In-Reply-To: <8CD818E9822F6DE-D0C-29CF8@Webmail-m115.sysops.aol.com> (Mark Harig's message of "Thu, 13 Jan 2011 18:13:16 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4956 Archived-At: Mark Harig writes: > Here is a list of additional options that are not described > in the guile manual page: Thank you for pointing these out, and for suggesting suitable text. However, rather than applying these updates, I wonder if the OPTIONS section of guile.1 should instead be autogenerated from the `Invoking Guile' node of the manual? Andy/Ludo, any objection to that? Neil > A section named "REPORTING BUGS" could also be added so > that the email address for reporting errors could be listed. > And a "COPYING" section could be added to list the copyright > information. Adding these two sections would bring the Guile > manual page into agreement with the similar sections in the > Emacs manual page. Good idea, thanks; I've added these. Neil