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: Command-line options missing from guile/doc/ref/scheme-scripts.texi Date: Sat, 15 Jan 2011 20:58:00 +0000 Message-ID: <878vylga07.fsf@ossau.uklinux.net> References: <8CD81893FF427D8-D0C-29520@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 1295125099 2461 80.91.229.12 (15 Jan 2011 20:58:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 15 Jan 2011 20:58:19 +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 21:58:14 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 1PeDCP-0007X8-N2 for guile-bugs@m.gmane.org; Sat, 15 Jan 2011 21:58:13 +0100 Original-Received: from localhost ([127.0.0.1]:50684 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeDCP-0007zr-6z for guile-bugs@m.gmane.org; Sat, 15 Jan 2011 15:58:13 -0500 Original-Received: from [140.186.70.92] (port=51018 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeDCK-0007zb-DM for bug-guile@gnu.org; Sat, 15 Jan 2011 15:58:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeDCJ-0002qk-BU for bug-guile@gnu.org; Sat, 15 Jan 2011 15:58:08 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:50276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeDCJ-0002qg-4p for bug-guile@gnu.org; Sat, 15 Jan 2011 15:58:07 -0500 Original-Received: from arudy (unknown [78.149.119.15]) by mail3.uklinux.net (Postfix) with ESMTP id B59401F66C8; Sat, 15 Jan 2011 20:58:03 +0000 (GMT) Original-Received: from neil-laptop (unknown [192.168.11.3]) by arudy (Postfix) with ESMTP id AB2303801E; Sat, 15 Jan 2011 20:58:00 +0000 (GMT) In-Reply-To: <8CD81893FF427D8-D0C-29520@Webmail-m115.sysops.aol.com> (Mark Harig's message of "Thu, 13 Jan 2011 17:35:01 -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:4955 Archived-At: Mark Harig writes: > Looking at the latest revision in the git repository: > > Descriptions of the guile command-line options "--autocompile" > and "--noautocompile" are missing from the node "Invoking Guile" > in the file guile/doc/ref/scheme-scripts.texi. Something like > the following text is needed: > > `--autocompile' > Compile source files automatically (default behavior). > > `--no-autocompile' > Disable automatic source file compilation. Many thanks, I've added these now. Neil