From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark Harig Newsgroups: gmane.lisp.guile.bugs Subject: Command-line options missing from guile/doc/ref/scheme-scripts.texi Date: Thu, 13 Jan 2011 17:35:01 -0500 Message-ID: <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"; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1294997140 16690 80.91.229.12 (14 Jan 2011 09:25:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 Jan 2011 09:25:40 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jan 14 10:25:35 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 1PdfuV-0004Ff-On for guile-bugs@m.gmane.org; Fri, 14 Jan 2011 10:25:31 +0100 Original-Received: from localhost ([127.0.0.1]:38882 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdfuU-0003EI-Oe for guile-bugs@m.gmane.org; Fri, 14 Jan 2011 04:25:30 -0500 Original-Received: from [140.186.70.92] (port=44299 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdVlG-0007aD-1i for bug-guile@gnu.org; Thu, 13 Jan 2011 17:35:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdVl9-0006gR-SL for bug-guile@gnu.org; Thu, 13 Jan 2011 17:35:17 -0500 Original-Received: from imr-ma06.mx.aol.com ([64.12.78.142]:46998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdVl9-0006fw-Pk for bug-guile@gnu.org; Thu, 13 Jan 2011 17:35:11 -0500 Original-Received: from imo-ma03.mx.aol.com (imo-ma03.mx.aol.com [64.12.78.138]) by imr-ma06.mx.aol.com (8.14.1/8.14.1) with ESMTP id p0DMZAQt015748 for ; Thu, 13 Jan 2011 17:35:10 -0500 Original-Received: from idirectscm@aim.com by imo-ma03.mx.aol.com (mail_out_v42.9.) id 7.f9c.a76dda1 (43835) for ; Thu, 13 Jan 2011 17:35:07 -0500 (EST) Original-Received: from smtprly-de03.mx.aol.com (smtprly-de03.mx.aol.com [205.188.249.170]) by cia-dc02.mx.aol.com (v129.7) with ESMTP id MAILCIADC028-b2504d2f7e15178; Thu, 13 Jan 2011 17:35:07 -0500 Original-Received: from Webmail-m115 (webmail-m115.sim.aol.com [64.12.224.194]) by smtprly-de03.mx.aol.com (v129.5) with ESMTP id MAILSMTPRLYDE035-b2504d2f7e15178; Thu, 13 Jan 2011 17:35:01 -0500 X-MB-Message-Source: WebUI X-AOL-IP: 98.185.24.91 X-MB-Message-Type: User X-Mailer: AIM WebMail 33069-STANDARD Original-Received: from 98.185.24.91 by Webmail-m115.sysops.aol.com (64.12.224.194) with HTTP (WebMailUI); Thu, 13 Jan 2011 17:35:01 -0500 X-AOL-SENDER: idirectscm@aim.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Fri, 14 Jan 2011 04:24:28 -0500 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:4951 Archived-At: 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. --