guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/doc/ref ChangeLog guile.texi s...


From: Gary Houston
Subject: guile/guile-core/doc/ref ChangeLog guile.texi s...
Date: Sat, 27 Oct 2001 12:53:35 -0400

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   01/10/27 12:53:35

Modified files:
        guile-core/doc/ref: ChangeLog guile.texi scsh.texi 

Log message:
        * guile.texi, scsh.texi: removed obsolete guile-scsh material
        and updated links (I don't know if it should remain in the
        main menu.  It's like slib I think.)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/ChangeLog.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/guile.texi.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/ref/scsh.texi.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: guile/guile-core/doc/ref/ChangeLog
diff -u guile/guile-core/doc/ref/ChangeLog:1.9 
guile/guile-core/doc/ref/ChangeLog:1.10
--- guile/guile-core/doc/ref/ChangeLog:1.9      Sat Oct 27 07:50:59 2001
+++ guile/guile-core/doc/ref/ChangeLog  Sat Oct 27 12:53:34 2001
@@ -1,5 +1,9 @@
 2001-10-27  Gary Houston  <address@hidden>
 
+       * guile.texi, scsh.texi: removed obsolete guile-scsh material
+       and updated links (I don't know if it should remain in the
+       main menu.  It's like slib I think.)
+
        * minor updates to the slib installation notes.
 
 2001-10-05  Neil Jerram  <address@hidden>
Index: guile/guile-core/doc/ref/guile.texi
diff -u guile/guile-core/doc/ref/guile.texi:1.4 
guile/guile-core/doc/ref/guile.texi:1.5
--- guile/guile-core/doc/ref/guile.texi:1.4     Thu Aug 30 16:19:20 2001
+++ guile/guile-core/doc/ref/guile.texi Sat Oct 27 12:53:34 2001
@@ -80,7 +80,7 @@
 @sp 10
 @comment The title is printed in a large font.
 @title Guile Reference Manual
address@hidden $Id: guile.texi,v 1.4 2001/08/30 20:19:20 ossau Exp $
address@hidden $Id: guile.texi,v 1.5 2001/10/27 16:53:34 ghouston Exp $
 @subtitle For use with Guile @value{VERSION}
 
 @c AUTHORS
@@ -223,11 +223,7 @@
 * Pretty Printing::             Nicely formatting Scheme objects for output.
 * Formatted Output::            The @code{format} procedure.
 * Expect::                     Controlling interactive programs with Guile.
-* The Scheme shell (scsh)::
-       The SCSH compatibility module has been made an
-       add-on, so maybe it shouldn't be documented here
-       (though it is nice to have a link from here to the
-       Guile-scsh manual, if one exists).
+* The Scheme shell (scsh)::     Using scsh interfaces in Guile.
 @c * Tcl/Tk Interface::
 
 Part IV: Guile Scripting
Index: guile/guile-core/doc/ref/scsh.texi
diff -u guile/guile-core/doc/ref/scsh.texi:1.1 
guile/guile-core/doc/ref/scsh.texi:1.2
--- guile/guile-core/doc/ref/scsh.texi:1.1      Fri Aug 24 05:40:29 2001
+++ guile/guile-core/doc/ref/scsh.texi  Sat Oct 27 12:53:35 2001
@@ -2,24 +2,17 @@
 @node The Scheme shell (scsh)
 @chapter The Scheme shell (scsh)
 
-An incomplete port of the Scheme shell (scsh) 0.5.1 is available for
-Guile.  The idea is to allow Scheme code using scsh interfaces to be run
-inside the Guile interpreter.
+An incomplete port of the Scheme shell (scsh) is available for Guile
+as a separate package.  The current status of guile-scsh can be found at
address@hidden://arglist.com/guile/}.
 
-For information about scsh on the Web see
address@hidden://www-swiss.ai.mit.edu/scsh/scsh.html}.
-The original scsh is available by ftp from
address@hidden://swiss-ftp.ai.mit.edu:/pub/su}.
+For information about scsh see
address@hidden://www-swiss.ai.mit.edu/ftpdir/scsh/}.
 
-The scsh code is distributed as a separate module, guile-scsh,
-which must be installed somewhere in Guile's load path before
-it can be used.  This is similar to the installation
-of slib (you may want to install that first, since it's needed before
-scsh can run in Guile: see @ref{SLIB} for details).
+The closest emulation of scsh can be obtained by running:
 
-This port of scsh does not currently use the Guile module system, but
-can be initialized with:
-
 @smalllisp
 (load-from-path "scsh/init")
 @end smalllisp
+
+See the USAGE file supplied with guile-scsh for more details.



reply via email to

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