From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark Harig Newsgroups: gmane.lisp.guile.devel Subject: Re: enhancement requests ("load-ignoring-cached-go") Date: Sat, 23 Apr 2011 15:17:43 -0400 Message-ID: <8CDD00241393292-FC8-55BD@web-mmc-d08.sysops.aol.com> References: 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 1303586291 31053 80.91.229.12 (23 Apr 2011 19:18:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 23 Apr 2011 19:18:11 +0000 (UTC) Cc: wingo@pobox.com, wjm@heenes.com To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Apr 23 21:18:06 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QDiLF-0001Gn-HM for guile-devel@m.gmane.org; Sat, 23 Apr 2011 21:18:05 +0200 Original-Received: from localhost ([::1]:49383 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDiLF-00010G-01 for guile-devel@m.gmane.org; Sat, 23 Apr 2011 15:18:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDiLD-00010A-02 for guile-devel@gnu.org; Sat, 23 Apr 2011 15:18:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QDiLB-0004VT-Pc for guile-devel@gnu.org; Sat, 23 Apr 2011 15:18:02 -0400 Original-Received: from imr-ma01.mx.aol.com ([64.12.206.39]:50289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDiLB-0004V8-Gf for guile-devel@gnu.org; Sat, 23 Apr 2011 15:18:01 -0400 Original-Received: from imo-da04.mx.aol.com (imo-da04.mx.aol.com [205.188.169.202]) by imr-ma01.mx.aol.com (8.14.1/8.14.1) with ESMTP id p3NJHoif022207; Sat, 23 Apr 2011 15:17:50 -0400 Original-Received: from idirectscm@aim.com by imo-da04.mx.aol.com (mail_out_v42.9.) id 7.ed5.e855aef (45274); Sat, 23 Apr 2011 15:17:46 -0400 (EDT) Original-Received: from smtprly-mc03.mx.aol.com (smtprly-mc03.mx.aol.com [64.12.95.99]) by cia-mc03.mx.aol.com (v129.10) with ESMTP id MAILCIAMC034-d3da4db325d7199; Sat, 23 Apr 2011 15:17:46 -0400 Original-Received: from web-mmc-d08 (web-mmc-d08.sim.aol.com [205.188.103.98]) by smtprly-mc03.mx.aol.com (v129.10) with ESMTP id MAILSMTPRLYMC034-d3da4db325d7199; Sat, 23 Apr 2011 15:17:43 -0400 X-MB-Message-Type: User Original-Received: from 98.185.24.91 by web-mmc-d08.sysops.aol.com (205.188.103.98) with HTTP (WebMailUI); Sat, 23 Apr 2011 15:17:43 -0400 X-AOL-IP: 98.185.24.91 X-MB-Message-Source: WebUI X-Mailer: AIM WebMail 33636-STANDARD In-Reply-To: X-AOL-SENDER: idirectscm@aim.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 64.12.206.39 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12321 Archived-At: > > On Thu 21 Apr 2011 12:21, Wolfgang J Moeller writes: > > > In my browser, searching the Guile Reference Manual > > ( http://www.gnu.org/software/guile/manual) Indices > > for GUILE_LOAD_COMPILED_PATH ... no hits ... > > An open bug, yes; hrm. Adding Mark Harig to the Cc, who had a plan=20 for > fixing this. > In brief, the plan was to reorganize the sections in the chapter "Programming in Scheme" to add a new section, "Invoking Guile", with two new subsections, "Command-line Options" and "Environment Variables." The subsection "Command-line Options" is a copy of the former subsection "Invoking Guile", which resided in the section "Guile Scripting." The subsection "Environment Variables" is a new node that contains descriptions of the (as yet undocumented) environment variables that can be set before Guile is started. Here is an outline of the change in the chapter structure: 1. Current structure: Chapter: Programming in Scheme * Guile Scheme * Guile Scripting * The Top of a Script File * Invoking Guile * The Meta Switch * Command Line Handling * Scripting Examples * Using Guile Interactively * Using Guile in Emacs 2. New structure: Chapter: Programming in Scheme * Guile Scheme * Invoking Guile * Command-line Options * Environment Variables * Guile Scripting * The Top of a Script File * The Meta Switch * Command Line Handling * Scripting Examples * Using Guile Interactively * Using Guile in Emacs I will send the proposed patches in a separate message.