diff options
author | Andy Wingo <wingo@pobox.com> | 2019-09-25 22:08:12 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2019-09-25 22:08:12 +0200 |
commit | afcc22f639665ed32f447c9a9f171c6871ae18b9 (patch) | |
tree | 484b5a52788113ebe8d55eeacf1fb95998ed0f41 /doc/ref/guile-invoke.texi | |
parent | 0bb980f120a41b445d040869b5d9e211910ccf69 (diff) | |
download | guile-afcc22f639665ed32f447c9a9f171c6871ae18b9.tar.gz |
Add --r6rs command-line option
* doc/ref/guile-invoke.texi (Command-line Options): Document --r6rs.
* doc/ref/r6rs.texi (R6RS Incompatibilities): Mention that --r6rs calls
install-r6rs!.
* module/ice-9/command-line.scm (*usage*, compile-shell-switches):
Implement --r6rs.
Diffstat (limited to 'doc/ref/guile-invoke.texi')
-rw-r--r-- | doc/ref/guile-invoke.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/ref/guile-invoke.texi b/doc/ref/guile-invoke.texi index 171a30ada..d7b3d8a5f 100644 --- a/doc/ref/guile-invoke.texi +++ b/doc/ref/guile-invoke.texi @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000-2005, 2010, 2011, 2013, 2014, -@c 2016 Free Software Foundation, Inc. +@c Copyright (C) 1996-1997,2000-2005,2010-2011,2013-2014,2016,2019 +@c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @node Invoking Guile @@ -137,6 +137,11 @@ Here is an example that loads the modules SRFI-8 ('receive') and SRFI-13 guile --use-srfi=8,13 @end example +@item --r6rs +@cindex r6rs (command line) +Adapt Guile's initial environment to better support R6RS. @xref{R6RS +Incompatibilities}, for some caveats. + @item --debug @cindex debugging virtual machine (command line) Start with the debugging virtual machine (VM) engine. Using the |