guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, master, updated. release_1-9-14-67-g91


From: Neil Jerram
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-14-67-g91a60e5
Date: Sat, 15 Jan 2011 20:57:35 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=91a60e5701677a9cf54846da730bdf8e342ddc74

The branch, master has been updated
       via  91a60e5701677a9cf54846da730bdf8e342ddc74 (commit)
       via  24d386ac5be69d01f4478bc7b911d3e4c0e8efcd (commit)
      from  0b452f2c5326120fefc2ae15f5fa7fceaf103633 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 91a60e5701677a9cf54846da730bdf8e342ddc74
Author: Neil Jerram <address@hidden>
Date:   Sat Jan 15 20:57:01 2011 +0000

    Document missing Guile command line options
    
    Thanks to Mark Harig for pointing this out and suggesting the text.
    
    * doc/ref/scheme-scripts.texi (Invoking Guile): Mention --autocompile
      and --no-autocompile.

commit 24d386ac5be69d01f4478bc7b911d3e4c0e8efcd
Author: Neil Jerram <address@hidden>
Date:   Sat Jan 15 20:51:27 2011 +0000

    Manual page fixes
    
    Thanks to Mark Harig for pointing these out.
    
    * doc/guile.1: Remove mention of the tutorial, since it no longer
      exists (as a separate document).  Document the -q option.
    
    * THANKS: Add Mark Harig.

-----------------------------------------------------------------------

Summary of changes:
 THANKS                      |    1 +
 doc/guile.1                 |    6 +++---
 doc/ref/scheme-scripts.texi |   11 +++++++++++
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/THANKS b/THANKS
index 714346d..ac36eb4 100644
--- a/THANKS
+++ b/THANKS
@@ -5,6 +5,7 @@ Contributors since the last release:
         Ludovic Courtès
          Julian Graham
           Mike Gran
+          Mark Harig
          Stefan Jahn
            Neil Jerram
         Gregory Marton
diff --git a/doc/guile.1 b/doc/guile.1
index 46ea952..e779970 100644
--- a/doc/guile.1
+++ b/doc/guile.1
@@ -29,9 +29,7 @@ This manpage provides only brief instruction in invoking
 from the command line.  Please consult the guile info documentation
 (type 
 .B info guile
-at a command prompt) for more information.  There is also a tutorial
-.B (info guile-tut) 
-available.
+at a command prompt) for more information.
 
 .SH OPTIONS
 .IP -l FILE
@@ -56,6 +54,8 @@ Stop argument processing, start guile in interactive mode.
 Stop argument processing, evaluate EXPR as a scheme expression.
 .IP -s SCRIPT-FILE
 Load Scheme source from SCRIPT-FILE and execute as a script.
+.IP -q
+Suppress loading the user's ~/.guile file.
 
 .SH ENVIRONMENT
 .\".TP \w'MANROFFSEQ\ \ 'u
diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi
index e30a9d7..f6bf8b9 100644
--- a/doc/ref/scheme-scripts.texi
+++ b/doc/ref/scheme-scripts.texi
@@ -218,6 +218,17 @@ That said, @code{--listen} is great for interactive 
debugging and
 development.
 
 @vnew{2.0}
+
address@hidden --autocompile
+Compile source files automatically (default behavior).
+
address@hidden
+
address@hidden --no-autocompile
+Disable automatic source file compilation.
+
address@hidden
+
 @item address@hidden, }--help
 Display help on invoking Guile, and then exit.
 


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]