diff options
author | Andy Wingo <wingo@pobox.com> | 2010-06-22 22:34:23 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-06-22 22:39:21 +0200 |
commit | 049ec2029982d98983413365b66ecc7d95060987 (patch) | |
tree | 54c4bb37b0229b70ae0944f5e2f19069ae2cf5e6 /doc/ref/scheme-scripts.texi | |
parent | 6669cd81371c7449a4fd817589542bafb2f99699 (diff) | |
download | guile-049ec2029982d98983413365b66ecc7d95060987.tar.gz |
deprecate named-module-use!, load-emacs-interface, and remove --emacs
* module/ice-9/boot-9.scm:
* module/ice-9/deprecated.scm (named-module-use!)
(load-emacs-interface): Deprecate these.
* module/ice-9/gds-client.scm (run-utility): Redefine to not use
named-module-use!.
* libguile/script.c (scm_shell_usage): Remove --emacs option.
(scm_compile_shell_switches): Remove support for --emacs.
* module/ice-9/boot-9.scm (top-repl): Don't muck with --emacs.
* doc/ref/scheme-scripts.texi (Invoking Guile): Remove note about
--emacs.
Diffstat (limited to 'doc/ref/scheme-scripts.texi')
-rw-r--r-- | doc/ref/scheme-scripts.texi | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/ref/scheme-scripts.texi b/doc/ref/scheme-scripts.texi index f43d360f3..fcb22a6e2 100644 --- a/doc/ref/scheme-scripts.texi +++ b/doc/ref/scheme-scripts.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005 +@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2010 @c Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @@ -162,13 +162,6 @@ Examples}. Read more command-line arguments, starting from the second line of the script file. @xref{The Meta Switch}. -@item --emacs -Assume Guile is running as an inferior process of Emacs, and use a -special protocol to communicate with Emacs's Guile interaction mode. -This switch sets the global variable use-emacs-interface to @code{#t}. - -This switch is still experimental. - @item --use-srfi=@var{list} The option @code{--use-srfi} expects a comma-separated list of numbers, each representing a SRFI number to be loaded into the interpreter |