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: More missing options for guile/doc/guile.1 Date: Thu, 13 Jan 2011 18:13:16 -0500 Message-ID: <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"; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1294997406 18105 80.91.229.12 (14 Jan 2011 09:30:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 Jan 2011 09:30:06 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jan 14 10:29:58 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 1Pdfyl-0006YQ-K8 for guile-bugs@m.gmane.org; Fri, 14 Jan 2011 10:29:55 +0100 Original-Received: from localhost ([127.0.0.1]:41748 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pdfyk-0004wL-K2 for guile-bugs@m.gmane.org; Fri, 14 Jan 2011 04:29:54 -0500 Original-Received: from [140.186.70.92] (port=48764 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdWMF-0003Wn-3i for bug-guile@gnu.org; Thu, 13 Jan 2011 18:13:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdWME-00054e-0S for bug-guile@gnu.org; Thu, 13 Jan 2011 18:13:30 -0500 Original-Received: from imr-da06.mx.aol.com ([205.188.169.203]:37741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdWMD-00054X-UI for bug-guile@gnu.org; Thu, 13 Jan 2011 18:13:29 -0500 Original-Received: from imo-da02.mx.aol.com (imo-da02.mx.aol.com [205.188.169.200]) by imr-da06.mx.aol.com (8.14.1/8.14.1) with ESMTP id p0DNDPVM004849 for ; Thu, 13 Jan 2011 18:13:25 -0500 Original-Received: from idirectscm@aim.com by imo-da02.mx.aol.com (mail_out_v42.9.) id 7.1027.44a312a (55734) for ; Thu, 13 Jan 2011 18:13:22 -0500 (EST) Original-Received: from smtprly-ma01.mx.aol.com (smtprly-ma01.mx.aol.com [64.12.207.140]) by cia-md04.mx.aol.com (v129.7) with ESMTP id MAILCIAMD041-5c464d2f870c392; Thu, 13 Jan 2011 18:13:21 -0500 Original-Received: from Webmail-m115 (webmail-m115.sim.aol.com [64.12.224.194]) by smtprly-ma01.mx.aol.com (v129.5) with ESMTP id MAILSMTPRLYMA014-5c464d2f870c392; Thu, 13 Jan 2011 18:13:16 -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 18:13:16 -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:33 -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:4953 Archived-At: Here is a list of additional options that are not described in the guile manual page: -L DIRECTORY Add DIRECTORY to the front of the module load path -x EXTENSION Add EXTENSION to the front of the load extensions --no-debug Start with normal evaluator. Default is to enable debugging for=20 interactive use, but not for `-s' and `-c'. --autocompile Compile source files automatically (default) --no-autocompile Disable automatic source file compilation --listen[=3DP] Listen on a local port or a path for REPL=20 clients. If P is not given, the default is local port 37146. --use-srfi=3DLS Load SRFI modules for the SRFIs in LS, which is a list of numbers like "2,13,14" -h, --help Display this help and exit -v, --version Display version information and exit \ Read arguments from following script=20 lines '--help' and '--version' are already in the manual page, but the corresponding short versions, '-h' and '-v', are not. Also, the command-line option '--emacs' is listed in the manual page, but should be deleted because it is no longer an option. 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. --